]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.pot: Regenerate.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 20 Nov 2005 18:07:15 +0000 (18:07 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 20 Nov 2005 18:07:15 +0000 (18:07 +0000)
From-SVN: r107255

gcc/po/ChangeLog
gcc/po/gcc.pot

index 9ae47f7ba41c78e3f9b0938df2850e12e8c6086d..e0ae04bfc89390de8e201fac3b3256d779bfd989 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-20  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * gcc.pot: Regenerate.
+
 2005-09-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        PR fortran/15586
index 8e6497f76a6c02387e9759b359c3b69ebefd091b..8765b65ddbe52acf0c163017b47b119b4062fd08 100644 (file)
@@ -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: 2005-09-17 19:49+0200\n"
+"POT-Creation-Date: 2005-11-20 18:04+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: c-decl.c:3712
+#: c-decl.c:3715
 msgid "<anonymous>"
 msgstr ""
 
@@ -289,53 +289,53 @@ msgstr ""
 msgid "End of search list.\n"
 msgstr ""
 
-#: c-opts.c:1312
+#: c-opts.c:1329
 msgid "<built-in>"
 msgstr ""
 
-#: c-opts.c:1328
+#: c-opts.c:1345
 msgid "<command line>"
 msgstr ""
 
-#: c-typeck.c:2116 c-typeck.c:4496 c-typeck.c:4498 c-typeck.c:4506
-#: c-typeck.c:4536 c-typeck.c:5915
+#: c-typeck.c:2226 c-typeck.c:4613 c-typeck.c:4615 c-typeck.c:4623
+#: c-typeck.c:4653 c-typeck.c:6032
 msgid "initializer element is not constant"
 msgstr ""
 
-#: c-typeck.c:4302
+#: c-typeck.c:4419
 msgid "array initialized from parenthesized string constant"
 msgstr ""
 
-#: c-typeck.c:4362 cp/typeck2.c:672
+#: c-typeck.c:4479 cp/typeck2.c:672
 #, gcc-internal-format
 msgid "char-array initialized from wide string"
 msgstr ""
 
-#: c-typeck.c:4367
+#: c-typeck.c:4484
 msgid "wchar_t-array initialized from non-wide string"
 msgstr ""
 
-#: c-typeck.c:4385 cp/typeck2.c:692
+#: c-typeck.c:4502 cp/typeck2.c:692
 #, gcc-internal-format
 msgid "initializer-string for array of chars is too long"
 msgstr ""
 
-#: c-typeck.c:4391
+#: c-typeck.c:4508
 msgid "array of inappropriate type initialized from string constant"
 msgstr ""
 
 #. ??? This should not be an error when inlining calls to
 #. unprototyped functions.
-#: c-typeck.c:4455 c-typeck.c:3954 cp/typeck.c:1392
+#: c-typeck.c:4572 c-typeck.c:4071 cp/typeck.c:1398
 #, gcc-internal-format
 msgid "invalid use of non-lvalue array"
 msgstr ""
 
-#: c-typeck.c:4479
+#: c-typeck.c:4596
 msgid "array initialized from non-constant array expression"
 msgstr ""
 
-#: c-typeck.c:4543 c-typeck.c:5919
+#: c-typeck.c:4660 c-typeck.c:6036
 #, gcc-internal-format
 msgid "initializer element is not computable at load time"
 msgstr ""
@@ -344,140 +344,140 @@ msgstr ""
 #. of VLAs themselves count as VLAs, it does not make
 #. sense to permit them to be initialized given that
 #. ordinary VLAs may not be initialized.
-#: c-typeck.c:4554 c-decl.c:3147 c-decl.c:3162
+#: c-typeck.c:4671 c-decl.c:3152 c-decl.c:3167
 #, gcc-internal-format
 msgid "variable-sized object may not be initialized"
 msgstr ""
 
-#: c-typeck.c:4558
+#: c-typeck.c:4675
 msgid "invalid initializer"
 msgstr ""
 
-#: c-typeck.c:5032
+#: c-typeck.c:5149
 msgid "extra brace group at end of initializer"
 msgstr ""
 
-#: c-typeck.c:5052
+#: c-typeck.c:5169
 msgid "missing braces around initializer"
 msgstr ""
 
-#: c-typeck.c:5113
+#: c-typeck.c:5230
 msgid "braces around scalar initializer"
 msgstr ""
 
-#: c-typeck.c:5170
+#: c-typeck.c:5287
 msgid "initialization of flexible array member in a nested context"
 msgstr ""
 
-#: c-typeck.c:5172
+#: c-typeck.c:5289
 msgid "initialization of a flexible array member"
 msgstr ""
 
-#: c-typeck.c:5199
+#: c-typeck.c:5316
 msgid "missing initializer"
 msgstr ""
 
-#: c-typeck.c:5221
+#: c-typeck.c:5338
 msgid "empty scalar initializer"
 msgstr ""
 
-#: c-typeck.c:5226
+#: c-typeck.c:5343
 msgid "extra elements in scalar initializer"
 msgstr ""
 
-#: c-typeck.c:5330 c-typeck.c:5390
+#: c-typeck.c:5447 c-typeck.c:5507
 msgid "array index in non-array initializer"
 msgstr ""
 
-#: c-typeck.c:5335 c-typeck.c:5443
+#: c-typeck.c:5452 c-typeck.c:5560
 msgid "field name not in record or union initializer"
 msgstr ""
 
-#: c-typeck.c:5381
+#: c-typeck.c:5498
 msgid "array index in initializer not of integer type"
 msgstr ""
 
-#: c-typeck.c:5386 c-typeck.c:5388
+#: c-typeck.c:5503 c-typeck.c:5505
 msgid "nonconstant array index in initializer"
 msgstr ""
 
-#: c-typeck.c:5392 c-typeck.c:5395
+#: c-typeck.c:5509 c-typeck.c:5512
 msgid "array index in initializer exceeds array bounds"
 msgstr ""
 
-#: c-typeck.c:5406
+#: c-typeck.c:5523
 msgid "empty index range in initializer"
 msgstr ""
 
-#: c-typeck.c:5415
+#: c-typeck.c:5532
 msgid "array index range in initializer exceeds array bounds"
 msgstr ""
 
-#: c-typeck.c:5490 c-typeck.c:5511 c-typeck.c:5983
+#: c-typeck.c:5607 c-typeck.c:5628 c-typeck.c:6100
 msgid "initialized field with side-effects overwritten"
 msgstr ""
 
-#: c-typeck.c:6191
+#: c-typeck.c:6308
 msgid "excess elements in char array initializer"
 msgstr ""
 
-#: c-typeck.c:6198 c-typeck.c:6244
+#: c-typeck.c:6315 c-typeck.c:6361
 msgid "excess elements in struct initializer"
 msgstr ""
 
-#: c-typeck.c:6259
+#: c-typeck.c:6376
 msgid "non-static initialization of a flexible array member"
 msgstr ""
 
-#: c-typeck.c:6327
+#: c-typeck.c:6444
 msgid "excess elements in union initializer"
 msgstr ""
 
-#: c-typeck.c:6414
+#: c-typeck.c:6531
 msgid "excess elements in array initializer"
 msgstr ""
 
-#: c-typeck.c:6444
+#: c-typeck.c:6561
 msgid "excess elements in vector initializer"
 msgstr ""
 
-#: c-typeck.c:6468
+#: c-typeck.c:6585
 msgid "excess elements in scalar initializer"
 msgstr ""
 
-#: cfgrtl.c:2135
+#: cfgrtl.c:2129
 msgid "flow control insn inside a basic block"
 msgstr ""
 
-#: cfgrtl.c:2213
+#: cfgrtl.c:2207
 msgid "wrong insn in the fallthru edge"
 msgstr ""
 
-#: cfgrtl.c:2255
+#: cfgrtl.c:2249
 msgid "insn outside basic block"
 msgstr ""
 
-#: cfgrtl.c:2262
+#: cfgrtl.c:2256
 msgid "return not followed by barrier"
 msgstr ""
 
-#: cgraph.c:300 ipa-inline.c:292
+#: cgraph.c:300 ipa-inline.c:294
 msgid "function body not available"
 msgstr ""
 
-#: cgraph.c:302 cgraphunit.c:592
+#: cgraph.c:302 cgraphunit.c:594
 msgid "redefined extern inline functions are not considered for inlining"
 msgstr ""
 
-#: cgraph.c:305 cgraphunit.c:597
+#: cgraph.c:305 cgraphunit.c:599
 msgid "function not considered for inlining"
 msgstr ""
 
-#: cgraph.c:307 cgraphunit.c:595 ipa-inline.c:285
+#: cgraph.c:307 cgraphunit.c:597 ipa-inline.c:287
 msgid "function not inlinable"
 msgstr ""
 
-#: collect2.c:373 gcc.c:6757
+#: collect2.c:373 gcc.c:6765
 #, c-format
 msgid "internal gcc abort in %s, at %s:%d"
 msgstr ""
@@ -532,7 +532,7 @@ msgstr ""
 msgid "cannot find '%s'"
 msgstr ""
 
-#: collect2.c:1556 collect2.c:2045 collect2.c:2200 gcc.c:2804
+#: collect2.c:1556 collect2.c:2045 collect2.c:2200 gcc.c:2809
 #, c-format
 msgid "pex_init failed"
 msgstr ""
@@ -616,17 +616,17 @@ msgstr ""
 msgid "too many input files"
 msgstr ""
 
-#: diagnostic.c:174
+#: diagnostic.c:186
 #, c-format
 msgid "%s:%d: confused by earlier errors, bailing out\n"
 msgstr ""
 
-#: diagnostic.c:234
+#: diagnostic.c:246
 #, c-format
 msgid "compilation terminated due to -Wfatal-errors.\n"
 msgstr ""
 
-#: diagnostic.c:243
+#: diagnostic.c:255
 #, c-format
 msgid ""
 "Please submit a full bug report,\n"
@@ -634,54 +634,54 @@ msgid ""
 "See %s for instructions.\n"
 msgstr ""
 
-#: diagnostic.c:252
+#: diagnostic.c:264
 #, c-format
 msgid "compilation terminated.\n"
 msgstr ""
 
-#: diagnostic.c:571
+#: diagnostic.c:583
 #, c-format
 msgid "Internal compiler error: Error reporting routines re-entered.\n"
 msgstr ""
 
-#: final.c:1088
+#: final.c:1110
 msgid "negative insn length"
 msgstr ""
 
-#: final.c:2445
+#: final.c:2467
 msgid "could not split insn"
 msgstr ""
 
-#: final.c:2791
+#: final.c:2816
 msgid "invalid 'asm': "
 msgstr ""
 
-#: final.c:2974
+#: final.c:2999
 #, c-format
 msgid "nested assembly dialect alternatives"
 msgstr ""
 
-#: final.c:2991 final.c:3003
+#: final.c:3016 final.c:3028
 #, c-format
 msgid "unterminated assembly dialect alternative"
 msgstr ""
 
-#: final.c:3050
+#: final.c:3075
 #, c-format
 msgid "operand number missing after %%-letter"
 msgstr ""
 
-#: final.c:3053 final.c:3094
+#: final.c:3078 final.c:3119
 #, c-format
 msgid "operand number out of range"
 msgstr ""
 
-#: final.c:3113
+#: final.c:3138
 #, c-format
 msgid "invalid %%-code"
 msgstr ""
 
-#: final.c:3143
+#: final.c:3168
 #, c-format
 msgid "'%%l' operand isn't a label"
 msgstr ""
@@ -692,117 +692,117 @@ msgstr ""
 #. handle them.
 #. We can't handle floating point constants;
 #. PRINT_OPERAND must handle them.
-#: final.c:3244 vmsdbgout.c:487 config/i386/i386.c:6445
+#: final.c:3269 vmsdbgout.c:487 config/i386/i386.c:6606
 #: config/pdp11/pdp11.c:1700
 #, c-format
 msgid "floating constant misused"
 msgstr ""
 
-#: final.c:3300 vmsdbgout.c:544 config/i386/i386.c:6521
+#: final.c:3325 vmsdbgout.c:544 config/i386/i386.c:6682
 #: config/pdp11/pdp11.c:1747
 #, c-format
 msgid "invalid expression as operand"
 msgstr ""
 
-#: flow.c:1702
+#: flow.c:1699
 msgid "Attempt to delete prologue/epilogue insn:"
 msgstr ""
 
-#: gcc.c:1642
+#: gcc.c:1641
 #, c-format
 msgid "Using built-in specs.\n"
 msgstr ""
 
-#: gcc.c:1825
+#: gcc.c:1824
 #, c-format
 msgid ""
 "Setting spec %s to '%s'\n"
 "\n"
 msgstr ""
 
-#: gcc.c:1934
+#: gcc.c:1939
 #, c-format
 msgid "Reading specs from %s\n"
 msgstr ""
 
-#: gcc.c:2030 gcc.c:2049
+#: gcc.c:2035 gcc.c:2054
 #, c-format
 msgid "specs %%include syntax malformed after %ld characters"
 msgstr ""
 
-#: gcc.c:2057
+#: gcc.c:2062
 #, c-format
 msgid "could not find specs file %s\n"
 msgstr ""
 
-#: gcc.c:2074 gcc.c:2082 gcc.c:2091 gcc.c:2100
+#: gcc.c:2079 gcc.c:2087 gcc.c:2096 gcc.c:2105
 #, c-format
 msgid "specs %%rename syntax malformed after %ld characters"
 msgstr ""
 
-#: gcc.c:2109
+#: gcc.c:2114
 #, c-format
 msgid "specs %s spec was not found to be renamed"
 msgstr ""
 
-#: gcc.c:2116
+#: gcc.c:2121
 #, c-format
 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
 msgstr ""
 
-#: gcc.c:2121
+#: gcc.c:2126
 #, c-format
 msgid "rename spec %s to %s\n"
 msgstr ""
 
-#: gcc.c:2123
+#: gcc.c:2128
 #, c-format
 msgid ""
 "spec is '%s'\n"
 "\n"
 msgstr ""
 
-#: gcc.c:2136
+#: gcc.c:2141
 #, c-format
 msgid "specs unknown %% command after %ld characters"
 msgstr ""
 
-#: gcc.c:2147 gcc.c:2160
+#: gcc.c:2152 gcc.c:2165
 #, c-format
 msgid "specs file malformed after %ld characters"
 msgstr ""
 
-#: gcc.c:2213
+#: gcc.c:2218
 #, c-format
 msgid "spec file has no spec for linking"
 msgstr ""
 
-#: gcc.c:2635
+#: gcc.c:2640
 #, c-format
 msgid "system path '%s' is not absolute"
 msgstr ""
 
-#: gcc.c:2698
+#: gcc.c:2703
 #, c-format
 msgid "-pipe not supported"
 msgstr ""
 
-#: gcc.c:2760
+#: gcc.c:2765
 #, c-format
 msgid ""
 "\n"
 "Go ahead? (y or n) "
 msgstr ""
 
-#: gcc.c:2843
+#: gcc.c:2848
 msgid "failed to get exit status"
 msgstr ""
 
-#: gcc.c:2849
+#: gcc.c:2854
 msgid "failed to get process times"
 msgstr ""
 
-#: gcc.c:2872
+#: gcc.c:2877
 #, c-format
 msgid ""
 "Internal error: %s (program %s)\n"
@@ -810,196 +810,196 @@ msgid ""
 "See %s for instructions."
 msgstr ""
 
-#: gcc.c:2900
+#: gcc.c:2905
 #, c-format
 msgid "# %s %.2f %.2f\n"
 msgstr ""
 
-#: gcc.c:3036
+#: gcc.c:3041
 #, c-format
 msgid "Usage: %s [options] file...\n"
 msgstr ""
 
-#: gcc.c:3037
+#: gcc.c:3042
 msgid "Options:\n"
 msgstr ""
 
-#: gcc.c:3039
+#: gcc.c:3044
 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
 msgstr ""
 
-#: gcc.c:3040
+#: gcc.c:3045
 msgid "  --help                   Display this information\n"
 msgstr ""
 
-#: gcc.c:3041
+#: gcc.c:3046
 msgid ""
 "  --target-help            Display target specific command line options\n"
 msgstr ""
 
-#: gcc.c:3043
+#: gcc.c:3048
 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
 msgstr ""
 
-#: gcc.c:3044
+#: gcc.c:3049
 msgid "  -dumpspecs               Display all of the built in spec strings\n"
 msgstr ""
 
-#: gcc.c:3045
+#: gcc.c:3050
 msgid "  -dumpversion             Display the version of the compiler\n"
 msgstr ""
 
-#: gcc.c:3046
+#: gcc.c:3051
 msgid "  -dumpmachine             Display the compiler's target processor\n"
 msgstr ""
 
-#: gcc.c:3047
+#: gcc.c:3052
 msgid ""
 "  -print-search-dirs       Display the directories in the compiler's search "
 "path\n"
 msgstr ""
 
-#: gcc.c:3048
+#: gcc.c:3053
 msgid ""
 "  -print-libgcc-file-name  Display the name of the compiler's companion "
 "library\n"
 msgstr ""
 
-#: gcc.c:3049
+#: gcc.c:3054
 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
 msgstr ""
 
-#: gcc.c:3050
+#: gcc.c:3055
 msgid ""
 "  -print-prog-name=<prog>  Display the full path to compiler component "
 "<prog>\n"
 msgstr ""
 
-#: gcc.c:3051
+#: gcc.c:3056
 msgid ""
 "  -print-multi-directory   Display the root directory for versions of "
 "libgcc\n"
 msgstr ""
 
-#: gcc.c:3052
+#: gcc.c:3057
 msgid ""
 "  -print-multi-lib         Display the mapping between command line options "
 "and\n"
 "                           multiple library search directories\n"
 msgstr ""
 
-#: gcc.c:3055
+#: gcc.c:3060
 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
 msgstr ""
 
-#: gcc.c:3056
+#: gcc.c:3061
 msgid ""
 "  -Wa,<options>            Pass comma-separated <options> on to the "
 "assembler\n"
 msgstr ""
 
-#: gcc.c:3057
+#: gcc.c:3062
 msgid ""
 "  -Wp,<options>            Pass comma-separated <options> on to the "
 "preprocessor\n"
 msgstr ""
 
-#: gcc.c:3058
+#: gcc.c:3063
 msgid ""
 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
 msgstr ""
 
-#: gcc.c:3059
+#: gcc.c:3064
 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
 msgstr ""
 
-#: gcc.c:3060
+#: gcc.c:3065
 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
 msgstr ""
 
-#: gcc.c:3061
+#: gcc.c:3066
 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
 msgstr ""
 
-#: gcc.c:3062
+#: gcc.c:3067
 msgid ""
 "  -combine                 Pass multiple source files to compiler at once\n"
 msgstr ""
 
-#: gcc.c:3063
+#: gcc.c:3068
 msgid "  -save-temps              Do not delete intermediate files\n"
 msgstr ""
 
-#: gcc.c:3064
+#: gcc.c:3069
 msgid "  -pipe                    Use pipes rather than intermediate files\n"
 msgstr ""
 
-#: gcc.c:3065
+#: gcc.c:3070
 msgid "  -time                    Time the execution of each subprocess\n"
 msgstr ""
 
-#: gcc.c:3066
+#: gcc.c:3071
 msgid ""
 "  -specs=<file>            Override built-in specs with the contents of "
 "<file>\n"
 msgstr ""
 
-#: gcc.c:3067
+#: gcc.c:3072
 msgid ""
 "  -std=<standard>          Assume that the input sources are for <standard>\n"
 msgstr ""
 
-#: gcc.c:3068
+#: gcc.c:3073
 msgid ""
 "  --sysroot=<directory>    Use <directory> as the root directory for "
 "headers\n"
 "                           for headers and libraries\n"
 msgstr ""
 
-#: gcc.c:3071
+#: gcc.c:3076
 msgid ""
 "  -B <directory>           Add <directory> to the compiler's search paths\n"
 msgstr ""
 
-#: gcc.c:3072
+#: gcc.c:3077
 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
 msgstr ""
 
-#: gcc.c:3073
+#: gcc.c:3078
 msgid ""
 "  -V <version>             Run gcc version number <version>, if installed\n"
 msgstr ""
 
-#: gcc.c:3074
+#: gcc.c:3079
 msgid ""
 "  -v                       Display the programs invoked by the compiler\n"
 msgstr ""
 
-#: gcc.c:3075
+#: gcc.c:3080
 msgid ""
 "  -###                     Like -v but options quoted and commands not "
 "executed\n"
 msgstr ""
 
-#: gcc.c:3076
+#: gcc.c:3081
 msgid ""
 "  -E                       Preprocess only; do not compile, assemble or "
 "link\n"
 msgstr ""
 
-#: gcc.c:3077
+#: gcc.c:3082
 msgid "  -S                       Compile only; do not assemble or link\n"
 msgstr ""
 
-#: gcc.c:3078
+#: gcc.c:3083
 msgid "  -c                       Compile and assemble, but do not link\n"
 msgstr ""
 
-#: gcc.c:3079
+#: gcc.c:3084
 msgid "  -o <file>                Place the output into <file>\n"
 msgstr ""
 
-#: gcc.c:3080
+#: gcc.c:3085
 msgid ""
 "  -x <language>            Specify the language of the following input "
 "files\n"
@@ -1010,7 +1010,7 @@ msgid ""
 "extension\n"
 msgstr ""
 
-#: gcc.c:3087
+#: gcc.c:3092
 #, c-format
 msgid ""
 "\n"
@@ -1019,28 +1019,28 @@ msgid ""
 " other options on to these processes the -W<letter> options must be used.\n"
 msgstr ""
 
-#: gcc.c:3211
+#: gcc.c:3215
 #, c-format
 msgid "'-%c' option must have argument"
 msgstr ""
 
-#: gcc.c:3233
+#: gcc.c:3237
 #, c-format
 msgid "couldn't run '%s': %s"
 msgstr ""
 
 #. translate_options () has turned --version into -fversion.
-#: gcc.c:3418
+#: gcc.c:3422
 #, c-format
 msgid "%s (GCC) %s\n"
 msgstr ""
 
-#: gcc.c:3420 gcov.c:415 fortran/gfortranspec.c:351 java/gjavah.c:2400
+#: gcc.c:3424 gcov.c:415 fortran/gfortranspec.c:351 java/gjavah.c:2406
 #: java/jcf-dump.c:931 java/jv-scan.c:129
 msgid "(C)"
 msgstr ""
 
-#: gcc.c:3421 java/gjavah.c:2401 java/jcf-dump.c:932 java/jv-scan.c:130
+#: gcc.c:3425 java/gjavah.c:2407 java/jcf-dump.c:932 java/jv-scan.c:130
 #, c-format
 msgid ""
 "This is free software; see the source for copying conditions.  There is NO\n"
@@ -1048,209 +1048,229 @@ msgid ""
 "\n"
 msgstr ""
 
-#: gcc.c:3522
+#: gcc.c:3526
 #, c-format
 msgid "argument to '-Xlinker' is missing"
 msgstr ""
 
-#: gcc.c:3530
+#: gcc.c:3534
 #, c-format
 msgid "argument to '-Xpreprocessor' is missing"
 msgstr ""
 
-#: gcc.c:3537
+#: gcc.c:3541
 #, c-format
 msgid "argument to '-Xassembler' is missing"
 msgstr ""
 
-#: gcc.c:3544
+#: gcc.c:3548
 #, c-format
 msgid "argument to '-l' is missing"
 msgstr ""
 
-#: gcc.c:3565
+#: gcc.c:3569
 #, c-format
 msgid "argument to '-specs' is missing"
 msgstr ""
 
-#: gcc.c:3579
+#: gcc.c:3583
 #, c-format
 msgid "argument to '-specs=' is missing"
 msgstr ""
 
-#: gcc.c:3617
+#: gcc.c:3621
 #, c-format
 msgid "'-%c' must come at the start of the command line"
 msgstr ""
 
-#: gcc.c:3626
+#: gcc.c:3630
 #, c-format
 msgid "argument to '-B' is missing"
 msgstr ""
 
-#: gcc.c:4011
+#: gcc.c:4016
 #, c-format
 msgid "argument to '-x' is missing"
 msgstr ""
 
-#: gcc.c:4039
+#: gcc.c:4044
 #, c-format
 msgid "argument to '-%s' is missing"
 msgstr ""
 
-#: gcc.c:4377
+#: gcc.c:4382
 #, c-format
 msgid "switch '%s' does not start with '-'"
 msgstr ""
 
-#: gcc.c:4607
+#: gcc.c:4612
 #, c-format
 msgid "spec '%s' invalid"
 msgstr ""
 
-#: gcc.c:4673
+#: gcc.c:4678
 #, c-format
 msgid "%s\n"
 msgstr ""
 
-#: gcc.c:4746
+#: gcc.c:4751
 #, c-format
 msgid "spec '%s' has invalid '%%0%c'"
 msgstr ""
 
-#: gcc.c:4943
+#: gcc.c:4948
 #, c-format
 msgid "spec '%s' has invalid '%%W%c"
 msgstr ""
 
-#: gcc.c:4974
+#: gcc.c:4979
 #, c-format
 msgid "spec '%s' has invalid '%%x%c'"
 msgstr ""
 
-#: gcc.c:5196
+#: gcc.c:5201
 #, c-format
 msgid "Processing spec %c%s%c, which is '%s'\n"
 msgstr ""
 
-#: gcc.c:5338
+#: gcc.c:5343
 #, c-format
 msgid "unknown spec function '%s'"
 msgstr ""
 
-#: gcc.c:5357
+#: gcc.c:5362
 #, c-format
 msgid "error in args to spec function '%s'"
 msgstr ""
 
-#: gcc.c:5405
+#: gcc.c:5410
 #, c-format
 msgid "malformed spec function name"
 msgstr ""
 
 #. )
-#: gcc.c:5408
+#: gcc.c:5413
 #, c-format
 msgid "no arguments for spec function"
 msgstr ""
 
-#: gcc.c:5427
+#: gcc.c:5432
 #, c-format
 msgid "malformed spec function arguments"
 msgstr ""
 
-#: gcc.c:5666
+#: gcc.c:5671
 #, c-format
 msgid "braced spec '%s' is invalid at '%c'"
 msgstr ""
 
-#: gcc.c:5754
+#: gcc.c:5759
 #, c-format
 msgid "braced spec body '%s' is invalid"
 msgstr ""
 
-#: gcc.c:6301
+#: gcc.c:6306
 #, c-format
 msgid "install: %s%s\n"
 msgstr ""
 
-#: gcc.c:6302
+#: gcc.c:6307
 #, c-format
 msgid "programs: %s\n"
 msgstr ""
 
-#: gcc.c:6303
+#: gcc.c:6308
 #, c-format
 msgid "libraries: %s\n"
 msgstr ""
 
-#: gcc.c:6360
+#: gcc.c:6365
 #, c-format
 msgid ""
 "\n"
 "For bug reporting instructions, please see:\n"
 msgstr ""
 
-#: gcc.c:6376
+#: gcc.c:6381
 #, c-format
 msgid "Target: %s\n"
 msgstr ""
 
-#: gcc.c:6377
+#: gcc.c:6382
 #, c-format
 msgid "Configured with: %s\n"
 msgstr ""
 
-#: gcc.c:6391
+#: gcc.c:6396
 #, c-format
 msgid "Thread model: %s\n"
 msgstr ""
 
-#: gcc.c:6402
+#: gcc.c:6407
 #, c-format
 msgid "gcc version %s\n"
 msgstr ""
 
-#: gcc.c:6404
+#: gcc.c:6409
 #, c-format
 msgid "gcc driver version %s executing gcc version %s\n"
 msgstr ""
 
-#: gcc.c:6412
+#: gcc.c:6417
 #, c-format
 msgid "no input files"
 msgstr ""
 
-#: gcc.c:6492
+#: gcc.c:6466
+#, c-format
+msgid "cannot specify -o with -c or -S with multiple files"
+msgstr ""
+
+#: gcc.c:6500
 #, c-format
 msgid "spec '%s' is invalid"
 msgstr ""
 
-#: gcc.c:6957
+#: gcc.c:6965
 #, c-format
 msgid "multilib spec '%s' is invalid"
 msgstr ""
 
-#: gcc.c:7149
+#: gcc.c:7157
 #, c-format
 msgid "multilib exclusions '%s' is invalid"
 msgstr ""
 
-#: gcc.c:7207 gcc.c:7348
+#: gcc.c:7215 gcc.c:7356
 #, c-format
 msgid "multilib select '%s' is invalid"
 msgstr ""
 
-#: gcc.c:7386
+#: gcc.c:7394
 #, c-format
 msgid "multilib exclusion '%s' is invalid"
 msgstr ""
 
-#: gcc.c:7645 gcc.c:7650
+#: gcc.c:7653 gcc.c:7658
 #, c-format
 msgid "invalid version number `%s'"
 msgstr ""
 
+#: gcc.c:7701
+#, c-format
+msgid "too few arguments to %%:version-compare"
+msgstr ""
+
+#: gcc.c:7707
+#, c-format
+msgid "too many arguments to %%:version-compare"
+msgstr ""
+
+#: gcc.c:7748
+#, c-format
+msgid "unknown operator '%s' in %%:version-compare"
+msgstr ""
+
 #: gcov.c:388
 #, c-format
 msgid ""
@@ -1356,7 +1376,7 @@ msgstr ""
 msgid "%s:no functions found\n"
 msgstr ""
 
-#: gcov.c:528 gcov.c:556 fortran/dump-parse-tree.c:67
+#: gcov.c:528 gcov.c:556 fortran/dump-parse-tree.c:68
 #, c-format
 msgid "\n"
 msgstr ""
@@ -1542,15 +1562,72 @@ msgid "%s:source file is newer than graph file '%s'\n"
 msgstr ""
 
 #. Return if there's nothing to do, or it is too expensive.
-#: gcse.c:690
+#: gcse.c:694
 msgid "GCSE disabled"
 msgstr ""
 
 #. Return if there's nothing to do, or it is too expensive.
-#: gcse.c:6481
+#: gcse.c:6518
 msgid "jump bypassing disabled"
 msgstr ""
 
+#: gengtype-yacc.c:602 java/parse-scan.c:1988
+#: java/parse-scan.y:1375 java/parse.c:2981
+#: java/parse.y:16475
+msgid "syntax error: cannot back up"
+msgstr ""
+
+#. Each stack pointer address is followed by the size of the
+#. data in use in that stack, in bytes.  This used to be a
+#. conditional around just the two extra args, but that might
+#. be undefined if yyoverflow is a macro.
+#: gengtype-yacc.c:1085 gengtype-yacc.c:1846 java/parse-scan.c:2471
+#: java/parse-scan.c:3359 java/parse.c:3464 java/parse.c:6451
+msgid "memory exhausted"
+msgstr ""
+
+#. This is so xgettext sees the translatable formats that are
+#. constructed on the fly.
+#: gengtype-yacc.c:1653 java/parse-scan.c:3166 java/parse.c:6258
+#, c-format
+msgid "syntax error, unexpected %s"
+msgstr ""
+
+#: gengtype-yacc.c:1654 java/parse-scan.c:3167 java/parse.c:6259
+#, c-format
+msgid "syntax error, unexpected %s, expecting %s"
+msgstr ""
+
+#: gengtype-yacc.c:1655 java/parse-scan.c:3168 java/parse.c:6260
+#, c-format
+msgid "syntax error, unexpected %s, expecting %s or %s"
+msgstr ""
+
+#: gengtype-yacc.c:1656 java/parse-scan.c:3169 java/parse.c:6261
+#, c-format
+msgid "syntax error, unexpected %s, expecting %s or %s or %s"
+msgstr ""
+
+#: gengtype-yacc.c:1657 java/parse-scan.c:3170 java/parse.c:6262
+#, c-format
+msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
+msgstr ""
+
+#. Depending on the version of Bison used to compile this grammar,
+#. it may issue generic diagnostics spelled "syntax error" or
+#. "parse error".  To prevent this from changing the translation
+#. template randomly, we list all the variants of this particular
+#. diagnostic here.  Translators: there is no fine distinction
+#. between diagnostics with "syntax error" in them, and diagnostics
+#. with "parse error" in them.  It's okay to give them both the same
+#. translation.
+#: gengtype-yacc.c:1732 gengtype-yacc.c:1738 java/parse-scan.c:3245
+#: java/parse-scan.c:3251 java/parse-scan.y:1371
+#: java/parse.c:6337 java/parse.c:6343
+#: java/parse.y:16471
+msgid "syntax error"
+msgstr ""
+
 #. Opening quotation mark.
 #: intl.c:58
 msgid "`"
@@ -1561,27 +1638,27 @@ msgstr ""
 msgid "'"
 msgstr ""
 
-#: ipa-inline.c:271
+#: ipa-inline.c:273
 msgid "--param large-function-growth limit reached"
 msgstr ""
 
-#: ipa-inline.c:301
+#: ipa-inline.c:303
 msgid "--param max-inline-insns-single limit reached"
 msgstr ""
 
-#: ipa-inline.c:310
+#: ipa-inline.c:312
 msgid "--param max-inline-insns-auto limit reached"
 msgstr ""
 
-#: ipa-inline.c:336 ipa-inline.c:760
+#: ipa-inline.c:338 ipa-inline.c:764
 msgid "recursive inlining"
 msgstr ""
 
-#: ipa-inline.c:773
+#: ipa-inline.c:777
 msgid "call is unlikely"
 msgstr ""
 
-#: ipa-inline.c:844
+#: ipa-inline.c:848
 msgid "--param inline-unit-growth limit reached"
 msgstr ""
 
@@ -1599,19 +1676,19 @@ msgstr ""
 msgid "In function %qs:"
 msgstr ""
 
-#: loop-iv.c:2709 tree-ssa-loop-niter.c:1022
+#: loop-iv.c:2709 tree-ssa-loop-niter.c:1026
 msgid "assuming that the loop is not infinite"
 msgstr ""
 
-#: loop-iv.c:2710 tree-ssa-loop-niter.c:1023
+#: loop-iv.c:2710 tree-ssa-loop-niter.c:1027
 msgid "cannot optimize possibly infinite loops"
 msgstr ""
 
-#: loop-iv.c:2718 tree-ssa-loop-niter.c:1027
+#: loop-iv.c:2718 tree-ssa-loop-niter.c:1031
 msgid "assuming that the loop counter does not overflow"
 msgstr ""
 
-#: loop-iv.c:2719 tree-ssa-loop-niter.c:1028
+#: loop-iv.c:2719 tree-ssa-loop-niter.c:1032
 msgid "cannot optimize loop, the loop counter may overflow"
 msgstr ""
 
@@ -1949,20 +2026,24 @@ msgstr ""
 msgid "unable to generate reloads for:"
 msgstr ""
 
-#: reload1.c:1890
+#: reload1.c:1901
 msgid "this is the insn:"
 msgstr ""
 
 #. It's the compiler's fault.
-#: reload1.c:5044
+#: reload1.c:5088
 msgid "could not find a spill register"
 msgstr ""
 
 #. It's the compiler's fault.
-#: reload1.c:6675
+#: reload1.c:6722
 msgid "VOIDmode on an output"
 msgstr ""
 
+#: reload1.c:7692
+msgid "Failure trying to reload:"
+msgstr ""
+
 #: rtl-error.c:128
 msgid "unrecognizable insn:"
 msgstr ""
@@ -2065,7 +2146,7 @@ msgstr ""
 msgid "created and used with different settings of -fpie"
 msgstr ""
 
-#: tree-inline.c:1978
+#: tree-inline.c:2013
 msgid "originally indirect function call not considered for inlining"
 msgstr ""
 
@@ -2166,385 +2247,410 @@ msgstr ""
 
 #: params.def:139
 msgid ""
-"If -fvariable-expansion-in-unroller is used, the maximum number "
-"of            times that an individual variable will be expanded            "
-"during loop unrolling"
+"If -fvariable-expansion-in-unroller is used, the maximum number of times "
+"that an individual variable will be expanded during loop unrolling"
 msgstr ""
 
-#: params.def:152
+#: params.def:150
 msgid "The maximum number of instructions to consider to fill a delay slot"
 msgstr ""
 
-#: params.def:163
+#: params.def:161
 msgid ""
 "The maximum number of instructions to consider to find accurate live "
 "register information"
 msgstr ""
 
-#: params.def:173
+#: params.def:171
 msgid "The maximum length of scheduling's pending operations list"
 msgstr ""
 
-#: params.def:178
+#: params.def:176
 msgid "The size of function body to be considered large"
 msgstr ""
 
-#: params.def:182
+#: params.def:180
 msgid "Maximal growth due to inlining of large function (in percent)"
 msgstr ""
 
-#: params.def:186
+#: params.def:184
+msgid "The size of translation unit to be considered large"
+msgstr ""
+
+#: params.def:188
 msgid ""
 "how much can given compilation unit grow because of the inlining (in percent)"
 msgstr ""
 
-#: params.def:190
+#: params.def:192
 msgid "expense of call operation relative to ordinary arithmetic operations"
 msgstr ""
 
-#: params.def:197
+#: params.def:199
 msgid "The maximum amount of memory to be allocated by GCSE"
 msgstr ""
 
-#: params.def:202
+#: params.def:204
 msgid "The maximum number of passes to make when doing GCSE"
 msgstr ""
 
-#: params.def:212
+#: params.def:214
 msgid ""
 "The threshold ratio for performing partial redundancy elimination after "
 "reload"
 msgstr ""
 
-#: params.def:219
+#: params.def:221
 msgid ""
 "The threshold ratio of critical edges execution count that permit performing "
 "redundancy elimination after reload"
 msgstr ""
 
-#: params.def:230
+#: params.def:232
 msgid "The maximum number of instructions to consider to unroll in a loop"
 msgstr ""
 
-#: params.def:236
+#: params.def:238
 msgid ""
 "The maximum number of instructions to consider to unroll in a loop on average"
 msgstr ""
 
-#: params.def:241
+#: params.def:243
 msgid "The maximum number of unrollings of a single loop"
 msgstr ""
 
-#: params.def:246
+#: params.def:248
 msgid "The maximum number of insns of a peeled loop"
 msgstr ""
 
-#: params.def:251
+#: params.def:253
 msgid "The maximum number of peelings of a single loop"
 msgstr ""
 
-#: params.def:256
+#: params.def:258
 msgid "The maximum number of insns of a completely peeled loop"
 msgstr ""
 
-#: params.def:261
+#: params.def:263
 msgid ""
 "The maximum number of peelings of a single loop that is peeled completely"
 msgstr ""
 
-#: params.def:266
+#: params.def:268
 msgid "The maximum number of insns of a peeled loop that rolls only once"
 msgstr ""
 
-#: params.def:272
+#: params.def:274
 msgid "The maximum number of insns of an unswitched loop"
 msgstr ""
 
-#: params.def:277
+#: params.def:279
 msgid "The maximum number of unswitchings in a single loop"
 msgstr ""
 
-#: params.def:284
+#: params.def:286
 msgid ""
 "Bound on the number of iterations the brute force # of iterations analysis "
 "algorithm evaluates"
 msgstr ""
 
-#: params.def:289
+#: params.def:291
 msgid ""
 "Maximum number of loops to perform swing modulo scheduling on (mainly for "
 "debugging)"
 msgstr ""
 
-#: params.def:295
+#: params.def:297
 msgid ""
 "A factor for tuning the upper bound that swing modulo scheduler uses for "
 "scheduling a loop"
 msgstr ""
 
-#: params.def:299
+#: params.def:301
 msgid ""
-"The number of cycles the swing modulo scheduler considers when \t  checking "
+"The number of cycles the swing modulo scheduler considers when checking "
 "conflicts using DFA"
 msgstr ""
 
-#: params.def:304
+#: params.def:305
 msgid ""
 "A threshold on the average loop count considered by the swing modulo "
 "scheduler"
 msgstr ""
 
-#: params.def:309
+#: params.def:310
 msgid ""
 "Select fraction of the maximal count of repetitions of basic block in "
 "program given basic block needs to have to be considered hot"
 msgstr ""
 
-#: params.def:313
+#: params.def:314
 msgid ""
 "Select fraction of the maximal frequency of executions of basic block in "
 "function given basic block needs to have to be considered hot"
 msgstr ""
 
-#: params.def:317
+#: params.def:330
+msgid "The maximum number of loop iterations we predict statically"
+msgstr ""
+
+#: params.def:334
 msgid ""
 "The percentage of function, weighted by execution frequency, that must be "
 "covered by trace formation. Used when profile feedback is available"
 msgstr ""
 
-#: params.def:321
+#: params.def:338
 msgid ""
 "The percentage of function, weighted by execution frequency, that must be "
 "covered by trace formation. Used when profile feedback is not available"
 msgstr ""
 
-#: params.def:325
+#: params.def:342
 msgid "Maximal code growth caused by tail duplication (in percent)"
 msgstr ""
 
-#: params.def:329
+#: params.def:346
 msgid ""
 "Stop reverse growth if the reverse probability of best edge is less than "
 "this threshold (in percent)"
 msgstr ""
 
-#: params.def:333
+#: params.def:350
 msgid ""
 "Stop forward growth if the probability of best edge is less than this "
 "threshold (in percent). Used when profile feedback is available"
 msgstr ""
 
-#: params.def:337
+#: params.def:354
 msgid ""
 "Stop forward growth if the probability of best edge is less than this "
 "threshold (in percent). Used when profile feedback is not available"
 msgstr ""
 
-#: params.def:343
+#: params.def:360
 msgid "The maximum number of incoming edges to consider for crossjumping"
 msgstr ""
 
-#: params.def:349
+#: params.def:366
 msgid ""
 "The minimum number of matching instructions to consider for crossjumping"
 msgstr ""
 
-#: params.def:355
+#: params.def:372
+msgid "The maximum expansion factor when copying basic blocks"
+msgstr ""
+
+#: params.def:378
 msgid ""
 "The maximum number of insns to duplicate when unfactoring computed gotos"
 msgstr ""
 
-#: params.def:361
+#: params.def:384
 msgid "The maximum length of path considered in cse"
 msgstr ""
 
-#: params.def:368
+#: params.def:388
+msgid "The maximum instructions CSE process before flushing"
+msgstr ""
+
+#: params.def:395
 msgid ""
 "The minimum cost of an expensive expression in the loop invariant motion"
 msgstr ""
 
-#: params.def:377
+#: params.def:404
 msgid ""
 "Bound on number of candidates below that all candidates are considered in iv "
 "optimizations"
 msgstr ""
 
-#: params.def:385
+#: params.def:412
 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
 msgstr ""
 
-#: params.def:393
+#: params.def:420
 msgid ""
 "If number of candidates in the set is smaller, we always try to remove "
 "unused ivs during its optimization"
 msgstr ""
 
-#: params.def:398
+#: params.def:425
 msgid "Bound on size of expressions used in the scalar evolutions analyzer"
 msgstr ""
 
-#: params.def:403
+#: params.def:430
 msgid ""
 "Bound on number of runtime checks inserted by the vectorizer's loop "
 "versioning"
 msgstr ""
 
-#: params.def:410
+#: params.def:437
 msgid ""
 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
 "NxV is larger than this limit"
 msgstr ""
 
-#: params.def:415
+#: params.def:442
 msgid "The maximum memory locations recorded by cselib"
 msgstr ""
 
-#: params.def:428
+#: params.def:446
+msgid "The maximum memory locations recorded by flow"
+msgstr ""
+
+#: params.def:459
 msgid ""
 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
 "total size of the heap"
 msgstr ""
 
-#: params.def:433
+#: params.def:464
 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
 msgstr ""
 
-#: params.def:441
+#: params.def:472
 msgid ""
 "The maximum number of instructions to search backward when looking for "
 "equivalent reload"
 msgstr ""
 
-#: params.def:446
+#: params.def:477
 msgid ""
 "The maximum number of virtual operands allowed to represent aliases before "
 "triggering alias grouping"
 msgstr ""
 
-#: params.def:451
+#: params.def:482
 msgid ""
 "The maximum number of blocks in a region to be considered for interblock "
 "scheduling"
 msgstr ""
 
-#: params.def:456
+#: params.def:487
 msgid ""
 "The maximum number of insns in a region to be considered for interblock "
 "scheduling"
 msgstr ""
 
-#: params.def:461
+#: params.def:492
 msgid ""
 "The minimum probability of reaching a source block for interblock "
 "speculative scheduling"
 msgstr ""
 
-#: params.def:466
+#: params.def:497
 msgid ""
 "The maximum number of RTL nodes that can be recorded as combiner's last value"
 msgstr ""
 
-#: params.def:474
+#: params.def:505
 msgid "The upper bound for sharing integer constants"
 msgstr ""
 
-#: params.def:493
+#: params.def:524
 msgid ""
 "Minimum number of virtual mappings to consider switching to full virtual "
 "renames"
 msgstr ""
 
-#: params.def:498
+#: params.def:529
 msgid ""
 "Ratio between virtual mappings and virtual symbols to do full virtual renames"
 msgstr ""
 
-#: params.def:503
+#: params.def:534
 msgid ""
 "The lower bound for a buffer to be considered for stack smashing protection"
 msgstr ""
 
-#: config/alpha/alpha.c:5063
+#: params.def:552
+msgid ""
+"Maximum number of statements allowed in a block that needs to be duplicated "
+"when threading jumps"
+msgstr ""
+
+#: config/alpha/alpha.c:5069
 #, c-format
 msgid "invalid %%H value"
 msgstr ""
 
-#: config/alpha/alpha.c:5084 config/bfin/bfin.c:1162
+#: config/alpha/alpha.c:5090 config/bfin/bfin.c:1181
 #, c-format
 msgid "invalid %%J value"
 msgstr ""
 
-#: config/alpha/alpha.c:5114 config/ia64/ia64.c:4505
+#: config/alpha/alpha.c:5120 config/ia64/ia64.c:4597
 #, c-format
 msgid "invalid %%r value"
 msgstr ""
 
-#: config/alpha/alpha.c:5124 config/rs6000/rs6000.c:10317
+#: config/alpha/alpha.c:5130 config/rs6000/rs6000.c:10385
 #: config/xtensa/xtensa.c:1691
 #, c-format
 msgid "invalid %%R value"
 msgstr ""
 
-#: config/alpha/alpha.c:5130 config/rs6000/rs6000.c:10236
+#: config/alpha/alpha.c:5136 config/rs6000/rs6000.c:10304
 #: config/xtensa/xtensa.c:1658
 #, c-format
 msgid "invalid %%N value"
 msgstr ""
 
-#: config/alpha/alpha.c:5138 config/rs6000/rs6000.c:10264
+#: config/alpha/alpha.c:5144 config/rs6000/rs6000.c:10332
 #, c-format
 msgid "invalid %%P value"
 msgstr ""
 
-#: config/alpha/alpha.c:5146
+#: config/alpha/alpha.c:5152
 #, c-format
 msgid "invalid %%h value"
 msgstr ""
 
-#: config/alpha/alpha.c:5154 config/xtensa/xtensa.c:1684
+#: config/alpha/alpha.c:5160 config/xtensa/xtensa.c:1684
 #, c-format
 msgid "invalid %%L value"
 msgstr ""
 
-#: config/alpha/alpha.c:5193 config/rs6000/rs6000.c:10218
+#: config/alpha/alpha.c:5199 config/rs6000/rs6000.c:10286
 #, c-format
 msgid "invalid %%m value"
 msgstr ""
 
-#: config/alpha/alpha.c:5201 config/rs6000/rs6000.c:10226
+#: config/alpha/alpha.c:5207 config/rs6000/rs6000.c:10294
 #, c-format
 msgid "invalid %%M value"
 msgstr ""
 
-#: config/alpha/alpha.c:5245
+#: config/alpha/alpha.c:5251
 #, c-format
 msgid "invalid %%U value"
 msgstr ""
 
-#: config/alpha/alpha.c:5257 config/alpha/alpha.c:5271
-#: config/rs6000/rs6000.c:10325
+#: config/alpha/alpha.c:5263 config/alpha/alpha.c:5277
+#: config/rs6000/rs6000.c:10393
 #, c-format
 msgid "invalid %%s value"
 msgstr ""
 
-#: config/alpha/alpha.c:5294
+#: config/alpha/alpha.c:5300
 #, c-format
 msgid "invalid %%C value"
 msgstr ""
 
-#: config/alpha/alpha.c:5331 config/rs6000/rs6000.c:10057
-#: config/rs6000/rs6000.c:10075
+#: config/alpha/alpha.c:5337 config/rs6000/rs6000.c:10125
+#: config/rs6000/rs6000.c:10143
 #, c-format
 msgid "invalid %%E value"
 msgstr ""
 
-#: config/alpha/alpha.c:5356 config/alpha/alpha.c:5404
+#: config/alpha/alpha.c:5362 config/alpha/alpha.c:5410
 #, c-format
 msgid "unknown relocation unspec"
 msgstr ""
 
-#: config/alpha/alpha.c:5365 config/crx/crx.c:1082
-#: config/rs6000/rs6000.c:10638
+#: config/alpha/alpha.c:5371 config/crx/crx.c:1082
+#: config/rs6000/rs6000.c:10706
 #, c-format
 msgid "invalid %%xn code"
 msgstr ""
@@ -2571,35 +2677,35 @@ msgstr ""
 
 #. Unknown flag.
 #. Undocumented flag.
-#: config/arc/arc.c:1798 config/m32r/m32r.c:1926 config/sparc/sparc.c:6807
+#: config/arc/arc.c:1798 config/m32r/m32r.c:1926 config/sparc/sparc.c:6802
 #, c-format
 msgid "invalid operand output code"
 msgstr ""
 
-#: config/arm/arm.c:10569 config/arm/arm.c:10587
+#: config/arm/arm.c:10904 config/arm/arm.c:10922
 #, c-format
 msgid "predicated Thumb instruction"
 msgstr ""
 
-#: config/arm/arm.c:10575
+#: config/arm/arm.c:10910
 #, c-format
 msgid "predicated instruction in conditional sequence"
 msgstr ""
 
-#: config/arm/arm.c:10683 config/arm/arm.c:10693 config/arm/arm.c:10703
-#: config/arm/arm.c:10729 config/arm/arm.c:10747 config/arm/arm.c:10782
-#: config/arm/arm.c:10801 config/arm/arm.c:10816 config/arm/arm.c:10842
-#: config/arm/arm.c:10849 config/arm/arm.c:10856
+#: config/arm/arm.c:11018 config/arm/arm.c:11028 config/arm/arm.c:11038
+#: config/arm/arm.c:11064 config/arm/arm.c:11082 config/arm/arm.c:11117
+#: config/arm/arm.c:11136 config/arm/arm.c:11151 config/arm/arm.c:11177
+#: config/arm/arm.c:11184 config/arm/arm.c:11191
 #, c-format
 msgid "invalid operand for code '%c'"
 msgstr ""
 
-#: config/arm/arm.c:10742
+#: config/arm/arm.c:11077
 #, c-format
 msgid "instruction never exectued"
 msgstr ""
 
-#: config/arm/arm.c:10867
+#: config/arm/arm.c:11202
 #, c-format
 msgid "missing operand"
 msgstr ""
@@ -2643,12 +2749,12 @@ msgstr ""
 msgid "internal compiler error.  Incorrect shift:"
 msgstr ""
 
-#: config/bfin/bfin.c:1124
+#: config/bfin/bfin.c:1143
 #, c-format
 msgid "invalid %%j value"
 msgstr ""
 
-#: config/bfin/bfin.c:1243
+#: config/bfin/bfin.c:1262
 #, c-format
 msgid "invalid const_double operand"
 msgstr ""
@@ -2736,103 +2842,103 @@ msgstr ""
 
 #. Use `%s' to print the string in case there are any escape
 #. characters in the message.
-#: config/cris/cris.c:491 fortran/dump-parse-tree.c:82
-#: fortran/dump-parse-tree.c:414 fortran/dump-parse-tree.c:741 c-typeck.c:4255
-#: c-typeck.c:4270 c-typeck.c:4285 final.c:2796 final.c:2798 gcc.c:4659
+#: config/cris/cris.c:492 fortran/dump-parse-tree.c:84
+#: fortran/dump-parse-tree.c:416 fortran/dump-parse-tree.c:744 c-typeck.c:4372
+#: c-typeck.c:4387 c-typeck.c:4402 final.c:2821 final.c:2823 gcc.c:4664
 #: loop-iv.c:2711 loop-iv.c:2720 rtl-error.c:113 toplev.c:586
-#: tree-ssa-loop-niter.c:1033 cp/parser.c:1947 cp/typeck.c:4204
-#: java/expr.c:403
+#: tree-ssa-loop-niter.c:1037 cp/parser.c:1963 cp/typeck.c:4274
+#: java/expr.c:402 java/parse.y:5005
 #, gcc-internal-format
 msgid "%s"
 msgstr ""
 
-#: config/cris/cris.c:543
+#: config/cris/cris.c:544
 msgid "unexpected index-type in cris_print_index"
 msgstr ""
 
-#: config/cris/cris.c:557
+#: config/cris/cris.c:558
 msgid "unexpected base-type in cris_print_base"
 msgstr ""
 
-#: config/cris/cris.c:673
+#: config/cris/cris.c:674
 msgid "invalid operand for 'b' modifier"
 msgstr ""
 
-#: config/cris/cris.c:690
+#: config/cris/cris.c:691
 msgid "invalid operand for 'o' modifier"
 msgstr ""
 
-#: config/cris/cris.c:709
+#: config/cris/cris.c:710
 msgid "invalid operand for 'O' modifier"
 msgstr ""
 
-#: config/cris/cris.c:742
+#: config/cris/cris.c:743
 msgid "invalid operand for 'p' modifier"
 msgstr ""
 
-#: config/cris/cris.c:781
+#: config/cris/cris.c:782
 msgid "invalid operand for 'z' modifier"
 msgstr ""
 
-#: config/cris/cris.c:835 config/cris/cris.c:865
+#: config/cris/cris.c:836 config/cris/cris.c:866
 msgid "invalid operand for 'H' modifier"
 msgstr ""
 
-#: config/cris/cris.c:841
+#: config/cris/cris.c:842
 msgid "bad register"
 msgstr ""
 
-#: config/cris/cris.c:879
+#: config/cris/cris.c:880
 msgid "invalid operand for 'e' modifier"
 msgstr ""
 
-#: config/cris/cris.c:896
+#: config/cris/cris.c:897
 msgid "invalid operand for 'm' modifier"
 msgstr ""
 
-#: config/cris/cris.c:921
+#: config/cris/cris.c:922
 msgid "invalid operand for 'A' modifier"
 msgstr ""
 
-#: config/cris/cris.c:944
+#: config/cris/cris.c:945
 msgid "invalid operand for 'D' modifier"
 msgstr ""
 
-#: config/cris/cris.c:958
+#: config/cris/cris.c:959
 msgid "invalid operand for 'T' modifier"
 msgstr ""
 
-#: config/cris/cris.c:967
+#: config/cris/cris.c:968
 msgid "invalid operand modifier letter"
 msgstr ""
 
-#: config/cris/cris.c:1024
+#: config/cris/cris.c:1025
 msgid "unexpected multiplicative operand"
 msgstr ""
 
-#: config/cris/cris.c:1044
+#: config/cris/cris.c:1045
 msgid "unexpected operand"
 msgstr ""
 
-#: config/cris/cris.c:1077 config/cris/cris.c:1087
+#: config/cris/cris.c:1078 config/cris/cris.c:1088
 msgid "unrecognized address"
 msgstr ""
 
-#: config/cris/cris.c:1938
+#: config/cris/cris.c:2014
 msgid "unrecognized supposed constant"
 msgstr ""
 
-#: config/cris/cris.c:2294 config/cris/cris.c:2339
+#: config/cris/cris.c:2370 config/cris/cris.c:2415
 msgid "unexpected side-effects in address"
 msgstr ""
 
 #. Can't possibly get a GOT-needing-fixup for a function-call,
 #. right?
-#: config/cris/cris.c:3097
+#: config/cris/cris.c:3173
 msgid "Unidentifiable call op"
 msgstr ""
 
-#: config/cris/cris.c:3132
+#: config/cris/cris.c:3208
 #, c-format
 msgid "PIC register isn't set up"
 msgstr ""
@@ -2975,28 +3081,28 @@ msgstr ""
 msgid " (frv)"
 msgstr ""
 
-#: config/i386/i386.c:6515
+#: config/i386/i386.c:6676
 #, c-format
 msgid "invalid UNSPEC as operand"
 msgstr ""
 
-#: config/i386/i386.c:7097
+#: config/i386/i386.c:7258
 #, c-format
 msgid ""
 "operand is neither a constant nor a condition code, invalid operand code 'c'"
 msgstr ""
 
-#: config/i386/i386.c:7150
+#: config/i386/i386.c:7311
 #, c-format
 msgid "invalid operand code '%c'"
 msgstr ""
 
-#: config/i386/i386.c:7193
+#: config/i386/i386.c:7354
 #, c-format
 msgid "invalid constraints for operand"
 msgstr ""
 
-#: config/i386/i386.c:12784
+#: config/i386/i386.c:12948
 msgid "unknown insn mode"
 msgstr ""
 
@@ -3017,20 +3123,20 @@ msgstr ""
 msgid "environment variable DJGPP points to corrupt file '%s'"
 msgstr ""
 
-#: config/ia64/ia64.c:4555
+#: config/ia64/ia64.c:4647
 #, c-format
 msgid "ia64_print_operand: unknown code"
 msgstr ""
 
-#: config/ia64/ia64.c:8794
+#: config/ia64/ia64.c:8918
 msgid "invalid conversion from %<__fpreg%>"
 msgstr ""
 
-#: config/ia64/ia64.c:8797
+#: config/ia64/ia64.c:8921
 msgid "invalid conversion to %<__fpreg%>"
 msgstr ""
 
-#: config/ia64/ia64.c:8810 config/ia64/ia64.c:8821
+#: config/ia64/ia64.c:8934 config/ia64/ia64.c:8945
 msgid "invalid operation on %<__fpreg%>"
 msgstr ""
 
@@ -3039,7 +3145,7 @@ msgstr ""
 msgid "invalid %%P operand"
 msgstr ""
 
-#: config/iq2000/iq2000.c:3133 config/rs6000/rs6000.c:10254
+#: config/iq2000/iq2000.c:3133 config/rs6000/rs6000.c:10322
 #, c-format
 msgid "invalid %%p value"
 msgstr ""
@@ -3086,7 +3192,7 @@ msgid "post-increment address is not a register"
 msgstr ""
 
 #: config/m32r/m32r.c:2030 config/m32r/m32r.c:2044
-#: config/rs6000/rs6000.c:17479
+#: config/rs6000/rs6000.c:17547
 msgid "bad address"
 msgstr ""
 
@@ -3207,19 +3313,19 @@ msgstr ""
 msgid "MMIX Internal: What is the CC of this?"
 msgstr ""
 
-#: config/mmix/mmix.c:2731
+#: config/mmix/mmix.c:2725
 msgid "MMIX Internal: This is not a constant:"
 msgstr ""
 
-#: config/ms1/ms1.c:288
+#: config/ms1/ms1.c:302
 msgid "ms1_final_prescan_insn, invalid insn #1"
 msgstr ""
 
-#: config/ms1/ms1.c:359
+#: config/ms1/ms1.c:373
 msgid "PRINT_OPERAND_ADDRESS, 2 regs"
 msgstr ""
 
-#: config/ms1/ms1.c:383
+#: config/ms1/ms1.c:397
 msgid "PRINT_OPERAND_ADDRESS, invalid insn #1"
 msgstr ""
 
@@ -3233,81 +3339,81 @@ msgstr ""
 msgid "Try running '%s' in the shell to raise its limit.\n"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10084
+#: config/rs6000/rs6000.c:10152
 #, c-format
 msgid "invalid %%f value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10093
+#: config/rs6000/rs6000.c:10161
 #, c-format
 msgid "invalid %%F value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10102
+#: config/rs6000/rs6000.c:10170
 #, c-format
 msgid "invalid %%G value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10137
+#: config/rs6000/rs6000.c:10205
 #, c-format
 msgid "invalid %%j code"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10147
+#: config/rs6000/rs6000.c:10215
 #, c-format
 msgid "invalid %%J code"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10157
+#: config/rs6000/rs6000.c:10225
 #, c-format
 msgid "invalid %%k value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10177 config/xtensa/xtensa.c:1677
+#: config/rs6000/rs6000.c:10245 config/xtensa/xtensa.c:1677
 #, c-format
 msgid "invalid %%K value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10244
+#: config/rs6000/rs6000.c:10312
 #, c-format
 msgid "invalid %%O value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10291
+#: config/rs6000/rs6000.c:10359
 #, c-format
 msgid "invalid %%q value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10335
+#: config/rs6000/rs6000.c:10403
 #, c-format
 msgid "invalid %%S value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10375
+#: config/rs6000/rs6000.c:10443
 #, c-format
 msgid "invalid %%T value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10385
+#: config/rs6000/rs6000.c:10453
 #, c-format
 msgid "invalid %%u value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:10394 config/xtensa/xtensa.c:1647
+#: config/rs6000/rs6000.c:10462 config/xtensa/xtensa.c:1647
 #, c-format
 msgid "invalid %%v value"
 msgstr ""
 
-#: config/rs6000/rs6000.c:18989
+#: config/rs6000/rs6000.c:19064
 msgid "AltiVec argument passed to unprototyped function"
 msgstr ""
 
-#: config/s390/s390.c:4038
+#: config/s390/s390.c:4175
 #, c-format
 msgid "cannot decompose address"
 msgstr ""
 
-#: config/s390/s390.c:4245
+#: config/s390/s390.c:4385
 msgid "UNKNOWN in print_operand !?"
 msgstr ""
 
@@ -3321,69 +3427,69 @@ msgstr ""
 msgid "invalid operand to %%S"
 msgstr ""
 
-#: config/sh/sh.c:7648
+#: config/sh/sh.c:7661
 msgid "created and used with different architectures / ABIs"
 msgstr ""
 
-#: config/sh/sh.c:7650
+#: config/sh/sh.c:7663
 msgid "created and used with different ABIs"
 msgstr ""
 
-#: config/sh/sh.c:7652
+#: config/sh/sh.c:7665
 msgid "created and used with different endianness"
 msgstr ""
 
-#: config/sparc/sparc.c:6615 config/sparc/sparc.c:6621
+#: config/sparc/sparc.c:6610 config/sparc/sparc.c:6616
 #, c-format
 msgid "invalid %%Y operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6691
+#: config/sparc/sparc.c:6686
 #, c-format
 msgid "invalid %%A operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6701
+#: config/sparc/sparc.c:6696
 #, c-format
 msgid "invalid %%B operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6740
+#: config/sparc/sparc.c:6735
 #, c-format
 msgid "invalid %%c operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6741
+#: config/sparc/sparc.c:6736
 #, c-format
 msgid "invalid %%C operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6762
+#: config/sparc/sparc.c:6757
 #, c-format
 msgid "invalid %%d operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6763
+#: config/sparc/sparc.c:6758
 #, c-format
 msgid "invalid %%D operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6779
+#: config/sparc/sparc.c:6774
 #, c-format
 msgid "invalid %%f operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6793
+#: config/sparc/sparc.c:6788
 #, c-format
 msgid "invalid %%s operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6847
+#: config/sparc/sparc.c:6842
 #, c-format
 msgid "long long constant not a valid immediate operand"
 msgstr ""
 
-#: config/sparc/sparc.c:6850
+#: config/sparc/sparc.c:6845
 #, c-format
 msgid "floating point constant not a valid immediate operand"
 msgstr ""
@@ -3461,19 +3567,19 @@ msgstr ""
 msgid "candidates are:"
 msgstr ""
 
-#: cp/call.c:6232
+#: cp/call.c:6216
 msgid "candidate 1:"
 msgstr ""
 
-#: cp/call.c:6233
+#: cp/call.c:6217
 msgid "candidate 2:"
 msgstr ""
 
-#: cp/decl2.c:697
+#: cp/decl2.c:695
 msgid "candidates are: %+#D"
 msgstr ""
 
-#: cp/decl2.c:699
+#: cp/decl2.c:697
 msgid "candidate is: %+#D"
 msgstr ""
 
@@ -3483,56 +3589,85 @@ msgid "argument to '%s' missing\n"
 msgstr ""
 
 #: fortran/arith.c:141
-msgid "Arithmetic OK"
+msgid "Arithmetic OK at %L"
 msgstr ""
 
 #: fortran/arith.c:144
-msgid "Arithmetic overflow"
+msgid "Arithmetic overflow at %L"
 msgstr ""
 
 #: fortran/arith.c:147
-msgid "Arithmetic underflow"
+msgid "Arithmetic underflow at %L"
 msgstr ""
 
 #: fortran/arith.c:150
-msgid "Arithmetic NaN"
+msgid "Arithmetic NaN at %L"
 msgstr ""
 
 #: fortran/arith.c:153
-msgid "Division by zero"
+msgid "Division by zero at %L"
 msgstr ""
 
 #: fortran/arith.c:156
-msgid "Array operands are incommensurate"
+msgid "Array operands are incommensurate at %L"
+msgstr ""
+
+#: fortran/arith.c:160
+msgid "Integer outside symmetric range implied by Standard Fortran at %L"
 msgstr ""
 
-#: fortran/arith.c:159
-msgid "Integer outside symmetric range implied by Standard Fortran"
+#: fortran/arith.c:1384
+msgid "Elemental binary operation"
 msgstr ""
 
-#. Something went wrong
-#: fortran/arith.c:601 fortran/arith.c:607 fortran/arith.c:1607
-#: fortran/arith.c:1934 fortran/arith.c:2036 fortran/arith.c:2068
-#: fortran/arith.c:2123 fortran/arith.c:2155 fortran/arith.c:2170
+#: fortran/arith.c:1914
 #, no-c-format
-msgid "%s at %L"
+msgid "Arithmetic OK converting %s to %s at %L"
 msgstr ""
 
-#: fortran/arith.c:1383
-msgid "Elemental binary operation"
+#: fortran/arith.c:1918
+#, no-c-format
+msgid "Arithmetic overflow converting %s to %s at %L"
+msgstr ""
+
+#: fortran/arith.c:1922
+#, no-c-format
+msgid "Arithmetic underflow converting %s to %s at %L"
+msgstr ""
+
+#: fortran/arith.c:1926
+#, no-c-format
+msgid "Arithmetic NaN converting %s to %s at %L"
+msgstr ""
+
+#: fortran/arith.c:1930
+#, no-c-format
+msgid "Division by zero converting %s to %s at %L"
 msgstr ""
 
-#: fortran/arith.c:1910
+#: fortran/arith.c:1934
 #, no-c-format
-msgid "%s converting %s to %s at %L"
+msgid "Array operands are incommensurate converting %s to %s at %L"
 msgstr ""
 
-#: fortran/arith.c:2238 fortran/arith.c:2273 fortran/arith.c:2310
-#: fortran/arith.c:2360
+#: fortran/arith.c:1938
+#, no-c-format
+msgid ""
+"Integer outside symmetric range implied by Standard Fortran converting %s to "
+"%s at %L"
+msgstr ""
+
+#: fortran/arith.c:2271 fortran/arith.c:2306 fortran/arith.c:2343
+#: fortran/arith.c:2393
 #, no-c-format
 msgid "The Hollerith constant at %L is too long to convert to %s"
 msgstr ""
 
+#: fortran/arith.c:2439
+#, no-c-format
+msgid "Enumerator exceeds the C integer type at %C"
+msgstr ""
+
 #: fortran/array.c:97
 #, no-c-format
 msgid "Expected array subscript at %C"
@@ -3628,601 +3763,799 @@ msgstr ""
 msgid "Iterator step at %L cannot be zero"
 msgstr ""
 
-#: fortran/check.c:42
+#: fortran/check.c:44
 #, no-c-format
 msgid "'%s' argument of '%s' intrinsic at %L must be %s"
 msgstr ""
 
-#: fortran/check.c:70
-msgid "a numeric type"
+#: fortran/check.c:60
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a numeric type"
 msgstr ""
 
-#: fortran/check.c:83
-msgid "INTEGER or REAL"
+#: fortran/check.c:75 fortran/check.c:640 fortran/check.c:650
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be INTEGER or REAL"
 msgstr ""
 
-#: fortran/check.c:98
-msgid "REAL or COMPLEX"
+#: fortran/check.c:92
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be REAL or COMPLEX"
 msgstr ""
 
-#: fortran/check.c:122
-msgid "a constant"
+#: fortran/check.c:118
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a constant"
 msgstr ""
 
-#: fortran/check.c:129
+#: fortran/check.c:126
 #, no-c-format
 msgid "Invalid kind for %s at %L"
 msgstr ""
 
-#: fortran/check.c:148
-msgid "double precision"
+#: fortran/check.c:146
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be double precision"
 msgstr ""
 
 #: fortran/check.c:163
-msgid "a logical array"
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a logical array"
 msgstr ""
 
-#: fortran/check.c:179
-msgid "an array"
+#: fortran/check.c:180
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be an array"
 msgstr ""
 
-#: fortran/check.c:193
-msgid "a scalar"
+#: fortran/check.c:195
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a scalar"
 msgstr ""
 
-#: fortran/check.c:209
-#, c-format
-msgid "the same type and kind as '%s'"
+#: fortran/check.c:210
+#, no-c-format
+msgid ""
+"'%s' argument of '%s' intrinsic at %L must be the same type and kind as '%s'"
 msgstr ""
 
-#: fortran/check.c:228
-#, c-format
-msgid "of rank %d"
+#: fortran/check.c:225
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be of rank %d"
 msgstr ""
 
-#: fortran/check.c:243
+#: fortran/check.c:239
 #, no-c-format
 msgid "'%s' argument of '%s' intrinsic at %L must not be OPTIONAL"
 msgstr ""
 
-#: fortran/check.c:265
-#, c-format
-msgid "of kind %d"
+#: fortran/check.c:259
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be of kind %d"
 msgstr ""
 
-#: fortran/check.c:286
+#: fortran/check.c:280
 #, no-c-format
 msgid "'%s' argument of '%s' intrinsic at %L cannot be INTENT(IN)"
 msgstr ""
 
-#: fortran/check.c:292
-msgid "a variable"
+#: fortran/check.c:286
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a variable"
 msgstr ""
 
-#: fortran/check.c:316
+#: fortran/check.c:311
 #, no-c-format
 msgid "Missing DIM parameter in intrinsic '%s' at %L"
 msgstr ""
 
-#: fortran/check.c:353
+#: fortran/check.c:348
 #, no-c-format
 msgid "'dim' argument of '%s' intrinsic at %L is not a valid dimension index"
 msgstr ""
 
-#: fortran/check.c:439
-msgid "ALLOCATABLE"
+#: fortran/check.c:434
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be ALLOCATABLE"
 msgstr ""
 
-#: fortran/check.c:476 fortran/check.c:1538
-msgid "a POINTER"
+#: fortran/check.c:473 fortran/check.c:1619
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a POINTER"
 msgstr ""
 
-#: fortran/check.c:486
+#: fortran/check.c:485
 #, no-c-format
 msgid ""
 "NULL pointer at %L is not permitted as actual argument of '%s' intrinsic "
 "function"
 msgstr ""
 
-#: fortran/check.c:495
-msgid "a POINTER or a TARGET"
+#: fortran/check.c:494
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a POINTER or a TARGET"
 msgstr ""
 
-#: fortran/check.c:509
+#: fortran/check.c:510
 #, no-c-format
 msgid ""
 "Array section with a vector subscript at %L shall not be the target of a "
 "pointer"
 msgstr ""
 
-#: fortran/check.c:619 fortran/check.c:679
-msgid "not be present if 'x' is COMPLEX"
+#: fortran/check.c:620 fortran/check.c:722
+#, no-c-format
+msgid ""
+"'%s' argument of '%s' intrinsic at %L must not be present if 'x' is COMPLEX"
 msgstr ""
 
-#: fortran/check.c:726 fortran/check.c:1348 fortran/check.c:1354
-msgid "numeric or LOGICAL"
+#: fortran/check.c:771 fortran/check.c:1423 fortran/check.c:1431
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be numeric or LOGICAL"
 msgstr ""
 
-#: fortran/check.c:873 fortran/check.c:1003 fortran/check.c:1063
-#: fortran/check.c:1280
+#: fortran/check.c:920 fortran/check.c:1055 fortran/check.c:1118
+#: fortran/check.c:1343
 #, no-c-format
 msgid "Extension: Different type kinds at %L"
 msgstr ""
 
-#: fortran/check.c:973
+#: fortran/check.c:1025
 #, no-c-format
 msgid "Argument of %s at %L must be of length one"
 msgstr ""
 
-#: fortran/check.c:1025
-msgid "the same kind as 'string'"
+#: fortran/check.c:1077
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be the same kind as '%s'"
 msgstr ""
 
-#: fortran/check.c:1137
-msgid "a non-derived type"
+#: fortran/check.c:1192
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be a non-derived type"
 msgstr ""
 
-#: fortran/check.c:1252
+#: fortran/check.c:1315
 #, no-c-format
 msgid "Intrinsic '%s' at %L must have at least two arguments"
 msgstr ""
 
-#: fortran/check.c:1286
+#: fortran/check.c:1349
 #, no-c-format
 msgid "'a%d' argument of '%s' intrinsic at %L must be %s(%d)"
 msgstr ""
 
-#: fortran/check.c:1311
+#: fortran/check.c:1374
 #, no-c-format
 msgid "'a1' argument of '%s' intrinsic at %L must be INTEGER or REAL"
 msgstr ""
 
-#: fortran/check.c:1373
-msgid "of rank 1 or 2"
+#: fortran/check.c:1452
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be of rank 1 or 2"
 msgstr ""
 
-#: fortran/check.c:1557
-msgid "conformable with 'mask' argument"
+#: fortran/check.c:1640
+#, no-c-format
+msgid ""
+"'%s' argument of '%s' intrinsic at %L must be conformable with '%s' argument"
 msgstr ""
 
-#: fortran/check.c:1581
-msgid "of type REAL or COMPLEX"
+#: fortran/check.c:1667
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be of type REAL or COMPLEX"
 msgstr ""
 
-#: fortran/check.c:1600
-msgid "a dummy variable"
+#: fortran/check.c:1688
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be of a dummy variable"
 msgstr ""
 
-#: fortran/check.c:1606
-msgid "an OPTIONAL dummy variable"
+#: fortran/check.c:1696
+#, no-c-format
+msgid ""
+"'%s' argument of '%s' intrinsic at %L must be of an OPTIONAL dummy variable"
 msgstr ""
 
-#: fortran/check.c:1720
+#: fortran/check.c:1812
 #, no-c-format
 msgid ""
 "'shape' argument of 'reshape' intrinsic at %L must be an array of constant "
 "size"
 msgstr ""
 
-#: fortran/check.c:1730
+#: fortran/check.c:1822
 #, no-c-format
 msgid "'shape' argument of 'reshape' intrinsic at %L has more than %d elements"
 msgstr ""
 
-#: fortran/check.c:1801
+#: fortran/check.c:1910
 #, no-c-format
 msgid "Missing arguments to %s intrinsic at %L"
 msgstr ""
 
-#: fortran/check.c:1842
+#: fortran/check.c:1951
 #, no-c-format
 msgid ""
 "'source' argument of 'shape' intrinsic at %L must not be an assumed size "
 "array"
 msgstr ""
 
-#: fortran/check.c:1906
-#, c-format
-msgid "less than rank %d"
+#: fortran/check.c:2013
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be less than rank %d"
 msgstr ""
 
-#: fortran/check.c:2259 fortran/check.c:2279
+#: fortran/check.c:2470 fortran/check.c:2490
 #, no-c-format
 msgid "Too many arguments to %s at %L"
 msgstr ""
 
+#: fortran/check.c:2618 fortran/check.c:2980 fortran/check.c:3004
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be INTEGER or PROCEDURE"
+msgstr ""
+
+#: fortran/check.c:3051 fortran/check.c:3059
+#, no-c-format
+msgid "'%s' argument of '%s' intrinsic at %L must be INTEGER or LOGICAL"
+msgstr ""
+
+#: fortran/check.c:3066
+#, no-c-format
+msgid "'%s' and '%s' arguments of '%s' intrinsic at %L must have the same type"
+msgstr ""
+
 #: fortran/data.c:63
 #, no-c-format
 msgid "non-constant array in DATA statement %L."
 msgstr ""
 
-#: fortran/decl.c:184
+#: fortran/data.c:327
+#, no-c-format
+msgid "Extension: re-initialization of '%s' at %L"
+msgstr ""
+
+#: fortran/decl.c:208
 #, no-c-format
-msgid "Variable '%s' at %C already has an initialization"
+msgid "Host associated variable '%s' may not be in the DATA statement at %C."
 msgstr ""
 
-#: fortran/decl.c:195
+#: fortran/decl.c:215
 #, no-c-format
-msgid "DATA statement at %C may not initialize variable '%s' from blank COMMON"
+msgid ""
+"Extension: initialization of common block variable '%s' in DATA statement at "
+"%C"
 msgstr ""
 
-#: fortran/decl.c:282
+#: fortran/decl.c:301
 #, no-c-format
 msgid "Symbol '%s' must be a PARAMETER in DATA statement at %C"
 msgstr ""
 
-#: fortran/decl.c:389
+#: fortran/decl.c:408
 #, no-c-format
 msgid "Initialization at %C is not allowed in a PURE procedure"
 msgstr ""
 
-#: fortran/decl.c:436
+#: fortran/decl.c:455
 #, no-c-format
 msgid "DATA statement at %C is not allowed in a PURE procedure"
 msgstr ""
 
-#: fortran/decl.c:464
+#: fortran/decl.c:483
 #, no-c-format
 msgid "Bad INTENT specification at %C"
 msgstr ""
 
-#: fortran/decl.c:528
+#: fortran/decl.c:547
 #, no-c-format
 msgid "Syntax error in character length specification at %C"
 msgstr ""
 
-#: fortran/decl.c:703
+#: fortran/decl.c:779
 #, no-c-format
 msgid "Initializer not allowed for PARAMETER '%s' at %C"
 msgstr ""
 
-#: fortran/decl.c:712
+#: fortran/decl.c:788
 #, no-c-format
 msgid "Initializer not allowed for COMMON variable '%s' at %C"
 msgstr ""
 
-#: fortran/decl.c:722
+#: fortran/decl.c:798
 #, no-c-format
 msgid "PARAMETER at %L is missing an initializer"
 msgstr ""
 
-#: fortran/decl.c:733
+#: fortran/decl.c:809
 #, no-c-format
 msgid ""
 "Variable '%s' at %C with an initializer already appears in a DATA statement"
 msgstr ""
 
-#: fortran/decl.c:800
+#: fortran/decl.c:887
 #, no-c-format
 msgid "Component at %C must have the POINTER attribute"
 msgstr ""
 
-#: fortran/decl.c:809
+#: fortran/decl.c:896
 #, no-c-format
 msgid "Array component of structure at %C must have explicit or deferred shape"
 msgstr ""
 
-#: fortran/decl.c:838
+#: fortran/decl.c:925
 #, no-c-format
 msgid "Pointer array component of structure at %C must have a deferred shape"
 msgstr ""
 
-#: fortran/decl.c:848
+#: fortran/decl.c:935
 #, no-c-format
 msgid "Array component of structure at %C must have an explicit shape"
 msgstr ""
 
-#: fortran/decl.c:874
+#: fortran/decl.c:961
 #, no-c-format
 msgid "NULL() initialization at %C is ambiguous"
 msgstr ""
 
-#: fortran/decl.c:983
+#: fortran/decl.c:1028
+#, no-c-format
+msgid "Enumerator cannot be array at %C"
+msgstr ""
+
+#: fortran/decl.c:1089 fortran/decl.c:3297
+#, no-c-format
+msgid "Duplicate array spec for Cray pointee at %C."
+msgstr ""
+
+#: fortran/decl.c:1141
 #, no-c-format
 msgid "Function name '%s' not allowed at %C"
 msgstr ""
 
-#: fortran/decl.c:999
+#: fortran/decl.c:1157
 #, no-c-format
 msgid "Extension: Old-style initialization at %C"
 msgstr ""
 
-#: fortran/decl.c:1015
+#: fortran/decl.c:1173
 #, no-c-format
 msgid "Initialization at %C isn't for a pointer variable"
 msgstr ""
 
-#: fortran/decl.c:1023
+#: fortran/decl.c:1181
 #, no-c-format
 msgid "Pointer initialization requires a NULL at %C"
 msgstr ""
 
-#: fortran/decl.c:1030
+#: fortran/decl.c:1188
 #, no-c-format
 msgid "Initialization of pointer at %C is not allowed in a PURE procedure"
 msgstr ""
 
-#: fortran/decl.c:1046
+#: fortran/decl.c:1204
 #, no-c-format
 msgid "Pointer initialization at %C requires '=>', not '='"
 msgstr ""
 
-#: fortran/decl.c:1054
+#: fortran/decl.c:1212
 #, no-c-format
 msgid "Expected an initialization expression at %C"
 msgstr ""
 
-#: fortran/decl.c:1061
+#: fortran/decl.c:1219
 #, no-c-format
 msgid "Initialization of variable at %C is not allowed in a PURE procedure"
 msgstr ""
 
-#: fortran/decl.c:1116
+#: fortran/decl.c:1241
+#, no-c-format
+msgid "ENUMERATOR %L not initialized with integer expression"
+msgstr ""
+
+#: fortran/decl.c:1298
 #, no-c-format
 msgid "Old-style kind %d not supported for type %s at %C"
 msgstr ""
 
-#: fortran/decl.c:1152
+#: fortran/decl.c:1334
 #, no-c-format
 msgid "Expected initialization expression at %C"
 msgstr ""
 
-#: fortran/decl.c:1158
+#: fortran/decl.c:1340
 #, no-c-format
 msgid "Expected scalar initialization expression at %C"
 msgstr ""
 
-#: fortran/decl.c:1176
+#: fortran/decl.c:1358
 #, no-c-format
 msgid "Kind %d not supported for type %s at %C"
 msgstr ""
 
-#: fortran/decl.c:1185
+#: fortran/decl.c:1367
 #, no-c-format
 msgid "Missing right paren at %C"
 msgstr ""
 
-#: fortran/decl.c:1274 fortran/decl.c:1317
+#: fortran/decl.c:1456 fortran/decl.c:1499
 #, no-c-format
 msgid "Kind %d is not a CHARACTER kind at %C"
 msgstr ""
 
-#: fortran/decl.c:1311
+#: fortran/decl.c:1493
 #, no-c-format
 msgid "Syntax error in CHARACTER declaration at %C"
 msgstr ""
 
-#: fortran/decl.c:1428
+#: fortran/decl.c:1554
+#, no-c-format
+msgid "Extension: BYTE type at %C"
+msgstr ""
+
+#: fortran/decl.c:1560
+#, no-c-format
+msgid "BYTE type used at %C is not available on the target machine"
+msgstr ""
+
+#: fortran/decl.c:1628
 #, no-c-format
 msgid "Type name '%s' at %C is ambiguous"
 msgstr ""
 
-#: fortran/decl.c:1494
+#: fortran/decl.c:1694
 #, no-c-format
 msgid "Missing character range in IMPLICIT at %C"
 msgstr ""
 
-#: fortran/decl.c:1540
+#: fortran/decl.c:1740
 #, no-c-format
 msgid "Letters must be in alphabetic order in IMPLICIT statement at %C"
 msgstr ""
 
-#: fortran/decl.c:1594
+#: fortran/decl.c:1794
 #, no-c-format
 msgid "Empty IMPLICIT statement at %C"
 msgstr ""
 
-#: fortran/decl.c:1765
+#: fortran/decl.c:1958
+#, no-c-format
+msgid "Enumerator cannot have attributes %C"
+msgstr ""
+
+#: fortran/decl.c:1971
 #, no-c-format
 msgid "Missing dimension specification at %C"
 msgstr ""
 
-#: fortran/decl.c:1835
+#: fortran/decl.c:2053
 #, no-c-format
 msgid "Duplicate %s attribute at %L"
 msgstr ""
 
-#: fortran/decl.c:1852
+#: fortran/decl.c:2070
 #, no-c-format
 msgid "Attribute at %L is not allowed in a TYPE definition"
 msgstr ""
 
-#: fortran/decl.c:1986
+#: fortran/decl.c:2084
+#, no-c-format
+msgid "%s attribute at %L is not allowed outside of a MODULE"
+msgstr ""
+
+#. Now we have an error, which we signal, and then fix up
+#. because the knock-on is plain and simple confusing.
+#: fortran/decl.c:2222
 #, no-c-format
-msgid "Derived type at %C has not been previously defined"
+msgid ""
+"Derived type at %C has not been previously defined and so cannot appear in a "
+"derived type definition."
 msgstr ""
 
-#: fortran/decl.c:2013
+#: fortran/decl.c:2252
 #, no-c-format
 msgid "Syntax error in data declaration at %C"
 msgstr ""
 
-#: fortran/decl.c:2159
+#: fortran/decl.c:2398
 #, no-c-format
 msgid "Name '%s' at %C is the name of the procedure"
 msgstr ""
 
-#: fortran/decl.c:2171
+#: fortran/decl.c:2410
 #, no-c-format
 msgid "Unexpected junk in formal argument list at %C"
 msgstr ""
 
-#: fortran/decl.c:2189
+#: fortran/decl.c:2428
 #, no-c-format
 msgid "Duplicate symbol '%s' in formal argument list at %C"
 msgstr ""
 
-#: fortran/decl.c:2232
+#: fortran/decl.c:2471
 #, no-c-format
 msgid "Unexpected junk following RESULT variable at %C"
 msgstr ""
 
-#: fortran/decl.c:2239
+#: fortran/decl.c:2478
 #, no-c-format
 msgid "RESULT variable at %C must be different than function name"
 msgstr ""
 
-#: fortran/decl.c:2294
+#: fortran/decl.c:2533
 #, no-c-format
 msgid "Expected formal argument list in function definition at %C"
 msgstr ""
 
-#: fortran/decl.c:2305
+#: fortran/decl.c:2544
 #, no-c-format
 msgid "Unexpected junk after function declaration at %C"
 msgstr ""
 
-#: fortran/decl.c:2326
+#: fortran/decl.c:2565
 #, no-c-format
 msgid "Function '%s' at %C already has a type of %s"
 msgstr ""
 
-#: fortran/decl.c:2371
+#: fortran/decl.c:2613
 #, no-c-format
-msgid "ENTRY statement at %C cannot appear within %s"
+msgid "ENTRY statement at %C cannot appear within a PROGRAM"
 msgstr ""
 
-#: fortran/decl.c:2380
+#: fortran/decl.c:2616
 #, no-c-format
-msgid "ENTRY statement at %C cannot appear in a contained procedure"
+msgid "ENTRY statement at %C cannot appear within a MODULE"
 msgstr ""
 
-#: fortran/decl.c:2437
+#: fortran/decl.c:2620
 #, no-c-format
-msgid "RESULT attribute required in ENTRY statement at %C"
+msgid "ENTRY statement at %C cannot appear within a BLOCK DATA"
 msgstr ""
 
-#: fortran/decl.c:2635
+#: fortran/decl.c:2624
 #, no-c-format
-msgid "Unexpected END statement at %C"
+msgid "ENTRY statement at %C cannot appear within an INTERFACE"
 msgstr ""
 
-#. We would have required END [something]
-#: fortran/decl.c:2644
+#: fortran/decl.c:2628
 #, no-c-format
-msgid "%s statement expected at %L"
+msgid "ENTRY statement at %C cannot appear within a DERIVED TYPE block"
 msgstr ""
 
-#: fortran/decl.c:2655
+#: fortran/decl.c:2633
 #, no-c-format
-msgid "Expecting %s statement at %C"
+msgid "ENTRY statement at %C cannot appear within an IF-THEN block"
 msgstr ""
 
-#: fortran/decl.c:2669
+#: fortran/decl.c:2637
 #, no-c-format
-msgid "Expected block name of '%s' in %s statement at %C"
+msgid "ENTRY statement at %C cannot appear within a DO block"
 msgstr ""
 
-#: fortran/decl.c:2685
+#: fortran/decl.c:2641
 #, no-c-format
-msgid "Expected terminating name at %C"
+msgid "ENTRY statement at %C cannot appear within a SELECT block"
 msgstr ""
 
-#: fortran/decl.c:2694
+#: fortran/decl.c:2645
 #, no-c-format
-msgid "Expected label '%s' for %s statement at %C"
+msgid "ENTRY statement at %C cannot appear within a FORALL block"
 msgstr ""
 
-#: fortran/decl.c:2749
+#: fortran/decl.c:2649
 #, no-c-format
-msgid "Missing array specification at %L in DIMENSION statement"
+msgid "ENTRY statement at %C cannot appear within a WHERE block"
 msgstr ""
 
-#: fortran/decl.c:2758
+#: fortran/decl.c:2653
 #, no-c-format
-msgid "Array specification must be deferred at %L"
+msgid "ENTRY statement at %C cannot appear within a contained subprogram"
 msgstr ""
 
-#: fortran/decl.c:2821
+#: fortran/decl.c:2666
 #, no-c-format
-msgid "Unexpected character in variable list at %C"
+msgid "ENTRY statement at %C cannot appear in a contained procedure"
 msgstr ""
 
-#: fortran/decl.c:2974
+#: fortran/decl.c:2741
 #, no-c-format
-msgid ""
-"Access specification of the %s operator at %C has already been specified"
+msgid "RESULT attribute required in ENTRY statement at %C"
 msgstr ""
 
-#: fortran/decl.c:2992
+#: fortran/decl.c:2982
 #, no-c-format
-msgid ""
-"Access specification of the .%s. operator at %C has already been specified"
+msgid "Unexpected END statement at %C"
 msgstr ""
 
-#: fortran/decl.c:3079
+#. We would have required END [something]
+#: fortran/decl.c:2991
 #, no-c-format
-msgid "Expected variable name at %C in PARAMETER statement"
+msgid "%s statement expected at %L"
 msgstr ""
 
-#: fortran/decl.c:3086
+#: fortran/decl.c:3002
 #, no-c-format
-msgid "Expected = sign in PARAMETER statement at %C"
+msgid "Expecting %s statement at %C"
 msgstr ""
 
-#: fortran/decl.c:3092
+#: fortran/decl.c:3016
 #, no-c-format
-msgid "Expected expression at %C in PARAMETER statement"
+msgid "Expected block name of '%s' in %s statement at %C"
 msgstr ""
 
-#: fortran/decl.c:3150
+#: fortran/decl.c:3032
 #, no-c-format
-msgid "Unexpected characters in PARAMETER statement at %C"
+msgid "Expected terminating name at %C"
 msgstr ""
 
-#: fortran/decl.c:3174
+#: fortran/decl.c:3041
 #, no-c-format
-msgid "Blanket SAVE statement at %C follows previous SAVE statement"
+msgid "Expected label '%s' for %s statement at %C"
 msgstr ""
 
-#: fortran/decl.c:3186
+#: fortran/decl.c:3096
 #, no-c-format
-msgid "SAVE statement at %C follows blanket SAVE statement"
+msgid "Missing array specification at %L in DIMENSION statement"
 msgstr ""
 
-#: fortran/decl.c:3231
+#: fortran/decl.c:3105
 #, no-c-format
-msgid "Syntax error in SAVE statement at %C"
+msgid "Array specification must be deferred at %L"
 msgstr ""
 
-#: fortran/decl.c:3252
+#: fortran/decl.c:3176
 #, no-c-format
-msgid "MODULE PROCEDURE at %C must be in a generic module interface"
+msgid "Unexpected character in variable list at %C"
 msgstr ""
 
-#: fortran/decl.c:3312
+#: fortran/decl.c:3213
 #, no-c-format
-msgid "Derived type at %C can only be PRIVATE within a MODULE"
+msgid "Expected '(' at %C"
 msgstr ""
 
-#: fortran/decl.c:3325
+#: fortran/decl.c:3227 fortran/decl.c:3268
 #, no-c-format
-msgid "Derived type at %C can only be PUBLIC within a MODULE"
+msgid "Expected variable name at %C"
 msgstr ""
 
-#: fortran/decl.c:3336
+#: fortran/decl.c:3243
 #, no-c-format
-msgid "Expected :: in TYPE definition at %C"
+msgid "Cray pointer at %C must be an integer."
 msgstr ""
 
-#: fortran/decl.c:3353
+#: fortran/decl.c:3247
 #, no-c-format
-msgid "Type name '%s' at %C cannot be the same as an intrinsic type"
+msgid ""
+"Cray pointer at %C has %d bytes of precision; memory addresses require %d "
+"bytes."
 msgstr ""
 
-#: fortran/decl.c:3363
+#: fortran/decl.c:3254
 #, no-c-format
-msgid "Derived type name '%s' at %C already has a basic type of %s"
+msgid "Expected \",\" at %C"
 msgstr ""
 
-#: fortran/decl.c:3380
+#: fortran/decl.c:3317
 #, no-c-format
-msgid "Derived type definition of '%s' at %C has already been defined"
+msgid "Expected \")\" at %C"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:53
-#, c-format
-msgid "%-5d "
+#: fortran/decl.c:3329
+#, no-c-format
+msgid "Expected \",\" or end of statement at %C"
+msgstr ""
+
+#: fortran/decl.c:3394
+#, no-c-format
+msgid "Cray pointer declaration at %C requires -fcray-pointer flag."
+msgstr ""
+
+#: fortran/decl.c:3492
+#, no-c-format
+msgid ""
+"Access specification of the %s operator at %C has already been specified"
+msgstr ""
+
+#: fortran/decl.c:3510
+#, no-c-format
+msgid ""
+"Access specification of the .%s. operator at %C has already been specified"
+msgstr ""
+
+#: fortran/decl.c:3597
+#, no-c-format
+msgid "Expected variable name at %C in PARAMETER statement"
+msgstr ""
+
+#: fortran/decl.c:3604
+#, no-c-format
+msgid "Expected = sign in PARAMETER statement at %C"
+msgstr ""
+
+#: fortran/decl.c:3610
+#, no-c-format
+msgid "Expected expression at %C in PARAMETER statement"
+msgstr ""
+
+#: fortran/decl.c:3668
+#, no-c-format
+msgid "Unexpected characters in PARAMETER statement at %C"
+msgstr ""
+
+#: fortran/decl.c:3693
+#, no-c-format
+msgid "Blanket SAVE statement at %C follows previous SAVE statement"
+msgstr ""
+
+#: fortran/decl.c:3706
+#, no-c-format
+msgid "SAVE statement at %C follows blanket SAVE statement"
+msgstr ""
+
+#: fortran/decl.c:3752
+#, no-c-format
+msgid "Syntax error in SAVE statement at %C"
+msgstr ""
+
+#: fortran/decl.c:3773
+#, no-c-format
+msgid "MODULE PROCEDURE at %C must be in a generic module interface"
+msgstr ""
+
+#: fortran/decl.c:3833
+#, no-c-format
+msgid "Derived type at %C can only be PRIVATE within a MODULE"
+msgstr ""
+
+#: fortran/decl.c:3846
+#, no-c-format
+msgid "Derived type at %C can only be PUBLIC within a MODULE"
+msgstr ""
+
+#: fortran/decl.c:3857
+#, no-c-format
+msgid "Expected :: in TYPE definition at %C"
+msgstr ""
+
+#: fortran/decl.c:3874
+#, no-c-format
+msgid "Type name '%s' at %C cannot be the same as an intrinsic type"
+msgstr ""
+
+#: fortran/decl.c:3884
+#, no-c-format
+msgid "Derived type name '%s' at %C already has a basic type of %s"
+msgstr ""
+
+#: fortran/decl.c:3901
+#, no-c-format
+msgid "Derived type definition of '%s' at %C has already been defined"
+msgstr ""
+
+#: fortran/decl.c:3935
+#, no-c-format
+msgid "Cray Pointee at %C cannot be assumed shape array"
+msgstr ""
+
+#: fortran/decl.c:3956
+#, no-c-format
+msgid "New in Fortran 2003: ENUM AND ENUMERATOR at %C"
+msgstr ""
+
+#: fortran/decl.c:3980
+#, no-c-format
+msgid "ENUM definition statement expected before %C"
+msgstr ""
+
+#: fortran/decl.c:4013
+#, no-c-format
+msgid "Syntax error in ENUMERATOR definition at %C"
+msgstr ""
+
+#: fortran/dump-parse-tree.c:53
+#, c-format
+msgid "%-5d "
 msgstr ""
 
 #: fortran/dump-parse-tree.c:55
@@ -4230,884 +4563,884 @@ msgstr ""
 msgid "      "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:77 fortran/dump-parse-tree.c:592
+#: fortran/dump-parse-tree.c:79 fortran/dump-parse-tree.c:594
 #, c-format
 msgid "(%s "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:90 fortran/dump-parse-tree.c:837
-#: fortran/dump-parse-tree.c:874 fortran/dump-parse-tree.c:884
+#: fortran/dump-parse-tree.c:92 fortran/dump-parse-tree.c:841
+#: fortran/dump-parse-tree.c:878 fortran/dump-parse-tree.c:888
 #, c-format
 msgid "%d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:94 fortran/dump-parse-tree.c:121
-#: fortran/dump-parse-tree.c:164 fortran/dump-parse-tree.c:401
-#: fortran/dump-parse-tree.c:493 fortran/dump-parse-tree.c:579
-#: fortran/dump-parse-tree.c:600
+#: fortran/dump-parse-tree.c:96 fortran/dump-parse-tree.c:123
+#: fortran/dump-parse-tree.c:166 fortran/dump-parse-tree.c:403
+#: fortran/dump-parse-tree.c:495 fortran/dump-parse-tree.c:581
+#: fortran/dump-parse-tree.c:602
 #, c-format
 msgid ")"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:104 fortran/dump-parse-tree.c:419
+#: fortran/dump-parse-tree.c:106 fortran/dump-parse-tree.c:421
 #, c-format
 msgid "("
 msgstr ""
 
-#: fortran/dump-parse-tree.c:110
+#: fortran/dump-parse-tree.c:112
 #, c-format
 msgid "%s = "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:114
+#: fortran/dump-parse-tree.c:116
 #, c-format
 msgid "(arg not-present)"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:118 fortran/dump-parse-tree.c:395
-#: fortran/dump-parse-tree.c:489
+#: fortran/dump-parse-tree.c:120 fortran/dump-parse-tree.c:397
+#: fortran/dump-parse-tree.c:491
 #, c-format
 msgid " "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:135 fortran/dump-parse-tree.c:310
+#: fortran/dump-parse-tree.c:137 fortran/dump-parse-tree.c:312
 #, c-format
 msgid "()"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:139
+#: fortran/dump-parse-tree.c:141
 #, c-format
 msgid "(%d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:153
+#: fortran/dump-parse-tree.c:155
 #, c-format
 msgid " %s "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:180
+#: fortran/dump-parse-tree.c:182
 #, c-format
 msgid "FULL"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:211 fortran/dump-parse-tree.c:220
-#: fortran/dump-parse-tree.c:295
+#: fortran/dump-parse-tree.c:213 fortran/dump-parse-tree.c:222
+#: fortran/dump-parse-tree.c:297
 #, c-format
 msgid " , "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:225
+#: fortran/dump-parse-tree.c:227
 #, c-format
 msgid "UNKNOWN"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:250
+#: fortran/dump-parse-tree.c:252
 #, c-format
 msgid " %% %s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:322 fortran/dump-parse-tree.c:379
+#: fortran/dump-parse-tree.c:324 fortran/dump-parse-tree.c:381
 #, c-format
 msgid "''"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:324
+#: fortran/dump-parse-tree.c:326
 #, c-format
 msgid "%c"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:331
+#: fortran/dump-parse-tree.c:333
 #, c-format
 msgid "%s("
 msgstr ""
 
-#: fortran/dump-parse-tree.c:337
+#: fortran/dump-parse-tree.c:339
 #, c-format
 msgid "(/ "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:339
+#: fortran/dump-parse-tree.c:341
 #, c-format
 msgid " /)"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:345
+#: fortran/dump-parse-tree.c:347
 #, c-format
 msgid "NULL()"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:355 fortran/dump-parse-tree.c:368
-#: fortran/dump-parse-tree.c:393 fortran/dump-parse-tree.c:399
+#: fortran/dump-parse-tree.c:357 fortran/dump-parse-tree.c:370
+#: fortran/dump-parse-tree.c:395 fortran/dump-parse-tree.c:401
 #, c-format
 msgid "_%d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:360
+#: fortran/dump-parse-tree.c:362
 #, c-format
 msgid ".true."
 msgstr ""
 
-#: fortran/dump-parse-tree.c:362
+#: fortran/dump-parse-tree.c:364
 #, c-format
 msgid ".false."
 msgstr ""
 
-#: fortran/dump-parse-tree.c:389
+#: fortran/dump-parse-tree.c:391
 #, c-format
 msgid "(complex "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:405
+#: fortran/dump-parse-tree.c:407
 #, c-format
 msgid "???"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:413 fortran/dump-parse-tree.c:695
+#: fortran/dump-parse-tree.c:415 fortran/dump-parse-tree.c:698
 #, c-format
 msgid "%s:"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:423
+#: fortran/dump-parse-tree.c:425
 #, c-format
 msgid "U+ "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:426
+#: fortran/dump-parse-tree.c:428
 #, c-format
 msgid "U- "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:429
+#: fortran/dump-parse-tree.c:431
 #, c-format
 msgid "+ "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:432
+#: fortran/dump-parse-tree.c:434
 #, c-format
 msgid "- "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:435
+#: fortran/dump-parse-tree.c:437
 #, c-format
 msgid "* "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:438
+#: fortran/dump-parse-tree.c:440
 #, c-format
 msgid "/ "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:441
+#: fortran/dump-parse-tree.c:443
 #, c-format
 msgid "** "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:444
+#: fortran/dump-parse-tree.c:446
 #, c-format
 msgid "// "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:447
+#: fortran/dump-parse-tree.c:449
 #, c-format
 msgid "AND "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:450
+#: fortran/dump-parse-tree.c:452
 #, c-format
 msgid "OR "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:453
+#: fortran/dump-parse-tree.c:455
 #, c-format
 msgid "EQV "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:456
+#: fortran/dump-parse-tree.c:458
 #, c-format
 msgid "NEQV "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:459
+#: fortran/dump-parse-tree.c:461
 #, c-format
 msgid "= "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:462
+#: fortran/dump-parse-tree.c:464
 #, c-format
 msgid "<> "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:465
+#: fortran/dump-parse-tree.c:467
 #, c-format
 msgid "> "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:468
+#: fortran/dump-parse-tree.c:470
 #, c-format
 msgid ">= "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:471
+#: fortran/dump-parse-tree.c:473
 #, c-format
 msgid "< "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:474
+#: fortran/dump-parse-tree.c:476
 #, c-format
 msgid "<= "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:477
+#: fortran/dump-parse-tree.c:479
 #, c-format
 msgid "NOT "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:499
+#: fortran/dump-parse-tree.c:501
 #, c-format
 msgid "%s["
 msgstr ""
 
-#: fortran/dump-parse-tree.c:505
+#: fortran/dump-parse-tree.c:507
 #, c-format
 msgid "%s[["
 msgstr ""
 
-#: fortran/dump-parse-tree.c:526
+#: fortran/dump-parse-tree.c:528
 #, c-format
 msgid "(%s %s %s %s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:532
+#: fortran/dump-parse-tree.c:534
 #, c-format
 msgid " ALLOCATABLE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:534 fortran/dump-parse-tree.c:597
+#: fortran/dump-parse-tree.c:536 fortran/dump-parse-tree.c:599
 #, c-format
 msgid " DIMENSION"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:536
+#: fortran/dump-parse-tree.c:538
 #, c-format
 msgid " EXTERNAL"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:538
+#: fortran/dump-parse-tree.c:540
 #, c-format
 msgid " INTRINSIC"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:540
+#: fortran/dump-parse-tree.c:542
 #, c-format
 msgid " OPTIONAL"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:542 fortran/dump-parse-tree.c:595
+#: fortran/dump-parse-tree.c:544 fortran/dump-parse-tree.c:597
 #, c-format
 msgid " POINTER"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:544
+#: fortran/dump-parse-tree.c:546
 #, c-format
 msgid " SAVE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:546
+#: fortran/dump-parse-tree.c:548
 #, c-format
 msgid " TARGET"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:548
+#: fortran/dump-parse-tree.c:550
 #, c-format
 msgid " DUMMY"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:550
+#: fortran/dump-parse-tree.c:552
 #, c-format
 msgid " RESULT"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:552
+#: fortran/dump-parse-tree.c:554
 #, c-format
 msgid " ENTRY"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:555
+#: fortran/dump-parse-tree.c:557
 #, c-format
 msgid " DATA"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:557
+#: fortran/dump-parse-tree.c:559
 #, c-format
 msgid " USE-ASSOC"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:559
+#: fortran/dump-parse-tree.c:561
 #, c-format
 msgid " IN-NAMELIST"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:561
+#: fortran/dump-parse-tree.c:563
 #, c-format
 msgid " IN-COMMON"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:564
+#: fortran/dump-parse-tree.c:566
 #, c-format
 msgid " FUNCTION"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:566
+#: fortran/dump-parse-tree.c:568
 #, c-format
 msgid " SUBROUTINE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:568
+#: fortran/dump-parse-tree.c:570
 #, c-format
 msgid " IMPLICIT-TYPE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:571
+#: fortran/dump-parse-tree.c:573
 #, c-format
 msgid " SEQUENCE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:573
+#: fortran/dump-parse-tree.c:575
 #, c-format
 msgid " ELEMENTAL"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:575
+#: fortran/dump-parse-tree.c:577
 #, c-format
 msgid " PURE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:577
+#: fortran/dump-parse-tree.c:579
 #, c-format
 msgid " RECURSIVE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:623
+#: fortran/dump-parse-tree.c:625
 #, c-format
 msgid "symbol %s "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:630
+#: fortran/dump-parse-tree.c:632
 #, c-format
 msgid "value: "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:637
+#: fortran/dump-parse-tree.c:639
 #, c-format
 msgid "Array spec:"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:644
+#: fortran/dump-parse-tree.c:646
 #, c-format
 msgid "Generic interfaces:"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:646 fortran/dump-parse-tree.c:670
-#: fortran/dump-parse-tree.c:698 fortran/dump-parse-tree.c:1037
-#: fortran/dump-parse-tree.c:1043 fortran/dump-parse-tree.c:1513
+#: fortran/dump-parse-tree.c:648 fortran/dump-parse-tree.c:672
+#: fortran/dump-parse-tree.c:701 fortran/dump-parse-tree.c:1041
+#: fortran/dump-parse-tree.c:1047 fortran/dump-parse-tree.c:1517
 #, c-format
 msgid " %s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:652
+#: fortran/dump-parse-tree.c:654
 #, c-format
 msgid "result: %s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:658
+#: fortran/dump-parse-tree.c:660
 #, c-format
 msgid "components: "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:665
+#: fortran/dump-parse-tree.c:667
 #, c-format
 msgid "Formal arglist:"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:672
+#: fortran/dump-parse-tree.c:674
 #, c-format
 msgid " [Alt Return]"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:679
+#: fortran/dump-parse-tree.c:681
 #, c-format
 msgid "Formal namespace"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:736
+#: fortran/dump-parse-tree.c:739
 #, c-format
 msgid "common: /%s/ "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:744 fortran/dump-parse-tree.c:1449
+#: fortran/dump-parse-tree.c:747 fortran/dump-parse-tree.c:1453
 #, c-format
 msgid ", "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:756
+#: fortran/dump-parse-tree.c:760
 #, c-format
 msgid "symtree: %s  Ambig %d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:759
+#: fortran/dump-parse-tree.c:763
 #, c-format
 msgid " from namespace %s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:803
+#: fortran/dump-parse-tree.c:807
 #, c-format
 msgid "NOP"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:807
+#: fortran/dump-parse-tree.c:811
 #, c-format
 msgid "CONTINUE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:811
+#: fortran/dump-parse-tree.c:815
 #, c-format
 msgid "ENTRY %s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:815
+#: fortran/dump-parse-tree.c:819
 #, c-format
 msgid "ASSIGN "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:822
+#: fortran/dump-parse-tree.c:826
 #, c-format
 msgid "LABEL ASSIGN "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:824
+#: fortran/dump-parse-tree.c:828
 #, c-format
 msgid " %d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:828
+#: fortran/dump-parse-tree.c:832
 #, c-format
 msgid "POINTER ASSIGN "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:835
+#: fortran/dump-parse-tree.c:839
 #, c-format
 msgid "GOTO "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:844
+#: fortran/dump-parse-tree.c:848
 #, c-format
 msgid ", ("
 msgstr ""
 
-#: fortran/dump-parse-tree.c:858
+#: fortran/dump-parse-tree.c:862
 #, c-format
 msgid "CALL %s "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:863
+#: fortran/dump-parse-tree.c:867
 #, c-format
 msgid "RETURN "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:869
+#: fortran/dump-parse-tree.c:873
 #, c-format
 msgid "PAUSE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:879
+#: fortran/dump-parse-tree.c:883
 #, c-format
 msgid "STOP "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:889 fortran/dump-parse-tree.c:897
+#: fortran/dump-parse-tree.c:893 fortran/dump-parse-tree.c:901
 #, c-format
 msgid "IF "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:891
+#: fortran/dump-parse-tree.c:895
 #, c-format
 msgid " %d, %d, %d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:908
+#: fortran/dump-parse-tree.c:912
 #, c-format
 msgid "ELSE\n"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:911
+#: fortran/dump-parse-tree.c:915
 #, c-format
 msgid "ELSE IF "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:921
+#: fortran/dump-parse-tree.c:925
 #, c-format
 msgid "ENDIF"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:926
+#: fortran/dump-parse-tree.c:930
 #, c-format
 msgid "SELECT CASE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:934
+#: fortran/dump-parse-tree.c:938
 #, c-format
 msgid "CASE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:950
+#: fortran/dump-parse-tree.c:954
 #, c-format
 msgid "END SELECT"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:954
+#: fortran/dump-parse-tree.c:958
 #, c-format
 msgid "WHERE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:965
+#: fortran/dump-parse-tree.c:969
 #, c-format
 msgid "ELSE WHERE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:972
+#: fortran/dump-parse-tree.c:976
 #, c-format
 msgid "END WHERE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:977
+#: fortran/dump-parse-tree.c:981
 #, c-format
 msgid "FORALL "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1002
+#: fortran/dump-parse-tree.c:1006
 #, c-format
 msgid "END FORALL"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1006
+#: fortran/dump-parse-tree.c:1010
 #, c-format
 msgid "DO "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1020 fortran/dump-parse-tree.c:1031
+#: fortran/dump-parse-tree.c:1024 fortran/dump-parse-tree.c:1035
 #, c-format
 msgid "END DO"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1024
+#: fortran/dump-parse-tree.c:1028
 #, c-format
 msgid "DO WHILE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1035
+#: fortran/dump-parse-tree.c:1039
 #, c-format
 msgid "CYCLE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1041
+#: fortran/dump-parse-tree.c:1045
 #, c-format
 msgid "EXIT"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1047
+#: fortran/dump-parse-tree.c:1051
 #, c-format
 msgid "ALLOCATE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1050 fortran/dump-parse-tree.c:1066
+#: fortran/dump-parse-tree.c:1054 fortran/dump-parse-tree.c:1070
 #, c-format
 msgid " STAT="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1063
+#: fortran/dump-parse-tree.c:1067
 #, c-format
 msgid "DEALLOCATE "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1079
+#: fortran/dump-parse-tree.c:1083
 #, c-format
 msgid "OPEN"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1084 fortran/dump-parse-tree.c:1158
-#: fortran/dump-parse-tree.c:1200 fortran/dump-parse-tree.c:1223
-#: fortran/dump-parse-tree.c:1369
+#: fortran/dump-parse-tree.c:1088 fortran/dump-parse-tree.c:1162
+#: fortran/dump-parse-tree.c:1204 fortran/dump-parse-tree.c:1227
+#: fortran/dump-parse-tree.c:1373
 #, c-format
 msgid " UNIT="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1089 fortran/dump-parse-tree.c:1163
-#: fortran/dump-parse-tree.c:1205 fortran/dump-parse-tree.c:1234
-#: fortran/dump-parse-tree.c:1386
+#: fortran/dump-parse-tree.c:1093 fortran/dump-parse-tree.c:1167
+#: fortran/dump-parse-tree.c:1209 fortran/dump-parse-tree.c:1238
+#: fortran/dump-parse-tree.c:1390
 #, c-format
 msgid " IOMSG="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1094 fortran/dump-parse-tree.c:1168
-#: fortran/dump-parse-tree.c:1210 fortran/dump-parse-tree.c:1239
-#: fortran/dump-parse-tree.c:1391
+#: fortran/dump-parse-tree.c:1098 fortran/dump-parse-tree.c:1172
+#: fortran/dump-parse-tree.c:1214 fortran/dump-parse-tree.c:1243
+#: fortran/dump-parse-tree.c:1395
 #, c-format
 msgid " IOSTAT="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1099 fortran/dump-parse-tree.c:1228
+#: fortran/dump-parse-tree.c:1103 fortran/dump-parse-tree.c:1232
 #, c-format
 msgid " FILE="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1104 fortran/dump-parse-tree.c:1173
+#: fortran/dump-parse-tree.c:1108 fortran/dump-parse-tree.c:1177
 #, c-format
 msgid " STATUS="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1109 fortran/dump-parse-tree.c:1269
+#: fortran/dump-parse-tree.c:1113 fortran/dump-parse-tree.c:1273
 #, c-format
 msgid " ACCESS="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1114 fortran/dump-parse-tree.c:1285
+#: fortran/dump-parse-tree.c:1118 fortran/dump-parse-tree.c:1289
 #, c-format
 msgid " FORM="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1119 fortran/dump-parse-tree.c:1300
+#: fortran/dump-parse-tree.c:1123 fortran/dump-parse-tree.c:1304
 #, c-format
 msgid " RECL="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1124 fortran/dump-parse-tree.c:1310
+#: fortran/dump-parse-tree.c:1128 fortran/dump-parse-tree.c:1314
 #, c-format
 msgid " BLANK="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1129 fortran/dump-parse-tree.c:1315
+#: fortran/dump-parse-tree.c:1133 fortran/dump-parse-tree.c:1319
 #, c-format
 msgid " POSITION="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1134 fortran/dump-parse-tree.c:1320
+#: fortran/dump-parse-tree.c:1138 fortran/dump-parse-tree.c:1324
 #, c-format
 msgid " ACTION="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1139 fortran/dump-parse-tree.c:1340
+#: fortran/dump-parse-tree.c:1143 fortran/dump-parse-tree.c:1344
 #, c-format
 msgid " DELIM="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1144 fortran/dump-parse-tree.c:1345
+#: fortran/dump-parse-tree.c:1148 fortran/dump-parse-tree.c:1349
 #, c-format
 msgid " PAD="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1148 fortran/dump-parse-tree.c:1177
-#: fortran/dump-parse-tree.c:1214 fortran/dump-parse-tree.c:1350
-#: fortran/dump-parse-tree.c:1422
+#: fortran/dump-parse-tree.c:1152 fortran/dump-parse-tree.c:1181
+#: fortran/dump-parse-tree.c:1218 fortran/dump-parse-tree.c:1354
+#: fortran/dump-parse-tree.c:1426
 #, c-format
 msgid " ERR=%d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1153
+#: fortran/dump-parse-tree.c:1157
 #, c-format
 msgid "CLOSE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1181
+#: fortran/dump-parse-tree.c:1185
 #, c-format
 msgid "BACKSPACE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1185
+#: fortran/dump-parse-tree.c:1189
 #, c-format
 msgid "ENDFILE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1189
+#: fortran/dump-parse-tree.c:1193
 #, c-format
 msgid "REWIND"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1193
+#: fortran/dump-parse-tree.c:1197
 #, c-format
 msgid "FLUSH"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1218
+#: fortran/dump-parse-tree.c:1222
 #, c-format
 msgid "INQUIRE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1244
+#: fortran/dump-parse-tree.c:1248
 #, c-format
 msgid " EXIST="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1249
+#: fortran/dump-parse-tree.c:1253
 #, c-format
 msgid " OPENED="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1254
+#: fortran/dump-parse-tree.c:1258
 #, c-format
 msgid " NUMBER="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1259
+#: fortran/dump-parse-tree.c:1263
 #, c-format
 msgid " NAMED="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1264
+#: fortran/dump-parse-tree.c:1268
 #, c-format
 msgid " NAME="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1274
+#: fortran/dump-parse-tree.c:1278
 #, c-format
 msgid " SEQUENTIAL="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1280
+#: fortran/dump-parse-tree.c:1284
 #, c-format
 msgid " DIRECT="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1290
+#: fortran/dump-parse-tree.c:1294
 #, c-format
 msgid " FORMATTED"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1295
+#: fortran/dump-parse-tree.c:1299
 #, c-format
 msgid " UNFORMATTED="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1305
+#: fortran/dump-parse-tree.c:1309
 #, c-format
 msgid " NEXTREC="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1325
+#: fortran/dump-parse-tree.c:1329
 #, c-format
 msgid " READ="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1330
+#: fortran/dump-parse-tree.c:1334
 #, c-format
 msgid " WRITE="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1335
+#: fortran/dump-parse-tree.c:1339
 #, c-format
 msgid " READWRITE="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1354
+#: fortran/dump-parse-tree.c:1358
 #, c-format
 msgid "IOLENGTH "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1359
+#: fortran/dump-parse-tree.c:1363
 #, c-format
 msgid "READ"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1363
+#: fortran/dump-parse-tree.c:1367
 #, c-format
 msgid "WRITE"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1375
+#: fortran/dump-parse-tree.c:1379
 #, c-format
 msgid " FMT="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1380
+#: fortran/dump-parse-tree.c:1384
 #, c-format
 msgid " FMT=%d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1382
+#: fortran/dump-parse-tree.c:1386
 #, c-format
 msgid " NML=%s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1396
+#: fortran/dump-parse-tree.c:1400
 #, c-format
 msgid " SIZE="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1401
+#: fortran/dump-parse-tree.c:1405
 #, c-format
 msgid " REC="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1406
+#: fortran/dump-parse-tree.c:1410
 #, c-format
 msgid " ADVANCE="
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1413
+#: fortran/dump-parse-tree.c:1417
 #, c-format
 msgid "TRANSFER "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1418
+#: fortran/dump-parse-tree.c:1422
 #, c-format
 msgid "DT_END"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1424
+#: fortran/dump-parse-tree.c:1428
 #, c-format
 msgid " END=%d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1426
+#: fortran/dump-parse-tree.c:1430
 #, c-format
 msgid " EOR=%d"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1443
+#: fortran/dump-parse-tree.c:1447
 #, c-format
 msgid "Equivalence: "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1469
+#: fortran/dump-parse-tree.c:1473
 #, c-format
 msgid "Namespace:"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1483
+#: fortran/dump-parse-tree.c:1487
 #, c-format
 msgid " %c-%c: "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1485
+#: fortran/dump-parse-tree.c:1489
 #, c-format
 msgid " %c: "
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1494
+#: fortran/dump-parse-tree.c:1498
 #, c-format
 msgid "procedure name = %s"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1510
+#: fortran/dump-parse-tree.c:1514
 #, c-format
 msgid "Operator interfaces for %s:"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1519
+#: fortran/dump-parse-tree.c:1523
 #, c-format
 msgid "User operators:\n"
 msgstr ""
 
-#: fortran/dump-parse-tree.c:1535
+#: fortran/dump-parse-tree.c:1539
 #, c-format
 msgid "CONTAINS\n"
 msgstr ""
@@ -5135,11 +5468,11 @@ msgstr ""
 msgid "Error:"
 msgstr ""
 
-#: fortran/error.c:637
+#: fortran/error.c:640
 msgid "Fatal Error:"
 msgstr ""
 
-#: fortran/error.c:656
+#: fortran/error.c:659
 #, no-c-format
 msgid "Internal Error at (1):"
 msgstr ""
@@ -5159,188 +5492,198 @@ msgstr ""
 msgid "Integer value too large in expression at %C"
 msgstr ""
 
-#: fortran/expr.c:1256
+#: fortran/expr.c:1273
 #, no-c-format
 msgid "Numeric or CHARACTER operands are required in expression at %L"
 msgstr ""
 
-#: fortran/expr.c:1276
+#: fortran/expr.c:1293
 #, no-c-format
 msgid "Exponent at %L must be INTEGER for an initialization expression"
 msgstr ""
 
-#: fortran/expr.c:1289
+#: fortran/expr.c:1306
 #, no-c-format
 msgid ""
 "Concatenation operator in expression at %L must have two CHARACTER operands"
 msgstr ""
 
-#: fortran/expr.c:1296
+#: fortran/expr.c:1313
 #, no-c-format
 msgid "Concat operator at %L must concatenate strings of the same kind"
 msgstr ""
 
-#: fortran/expr.c:1306
+#: fortran/expr.c:1323
 #, no-c-format
 msgid ".NOT. operator in expression at %L must have a LOGICAL operand"
 msgstr ""
 
-#: fortran/expr.c:1322
+#: fortran/expr.c:1339
 #, no-c-format
 msgid "LOGICAL operands are required in expression at %L"
 msgstr ""
 
-#: fortran/expr.c:1330
+#: fortran/expr.c:1347
 #, no-c-format
 msgid "Only intrinsic operators can be used in expression at %L"
 msgstr ""
 
-#: fortran/expr.c:1338
+#: fortran/expr.c:1355
 #, no-c-format
 msgid "Numeric operands are required in expression at %L"
 msgstr ""
 
-#: fortran/expr.c:1443
+#: fortran/expr.c:1459
 #, no-c-format
 msgid ""
 "Function '%s' in initialization expression at %L must be an intrinsic "
 "function"
 msgstr ""
 
-#: fortran/expr.c:1465
+#: fortran/expr.c:1481
 #, no-c-format
 msgid "Variable '%s' at %L cannot appear in an initialization expression"
 msgstr ""
 
-#: fortran/expr.c:1587
+#: fortran/expr.c:1603
 #, no-c-format
 msgid "Specification function '%s' at %L cannot be a statement function"
 msgstr ""
 
-#: fortran/expr.c:1594
+#: fortran/expr.c:1610
 #, no-c-format
 msgid "Specification function '%s' at %L cannot be an internal function"
 msgstr ""
 
-#: fortran/expr.c:1601
+#: fortran/expr.c:1617
 #, no-c-format
 msgid "Specification function '%s' at %L must be PURE"
 msgstr ""
 
-#: fortran/expr.c:1608
+#: fortran/expr.c:1624
 #, no-c-format
 msgid "Specification function '%s' at %L cannot be RECURSIVE"
 msgstr ""
 
-#: fortran/expr.c:1665
+#: fortran/expr.c:1681
 #, no-c-format
 msgid "Dummy argument '%s' at %L cannot be OPTIONAL"
 msgstr ""
 
-#: fortran/expr.c:1672
+#: fortran/expr.c:1688
 #, no-c-format
 msgid "Dummy argument '%s' at %L cannot be INTENT(OUT)"
 msgstr ""
 
-#: fortran/expr.c:1688
+#: fortran/expr.c:1708
 #, no-c-format
 msgid "Variable '%s' cannot appear in the expression at %L"
 msgstr ""
 
-#: fortran/expr.c:1734
+#: fortran/expr.c:1754
 #, no-c-format
 msgid "Expression at %L must be of INTEGER type"
 msgstr ""
 
-#: fortran/expr.c:1740
+#: fortran/expr.c:1760
 #, no-c-format
 msgid "Expression at %L must be scalar"
 msgstr ""
 
-#: fortran/expr.c:1768
+#: fortran/expr.c:1788
 #, no-c-format
 msgid "Incompatible ranks in %s at %L"
 msgstr ""
 
-#: fortran/expr.c:1782
+#: fortran/expr.c:1802
 #, no-c-format
 msgid "%s at %L has different shape on dimension %d (%d/%d)"
 msgstr ""
 
-#: fortran/expr.c:1815
+#: fortran/expr.c:1835
 #, no-c-format
 msgid "Can't assign to INTENT(IN) variable '%s' at %L"
 msgstr ""
 
-#: fortran/expr.c:1822
+#: fortran/expr.c:1842
 #, no-c-format
 msgid "Incompatible ranks %d and %d in assignment at %L"
 msgstr ""
 
-#: fortran/expr.c:1829
+#: fortran/expr.c:1849
 #, no-c-format
 msgid "Variable type is UNKNOWN in assignment at %L"
 msgstr ""
 
-#: fortran/expr.c:1836
+#: fortran/expr.c:1856
 #, no-c-format
 msgid "NULL appears on right-hand side in assignment at %L"
 msgstr ""
 
-#: fortran/expr.c:1845
+#: fortran/expr.c:1866
+#, no-c-format
+msgid "Vector assignment to assumed-size Cray Pointee at %L is illegal."
+msgstr ""
+
+#: fortran/expr.c:1875
 #, no-c-format
 msgid "POINTER valued function appears on right-hand side of assignment at %L"
 msgstr ""
 
-#: fortran/expr.c:1850
+#: fortran/expr.c:1880
 msgid "Array assignment"
 msgstr ""
 
-#: fortran/expr.c:1867
+#: fortran/expr.c:1897
 #, no-c-format
 msgid "Incompatible types in assignment at %L, %s to %s"
 msgstr ""
 
-#: fortran/expr.c:1890
+#: fortran/expr.c:1920
 #, no-c-format
 msgid "Pointer assignment target is not a POINTER at %L"
 msgstr ""
 
-#: fortran/expr.c:1898
+#: fortran/expr.c:1928
 #, no-c-format
 msgid "Pointer assignment to non-POINTER at %L"
 msgstr ""
 
-#: fortran/expr.c:1906
+#: fortran/expr.c:1936
 #, no-c-format
 msgid "Bad pointer object in PURE procedure at %L"
 msgstr ""
 
-#: fortran/expr.c:1919
+#: fortran/expr.c:1949
 #, no-c-format
 msgid "Different types in pointer assignment at %L"
 msgstr ""
 
-#: fortran/expr.c:1926
+#: fortran/expr.c:1956
 #, no-c-format
 msgid "Different kind type parameters in pointer assignment at %L"
 msgstr ""
 
-#: fortran/expr.c:1934
+#: fortran/expr.c:1964
 #, no-c-format
 msgid "Pointer assignment target is neither TARGET nor POINTER at %L"
 msgstr ""
 
-#: fortran/expr.c:1941
+#: fortran/expr.c:1971
 #, no-c-format
 msgid "Bad target in pointer assignment in PURE procedure at %L"
 msgstr ""
 
-#: fortran/expr.c:1947
+#: fortran/expr.c:1977
 #, no-c-format
 msgid "Unequal ranks %d and %d in pointer assignment at %L"
 msgstr ""
 
+#: fortran/expr.c:1984
+#, no-c-format
+msgid "Pointer assignment with vector subscript on rhs at %L"
+msgstr ""
+
 #: fortran/gfortranspec.c:232
 #, c-format
 msgid "overflowed output arg list for '%s'"
@@ -5458,156 +5801,161 @@ msgstr ""
 msgid "Procedure '%s' in %s at %L is neither function nor subroutine"
 msgstr ""
 
-#: fortran/interface.c:935
+#: fortran/interface.c:934
 #, no-c-format
 msgid "Ambiguous interfaces '%s' and '%s' in %s at %L"
 msgstr ""
 
-#: fortran/interface.c:1184
+#: fortran/interface.c:1183
 #, no-c-format
 msgid "Keyword argument '%s' at %L is not in the procedure"
 msgstr ""
 
-#: fortran/interface.c:1193
+#: fortran/interface.c:1192
 #, no-c-format
 msgid ""
 "Keyword argument '%s' at %L is already associated with another actual "
 "argument"
 msgstr ""
 
-#: fortran/interface.c:1203
+#: fortran/interface.c:1202
 #, no-c-format
 msgid "More actual than formal arguments in procedure call at %L"
 msgstr ""
 
-#: fortran/interface.c:1216
+#: fortran/interface.c:1215
 #, no-c-format
 msgid "Missing alternate return spec in subroutine call at %L"
 msgstr ""
 
-#: fortran/interface.c:1225
+#: fortran/interface.c:1224
 #, no-c-format
 msgid "Unexpected alternate return spec in subroutine call at %L"
 msgstr ""
 
-#: fortran/interface.c:1234
+#: fortran/interface.c:1233
 #, no-c-format
 msgid "Type/rank mismatch in argument '%s' at %L"
 msgstr ""
 
-#: fortran/interface.c:1243
+#: fortran/interface.c:1248
+#, no-c-format
+msgid "Actual argument for '%s' cannot be an assumed-size array at %L"
+msgstr ""
+
+#: fortran/interface.c:1257
 #, no-c-format
 msgid "Actual argument for '%s' must be a pointer at %L"
 msgstr ""
 
-#: fortran/interface.c:1264
+#: fortran/interface.c:1278
 #, no-c-format
 msgid "Missing actual argument for argument '%s' at %L"
 msgstr ""
 
-#: fortran/interface.c:1449
+#: fortran/interface.c:1463
 #, no-c-format
 msgid ""
 "Same actual argument associated with INTENT(%s) argument '%s' and INTENT(%s) "
 "argument '%s' at %L"
 msgstr ""
 
-#: fortran/interface.c:1490
+#: fortran/interface.c:1504
 #, no-c-format
 msgid ""
 "Procedure argument at %L is INTENT(IN) while interface specifies INTENT(%s)"
 msgstr ""
 
-#: fortran/interface.c:1501
+#: fortran/interface.c:1515
 #, no-c-format
 msgid ""
 "Procedure argument at %L is local to a PURE procedure and is passed to an "
 "INTENT(%s) argument"
 msgstr ""
 
-#: fortran/interface.c:1510
+#: fortran/interface.c:1524
 #, no-c-format
 msgid ""
 "Procedure argument at %L is local to a PURE procedure and has the POINTER "
 "attribute"
 msgstr ""
 
-#: fortran/interface.c:1531
+#: fortran/interface.c:1545
 #, no-c-format
 msgid "Procedure '%s' called with an implicit interface at %L"
 msgstr ""
 
-#: fortran/interface.c:1697
+#: fortran/interface.c:1711
 #, no-c-format
 msgid "Function '%s' called in lieu of an operator at %L must be PURE"
 msgstr ""
 
-#: fortran/interface.c:1762
+#: fortran/interface.c:1776
 #, no-c-format
 msgid "Subroutine '%s' called in lieu of assignment at %L must be PURE"
 msgstr ""
 
-#: fortran/interface.c:1784
+#: fortran/interface.c:1798
 #, no-c-format
 msgid "Entity '%s' at %C is already present in the interface"
 msgstr ""
 
-#: fortran/intrinsic.c:2564
+#: fortran/intrinsic.c:2715
 #, no-c-format
 msgid "Too many arguments in call to '%s' at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:2578
+#: fortran/intrinsic.c:2729
 #, no-c-format
 msgid "Can't find keyword named '%s' in call to '%s' at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:2585
+#: fortran/intrinsic.c:2736
 #, no-c-format
 msgid "Argument '%s' is appears twice in call to '%s' at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:2599
+#: fortran/intrinsic.c:2750
 #, no-c-format
 msgid "Missing actual argument '%s' in call to '%s' at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:2658
+#: fortran/intrinsic.c:2809
 #, no-c-format
 msgid "Type of argument '%s' in call to '%s' at %L should be %s, not %s"
 msgstr ""
 
-#: fortran/intrinsic.c:2962
+#: fortran/intrinsic.c:3113
 #, no-c-format
 msgid "Ranks of arguments to elemental intrinsic '%s' differ at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:3008
+#: fortran/intrinsic.c:3159
 #, no-c-format
 msgid "Intrinsic '%s' at %L is not included in the selected standard"
 msgstr ""
 
-#: fortran/intrinsic.c:3111
+#: fortran/intrinsic.c:3262
 #, no-c-format
 msgid "Extension: Evaluation of nonstandard initialization expression at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:3171
+#: fortran/intrinsic.c:3322
 #, no-c-format
 msgid "Subroutine call to intrinsic '%s' at %L is not PURE"
 msgstr ""
 
-#: fortran/intrinsic.c:3246
+#: fortran/intrinsic.c:3397
 #, no-c-format
 msgid "Extension: Conversion from %s to %s at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:3249
+#: fortran/intrinsic.c:3400
 #, no-c-format
 msgid "Conversion from %s to %s at %L"
 msgstr ""
 
-#: fortran/intrinsic.c:3286
+#: fortran/intrinsic.c:3437
 #, no-c-format
 msgid "Can't convert %s to %s at %L"
 msgstr ""
@@ -5708,236 +6056,247 @@ msgstr ""
 msgid "%s tag at %L must be of type %s"
 msgstr ""
 
-#: fortran/io.c:990
+#: fortran/io.c:986
+#, no-c-format
+msgid ""
+"Constant expression in FORMAT tag at %L must be of type default CHARACTER"
+msgstr ""
+
+#: fortran/io.c:999
 #, no-c-format
 msgid "%s tag at %L must be of type %s or %s"
 msgstr ""
 
-#: fortran/io.c:998
+#: fortran/io.c:1007
 #, no-c-format
 msgid "Obsolete: ASSIGNED variable in FORMAT tag at %L"
 msgstr ""
 
-#: fortran/io.c:1003
+#: fortran/io.c:1012
 #, no-c-format
 msgid "Variable '%s' at %L has not been assigned a format label"
 msgstr ""
 
-#: fortran/io.c:1018
+#: fortran/io.c:1027
 #, no-c-format
 msgid "Extension: Character array in FORMAT tag at %L"
 msgstr ""
 
-#: fortran/io.c:1025
+#: fortran/io.c:1034
 #, no-c-format
 msgid "Extension: Non-character in FORMAT tag at %L"
 msgstr ""
 
-#: fortran/io.c:1036
+#: fortran/io.c:1045
 #, no-c-format
 msgid "%s tag at %L must be scalar"
 msgstr ""
 
-#: fortran/io.c:1041
+#: fortran/io.c:1050
 #, no-c-format
 msgid "Fortran 2003: IOMSG tag at %L"
 msgstr ""
 
-#: fortran/io.c:1205
+#: fortran/io.c:1214
 #, no-c-format
 msgid "OPEN statement not allowed in PURE procedure at %C"
 msgstr ""
 
-#: fortran/io.c:1313
+#: fortran/io.c:1322
 #, no-c-format
 msgid "CLOSE statement not allowed in PURE procedure at %C"
 msgstr ""
 
-#: fortran/io.c:1439 fortran/match.c:1441
+#: fortran/io.c:1448 fortran/match.c:1441
 #, no-c-format
 msgid "%s statement not allowed in PURE procedure at %C"
 msgstr ""
 
-#: fortran/io.c:1499
+#: fortran/io.c:1508
 #, no-c-format
 msgid "Fortran 2003: FLUSH statement at %C"
 msgstr ""
 
-#: fortran/io.c:1559
+#: fortran/io.c:1568
 #, no-c-format
 msgid "Duplicate UNIT specification at %C"
 msgstr ""
 
-#: fortran/io.c:1615
+#: fortran/io.c:1624
 #, no-c-format
 msgid "Duplicate format specification at %C"
 msgstr ""
 
-#: fortran/io.c:1632
+#: fortran/io.c:1641
 #, no-c-format
 msgid "Symbol '%s' in namelist '%s' is INTENT(IN) at %C"
 msgstr ""
 
-#: fortran/io.c:1668
+#: fortran/io.c:1677
 #, no-c-format
 msgid "Duplicate NML specification at %C"
 msgstr ""
 
-#: fortran/io.c:1677
+#: fortran/io.c:1686
 #, no-c-format
 msgid "Symbol '%s' at %C must be a NAMELIST group name"
 msgstr ""
 
-#: fortran/io.c:1713
+#: fortran/io.c:1722
 #, no-c-format
 msgid "END tag at %C not allowed in output statement"
 msgstr ""
 
-#: fortran/io.c:1773
+#: fortran/io.c:1782
 #, no-c-format
 msgid ""
 "UNIT specification at %L must be an INTEGER expression or a CHARACTER "
 "variable"
 msgstr ""
 
-#: fortran/io.c:1783
+#: fortran/io.c:1792
+#, no-c-format
+msgid "Internal unit with vector subscript at %L"
+msgstr ""
+
+#: fortran/io.c:1799
 #, no-c-format
 msgid "REC tag at %L is incompatible with internal file"
 msgstr ""
 
-#: fortran/io.c:1790
+#: fortran/io.c:1806
 #, no-c-format
 msgid "Internal file at %L is incompatible with namelist"
 msgstr ""
 
-#: fortran/io.c:1797
+#: fortran/io.c:1813
 #, no-c-format
 msgid "ADVANCE tag at %L is incompatible with internal file"
 msgstr ""
 
-#: fortran/io.c:1807
+#: fortran/io.c:1823
 #, no-c-format
 msgid "REC tag at %L is incompatible with END tag"
 msgstr ""
 
-#: fortran/io.c:1815
+#: fortran/io.c:1831
 #, no-c-format
 msgid "END tag at %L is incompatible with list directed format (*)"
 msgstr ""
 
-#: fortran/io.c:1822
+#: fortran/io.c:1838
 #, no-c-format
 msgid "REC tag at %L is incompatible with namelist"
 msgstr ""
 
-#: fortran/io.c:1830
+#: fortran/io.c:1846
 #, no-c-format
 msgid "ADVANCE tag at %L is incompatible with list directed format (*)"
 msgstr ""
 
-#: fortran/io.c:1837
+#: fortran/io.c:1853
 #, no-c-format
 msgid "EOR tag at %L requires an ADVANCE tag"
 msgstr ""
 
-#: fortran/io.c:1843
+#: fortran/io.c:1859
 #, no-c-format
 msgid "SIZE tag at %L requires an ADVANCE tag"
 msgstr ""
 
-#: fortran/io.c:1863
+#: fortran/io.c:1879
 #, no-c-format
 msgid "FORMAT label %d at %L not defined"
 msgstr ""
 
-#: fortran/io.c:1984
+#: fortran/io.c:2000
 #, no-c-format
 msgid "Syntax error in I/O iterator at %C"
 msgstr ""
 
-#: fortran/io.c:2015
+#: fortran/io.c:2031
 #, no-c-format
 msgid "Expected variable in READ statement at %C"
 msgstr ""
 
-#: fortran/io.c:2021
+#: fortran/io.c:2037
 #, no-c-format
 msgid "Expected expression in %s statement at %C"
 msgstr ""
 
-#: fortran/io.c:2032
+#: fortran/io.c:2048
 #, no-c-format
 msgid "Variable '%s' in input list at %C cannot be INTENT(IN)"
 msgstr ""
 
-#: fortran/io.c:2041
+#: fortran/io.c:2057
 #, no-c-format
 msgid "Cannot read to variable '%s' in PURE procedure at %C"
 msgstr ""
 
-#: fortran/io.c:2058
+#: fortran/io.c:2074
 #, no-c-format
 msgid "Cannot write to internal file unit '%s' at %C inside a PURE procedure"
 msgstr ""
 
 #. A general purpose syntax error.
-#: fortran/io.c:2118 fortran/io.c:2344 fortran/gfortran.h:1587
+#: fortran/io.c:2134 fortran/io.c:2363 fortran/gfortran.h:1629
 #, no-c-format
 msgid "Syntax error in %s statement at %C"
 msgstr ""
 
-#: fortran/io.c:2176
+#: fortran/io.c:2191
 #, no-c-format
 msgid "PRINT namelist at %C is an extension"
 msgstr ""
 
-#: fortran/io.c:2184
+#: fortran/io.c:2199
 #, no-c-format
 msgid "Namelist followed by I/O list at %C"
 msgstr ""
 
-#: fortran/io.c:2286
+#: fortran/io.c:2305
 #, no-c-format
 msgid "Extension: Comma before output item list at %C is an extension"
 msgstr ""
 
-#: fortran/io.c:2295
+#: fortran/io.c:2314
 #, no-c-format
 msgid "Expected comma in I/O list at %C"
 msgstr ""
 
-#: fortran/io.c:2313
+#: fortran/io.c:2332
 #, no-c-format
 msgid "Internal file '%s' at %L is INTENT(IN)"
 msgstr ""
 
-#: fortran/io.c:2329
+#: fortran/io.c:2348
 #, no-c-format
 msgid ""
 "io-unit in %s statement at %C must be an internal file in a PURE procedure"
 msgstr ""
 
-#: fortran/io.c:2376
+#: fortran/io.c:2395
 #, no-c-format
 msgid "PRINT statement at %C not allowed within PURE procedure"
 msgstr ""
 
-#: fortran/io.c:2515 fortran/io.c:2563
+#: fortran/io.c:2534 fortran/io.c:2582
 #, no-c-format
 msgid "INQUIRE statement not allowed in PURE procedure at %C"
 msgstr ""
 
-#: fortran/io.c:2539
+#: fortran/io.c:2558
 #, no-c-format
 msgid "IOLENGTH tag invalid in INQUIRE statement at %C"
 msgstr ""
 
-#: fortran/io.c:2549
+#: fortran/io.c:2568
 #, no-c-format
 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers"
 msgstr ""
 
-#: fortran/io.c:2556
+#: fortran/io.c:2575
 #, no-c-format
 msgid "INQUIRE statement at %L requires either FILE or UNIT specifier"
 msgstr ""
@@ -6186,48 +6545,58 @@ msgstr ""
 msgid "Namelist group name '%s' at %C already has a basic type of %s"
 msgstr ""
 
-#: fortran/match.c:2629
+#: fortran/match.c:2627
+#, no-c-format
+msgid "Derived type component %C is not a permitted EQUIVALENCE member"
+msgstr ""
+
+#: fortran/match.c:2636
 #, no-c-format
 msgid "Array reference in EQUIVALENCE at %C cannot be an array section"
 msgstr ""
 
-#: fortran/match.c:2661
+#: fortran/match.c:2672
 #, no-c-format
 msgid ""
 "Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %C"
 msgstr ""
 
-#: fortran/match.c:2811
+#: fortran/match.c:2824
+#, no-c-format
+msgid "Statement function at %L is recursive"
+msgstr ""
+
+#: fortran/match.c:2914
 #, no-c-format
 msgid "Expected initialization expression in CASE at %C"
 msgstr ""
 
-#: fortran/match.c:2838
+#: fortran/match.c:2941
 #, no-c-format
 msgid "Expected case name of '%s' at %C"
 msgstr ""
 
-#: fortran/match.c:2882
+#: fortran/match.c:2985
 #, no-c-format
 msgid "Unexpected CASE statement at %C"
 msgstr ""
 
-#: fortran/match.c:2934
+#: fortran/match.c:3037
 #, no-c-format
 msgid "Syntax error in CASE-specification at %C"
 msgstr ""
 
-#: fortran/match.c:3054
+#: fortran/match.c:3157
 #, no-c-format
 msgid "ELSEWHERE statement at %C not enclosed in WHERE block"
 msgstr ""
 
-#: fortran/match.c:3085
+#: fortran/match.c:3188
 #, no-c-format
 msgid "Label '%s' at %C doesn't match WHERE label '%s'"
 msgstr ""
 
-#: fortran/match.c:3180
+#: fortran/match.c:3283
 #, no-c-format
 msgid "Syntax error in FORALL iterator at %C"
 msgstr ""
@@ -6338,430 +6707,388 @@ msgstr ""
 msgid "Error writing modules file: %s"
 msgstr ""
 
-#: fortran/module.c:1558
+#: fortran/module.c:1565
 msgid "Expected attribute bit name"
 msgstr ""
 
-#: fortran/module.c:2287
+#: fortran/module.c:2322
 msgid "Expected integer string"
 msgstr ""
 
-#: fortran/module.c:2291
+#: fortran/module.c:2326
 msgid "Error converting integer"
 msgstr ""
 
-#: fortran/module.c:2314
+#: fortran/module.c:2349
 msgid "Expected real string"
 msgstr ""
 
-#: fortran/module.c:2460
+#: fortran/module.c:2495
 msgid "Expected expression type"
 msgstr ""
 
-#: fortran/module.c:2505
+#: fortran/module.c:2540
 msgid "Bad operator"
 msgstr ""
 
-#: fortran/module.c:2591
+#: fortran/module.c:2626
 msgid "Bad type in constant expression"
 msgstr ""
 
-#: fortran/module.c:2628
+#: fortran/module.c:2663
 #, no-c-format
 msgid "Namelist %s cannot be renamed by USE association to %s."
 msgstr ""
 
-#: fortran/module.c:3283
+#: fortran/module.c:3331
 #, no-c-format
 msgid "Symbol '%s' referenced at %L not found in module '%s'"
 msgstr ""
 
-#: fortran/module.c:3291
+#: fortran/module.c:3339
 #, no-c-format
 msgid "User operator '%s' referenced at %L not found in module '%s'"
 msgstr ""
 
-#: fortran/module.c:3297
+#: fortran/module.c:3345
 #, no-c-format
 msgid "Intrinsic operator '%s' referenced at %L not found in module '%s'"
 msgstr ""
 
-#: fortran/module.c:3657
+#: fortran/module.c:3700
 #, no-c-format
 msgid "Can't open module file '%s' for writing at %C: %s"
 msgstr ""
 
-#: fortran/module.c:3682
+#: fortran/module.c:3725
 #, no-c-format
 msgid "Error writing module file '%s' for writing: %s"
 msgstr ""
 
-#: fortran/module.c:3703
+#: fortran/module.c:3746
 #, no-c-format
 msgid "Can't open module file '%s' for reading at %C: %s"
 msgstr ""
 
-#: fortran/module.c:3717
+#: fortran/module.c:3760
 msgid "Unexpected end of module"
 msgstr ""
 
-#: fortran/module.c:3725
+#: fortran/module.c:3768
 #, no-c-format
 msgid "Can't USE the same module we're building!"
 msgstr ""
 
-#: fortran/options.c:188
+#: fortran/options.c:212
 #, no-c-format
 msgid "Reading file '%s' as free form."
 msgstr ""
 
-#: fortran/options.c:198
+#: fortran/options.c:222
 #, no-c-format
 msgid "'-fd-lines-as-comments' has no effect in free form."
 msgstr ""
 
-#: fortran/options.c:201
+#: fortran/options.c:225
 #, no-c-format
 msgid "'-fd-lines-as-code' has no effect in free form."
 msgstr ""
 
-#: fortran/options.c:262
+#: fortran/options.c:290
 #, c-format
 msgid "gfortran: Only one -M option allowed\n"
 msgstr ""
 
-#: fortran/options.c:268
+#: fortran/options.c:296
 #, c-format
 msgid "gfortran: Directory required after -M\n"
 msgstr ""
 
-#: fortran/options.c:401
+#: fortran/options.c:336
+#, no-c-format
+msgid "Argument to -ffpe-trap is not valid: %s"
+msgstr ""
+
+#: fortran/options.c:468
 #, no-c-format
 msgid "Fixed line length must be at least seven."
 msgstr ""
 
-#: fortran/options.c:407
+#: fortran/options.c:474
 #, no-c-format
 msgid "Maximum supported idenitifier length is %d"
 msgstr ""
 
-#: fortran/options.c:414
+#: fortran/options.c:481
 #, no-c-format
 msgid "Argument to -fqkind isn't a valid real kind"
 msgstr ""
 
-#: fortran/parse.c:292
+#: fortran/parse.c:294
 #, no-c-format
 msgid "Unclassifiable statement at %C"
 msgstr ""
 
 #. Skip the bad statement label.
-#: fortran/parse.c:327
+#: fortran/parse.c:329
 #, no-c-format
 msgid "Ignoring bad statement label at %C"
 msgstr ""
 
-#: fortran/parse.c:338
+#: fortran/parse.c:340
 #, no-c-format
 msgid "Ignoring statement label of zero at %C"
 msgstr ""
 
-#: fortran/parse.c:348
+#: fortran/parse.c:350
 #, no-c-format
 msgid "Ignoring statement label in empty statement at %C"
 msgstr ""
 
-#: fortran/parse.c:410
+#: fortran/parse.c:412
 #, no-c-format
 msgid "Non-numeric character in statement label at %C"
 msgstr ""
 
-#: fortran/parse.c:418
+#: fortran/parse.c:420
 #, no-c-format
 msgid "Zero is not a valid statement label at %C"
 msgstr ""
 
-#: fortran/parse.c:437
+#: fortran/parse.c:439
 #, no-c-format
 msgid "Bad continuation line at %C"
 msgstr ""
 
-#: fortran/parse.c:464
+#: fortran/parse.c:466
 #, no-c-format
 msgid "Statement label in blank line will be ignored at %C"
 msgstr ""
 
-#: fortran/parse.c:489
+#: fortran/parse.c:491
 #, no-c-format
 msgid "Line truncated at %C"
 msgstr ""
 
-#: fortran/parse.c:662
+#: fortran/parse.c:664
 #, no-c-format
 msgid "FORMAT statement at %L does not have a statement label"
 msgstr ""
 
-#: fortran/parse.c:734
+#: fortran/parse.c:736
 msgid "arithmetic IF"
 msgstr ""
 
-#: fortran/parse.c:740
+#: fortran/parse.c:742
 msgid "attribute declaration"
 msgstr ""
 
-#: fortran/parse.c:770
+#: fortran/parse.c:772
 msgid "data declaration"
 msgstr ""
 
-#: fortran/parse.c:779
+#: fortran/parse.c:781
 msgid "derived type declaration"
 msgstr ""
 
-#: fortran/parse.c:858
+#: fortran/parse.c:860
 msgid "block IF"
 msgstr ""
 
-#: fortran/parse.c:867
+#: fortran/parse.c:869
 msgid "implied END DO"
 msgstr ""
 
-#: fortran/parse.c:934
+#: fortran/parse.c:936
 msgid "assignment"
 msgstr ""
 
-#: fortran/parse.c:937
+#: fortran/parse.c:939
 msgid "pointer assignment"
 msgstr ""
 
-#: fortran/parse.c:946
+#: fortran/parse.c:948
 msgid "simple IF"
 msgstr ""
 
-#: fortran/parse.c:972
-msgid "a PROGRAM"
-msgstr ""
-
-#: fortran/parse.c:975
-msgid "a MODULE"
-msgstr ""
-
-#: fortran/parse.c:978
-msgid "a SUBROUTINE"
-msgstr ""
-
-#: fortran/parse.c:981
-msgid "a FUNCTION"
-msgstr ""
-
-#: fortran/parse.c:984
-msgid "a BLOCK DATA"
-msgstr ""
-
-#: fortran/parse.c:987
-msgid "an INTERFACE"
-msgstr ""
-
-#: fortran/parse.c:990
-msgid "a DERIVED TYPE block"
-msgstr ""
-
-#: fortran/parse.c:993
-msgid "an IF-THEN block"
-msgstr ""
-
-#: fortran/parse.c:996
-msgid "a DO block"
-msgstr ""
-
-#: fortran/parse.c:999
-msgid "a SELECT block"
-msgstr ""
-
-#: fortran/parse.c:1002
-msgid "a FORALL block"
-msgstr ""
-
-#: fortran/parse.c:1005
-msgid "a WHERE block"
-msgstr ""
-
-#: fortran/parse.c:1008
-msgid "a contained subprogram"
-msgstr ""
-
-#: fortran/parse.c:1109
+#: fortran/parse.c:1085
 #, no-c-format
 msgid "Unexpected %s statement at %C"
 msgstr ""
 
-#: fortran/parse.c:1241
+#: fortran/parse.c:1217
 #, no-c-format
 msgid "%s statement at %C cannot follow %s statement at %L"
 msgstr ""
 
-#: fortran/parse.c:1258
+#: fortran/parse.c:1234
 #, no-c-format
 msgid "Unexpected end of file in '%s'"
 msgstr ""
 
-#: fortran/parse.c:1311
+#: fortran/parse.c:1287
 #, no-c-format
 msgid "Derived type definition at %C has no components"
 msgstr ""
 
-#: fortran/parse.c:1322
+#: fortran/parse.c:1298
 #, no-c-format
 msgid "PRIVATE statement in TYPE at %C must be inside a MODULE"
 msgstr ""
 
-#: fortran/parse.c:1329
+#: fortran/parse.c:1305
 #, no-c-format
 msgid "PRIVATE statement at %C must precede structure components"
 msgstr ""
 
-#: fortran/parse.c:1337
+#: fortran/parse.c:1313
 #, no-c-format
 msgid "Duplicate PRIVATE statement at %C"
 msgstr ""
 
-#: fortran/parse.c:1349
+#: fortran/parse.c:1325
 #, no-c-format
 msgid "SEQUENCE statement at %C must precede structure components"
 msgstr ""
 
-#: fortran/parse.c:1356
+#: fortran/parse.c:1332
 #, no-c-format
 msgid "SEQUENCE attribute at %C already specified in TYPE statement"
 msgstr ""
 
-#: fortran/parse.c:1361
+#: fortran/parse.c:1337
 #, no-c-format
 msgid "Duplicate SEQUENCE statement at %C"
 msgstr ""
 
-#: fortran/parse.c:1385
+#: fortran/parse.c:1361
 #, no-c-format
 msgid ""
 "Component %s of SEQUENCE type declared at %C does not have the SEQUENCE "
 "attribute"
 msgstr ""
 
-#: fortran/parse.c:1454
+#: fortran/parse.c:1406
+#, no-c-format
+msgid "ENUM declaration at %C has no ENUMERATORS"
+msgstr ""
+
+#: fortran/parse.c:1480
 #, no-c-format
 msgid "Unexpected %s statement in INTERFACE block at %C"
 msgstr ""
 
-#: fortran/parse.c:1481
+#: fortran/parse.c:1507
 #, no-c-format
 msgid "SUBROUTINE at %C does not belong in a generic function interface"
 msgstr ""
 
-#: fortran/parse.c:1486
+#: fortran/parse.c:1512
 #, no-c-format
 msgid "FUNCTION at %C does not belong in a generic subroutine interface"
 msgstr ""
 
-#: fortran/parse.c:1503
+#: fortran/parse.c:1529
 #, no-c-format
 msgid "Unexpected %s statement at %C in INTERFACE body"
 msgstr ""
 
-#: fortran/parse.c:1575
+#: fortran/parse.c:1601
 #, no-c-format
 msgid "%s statement must appear in a MODULE"
 msgstr ""
 
-#: fortran/parse.c:1582
+#: fortran/parse.c:1608
 #, no-c-format
 msgid "%s statement at %C follows another accessibility specification"
 msgstr ""
 
-#: fortran/parse.c:1653
+#: fortran/parse.c:1685
 #, no-c-format
 msgid "ELSEWHERE statement at %C follows previous unmasked ELSEWHERE"
 msgstr ""
 
-#: fortran/parse.c:1674
+#: fortran/parse.c:1706
 #, no-c-format
 msgid "Unexpected %s statement in WHERE block at %C"
 msgstr ""
 
-#: fortran/parse.c:1734
+#: fortran/parse.c:1766
 #, no-c-format
 msgid "Unexpected %s statement in FORALL block at %C"
 msgstr ""
 
-#: fortran/parse.c:1786
+#: fortran/parse.c:1818
 #, no-c-format
 msgid "ELSE IF statement at %C cannot follow ELSE statement at %L"
 msgstr ""
 
-#: fortran/parse.c:1804
+#: fortran/parse.c:1836
 #, no-c-format
 msgid "Duplicate ELSE statements at %L and %C"
 msgstr ""
 
-#: fortran/parse.c:1866
+#: fortran/parse.c:1898
 #, no-c-format
 msgid "Expected a CASE or END SELECT statement following SELECT CASE at %C"
 msgstr ""
 
-#: fortran/parse.c:1924
+#: fortran/parse.c:1956
 #, no-c-format
 msgid "Variable '%s' at %C cannot be redefined inside loop beginning at %L"
 msgstr ""
 
-#: fortran/parse.c:1959
+#: fortran/parse.c:1991
 #, no-c-format
 msgid "End of nonblock DO statement at %C is within another block"
 msgstr ""
 
-#: fortran/parse.c:1968
+#: fortran/parse.c:2000
 #, no-c-format
 msgid "End of nonblock DO statement at %C is interwoven with another DO loop"
 msgstr ""
 
-#: fortran/parse.c:2018
+#: fortran/parse.c:2050
 #, no-c-format
 msgid "Statement label in ENDDO at %C doesn't match DO label"
 msgstr ""
 
-#: fortran/parse.c:2075
+#: fortran/parse.c:2107
 #, no-c-format
 msgid "%s statement at %C cannot terminate a non-block DO loop"
 msgstr ""
 
-#: fortran/parse.c:2214
+#: fortran/parse.c:2246
 #, no-c-format
 msgid "Contained procedure '%s' at %C is already ambiguous"
 msgstr ""
 
-#: fortran/parse.c:2265
+#: fortran/parse.c:2297
 #, no-c-format
 msgid "Unexpected %s statement in CONTAINS section at %C"
 msgstr ""
 
-#: fortran/parse.c:2350
+#: fortran/parse.c:2382
 #, no-c-format
 msgid "CONTAINS statement at %C is already in a contained program unit"
 msgstr ""
 
-#: fortran/parse.c:2399
+#: fortran/parse.c:2431
 #, no-c-format
 msgid "Global name '%s' at %L is already being used as a %s at %L"
 msgstr ""
 
-#: fortran/parse.c:2420
+#: fortran/parse.c:2452
 #, no-c-format
 msgid "Blank BLOCK DATA at %C conflicts with prior BLOCK DATA at %L"
 msgstr ""
 
-#: fortran/parse.c:2444
+#: fortran/parse.c:2476
 #, no-c-format
 msgid "Unexpected %s statement in BLOCK DATA at %C"
 msgstr ""
 
-#: fortran/parse.c:2486
+#: fortran/parse.c:2518
 #, no-c-format
 msgid "Unexpected %s statement in MODULE at %C"
 msgstr ""
@@ -6769,7 +7096,7 @@ msgstr ""
 #. If we see a duplicate main program, shut down.  If the second
 #. instance is an implied main program, ie data decls or executable
 #. statements, we're in for lots of errors.
-#: fortran/parse.c:2656
+#: fortran/parse.c:2694
 #, no-c-format
 msgid "Two main PROGRAMs at %L and %C"
 msgstr ""
@@ -6814,578 +7141,578 @@ msgstr ""
 msgid "Empty set of digits in binary constant at %C"
 msgstr ""
 
-#: fortran/primary.c:355
+#: fortran/primary.c:356
 #, no-c-format
 msgid "Empty set of digits in octal constant at %C"
 msgstr ""
 
-#: fortran/primary.c:357
+#: fortran/primary.c:359
 #, no-c-format
 msgid "Empty set of digits in hexadecimal constant at %C"
 msgstr ""
 
-#: fortran/primary.c:369
+#: fortran/primary.c:372
 #, no-c-format
 msgid "Illegal character in binary constant at %C"
 msgstr ""
 
-#: fortran/primary.c:371
+#: fortran/primary.c:375
 #, no-c-format
 msgid "Illegal character in octal constant at %C"
 msgstr ""
 
-#: fortran/primary.c:373
+#: fortran/primary.c:378
 #, no-c-format
 msgid "Illegal character in hexadecimal constant at %C"
 msgstr ""
 
-#: fortran/primary.c:401
+#: fortran/primary.c:407
 #, no-c-format
 msgid "Integer too big for integer kind %i at %C"
 msgstr ""
 
-#: fortran/primary.c:502
+#: fortran/primary.c:508
 #, no-c-format
 msgid "Missing exponent in real number at %C"
 msgstr ""
 
-#: fortran/primary.c:559
+#: fortran/primary.c:565
 #, no-c-format
 msgid "Real number at %C has a 'd' exponent and an explicit kind"
 msgstr ""
 
-#: fortran/primary.c:569
+#: fortran/primary.c:575
 #, no-c-format
 msgid "Real number at %C has a 'q' exponent and an explicit kind"
 msgstr ""
 
-#: fortran/primary.c:581
+#: fortran/primary.c:587
 #, no-c-format
 msgid "Invalid real kind %d at %C"
 msgstr ""
 
-#: fortran/primary.c:595
+#: fortran/primary.c:601
 #, no-c-format
 msgid "Real constant overflows its kind at %C"
 msgstr ""
 
-#: fortran/primary.c:600
+#: fortran/primary.c:606
 #, no-c-format
 msgid "Real constant underflows its kind at %C"
 msgstr ""
 
-#: fortran/primary.c:692
+#: fortran/primary.c:698
 #, no-c-format
 msgid "Syntax error in SUBSTRING specification at %C"
 msgstr ""
 
-#: fortran/primary.c:924
+#: fortran/primary.c:930
 #, no-c-format
 msgid "Invalid kind %d for CHARACTER constant at %C"
 msgstr ""
 
-#: fortran/primary.c:945
+#: fortran/primary.c:951
 #, no-c-format
 msgid "Unterminated character constant beginning at %C"
 msgstr ""
 
-#: fortran/primary.c:1012
+#: fortran/primary.c:1018
 #, no-c-format
 msgid "Bad kind for logical constant at %C"
 msgstr ""
 
-#: fortran/primary.c:1047
+#: fortran/primary.c:1053
 #, no-c-format
 msgid "Expected PARAMETER symbol in complex constant at %C"
 msgstr ""
 
-#: fortran/primary.c:1053
+#: fortran/primary.c:1059
 #, no-c-format
 msgid "Numeric PARAMETER required in complex constant at %C"
 msgstr ""
 
-#: fortran/primary.c:1059
+#: fortran/primary.c:1065
 #, no-c-format
 msgid "Scalar PARAMETER required in complex constant at %C"
 msgstr ""
 
-#: fortran/primary.c:1089
+#: fortran/primary.c:1095
 #, no-c-format
 msgid "Error converting PARAMETER constant in complex constant at %C"
 msgstr ""
 
-#: fortran/primary.c:1216
+#: fortran/primary.c:1222
 #, no-c-format
 msgid "Syntax error in COMPLEX constant at %C"
 msgstr ""
 
-#: fortran/primary.c:1382
+#: fortran/primary.c:1404
 #, no-c-format
 msgid "Keyword '%s' at %C has already appeared in the current argument list"
 msgstr ""
 
-#: fortran/primary.c:1439
+#: fortran/primary.c:1461
 #, no-c-format
 msgid "Expected alternate return label at %C"
 msgstr ""
 
-#: fortran/primary.c:1458
+#: fortran/primary.c:1480
 #, no-c-format
 msgid "Missing keyword name in actual argument list at %C"
 msgstr ""
 
-#: fortran/primary.c:1494
+#: fortran/primary.c:1516
 #, no-c-format
 msgid "Syntax error in argument list at %C"
 msgstr ""
 
-#: fortran/primary.c:1581
+#: fortran/primary.c:1603
 #, no-c-format
 msgid "Expected structure component name at %C"
 msgstr ""
 
-#: fortran/primary.c:1810
+#: fortran/primary.c:1841
 #, no-c-format
 msgid "Too many components in structure constructor at %C"
 msgstr ""
 
-#: fortran/primary.c:1825
+#: fortran/primary.c:1856
 #, no-c-format
 msgid "Too few components in structure constructor at %C"
 msgstr ""
 
-#: fortran/primary.c:1843
+#: fortran/primary.c:1874
 #, no-c-format
 msgid "Syntax error in structure constructor at %C"
 msgstr ""
 
-#: fortran/primary.c:1956
+#: fortran/primary.c:1987
 #, no-c-format
 msgid "Unexpected use of subroutine name '%s' at %C"
 msgstr ""
 
-#: fortran/primary.c:1987
+#: fortran/primary.c:2018
 #, no-c-format
 msgid "Statement function '%s' requires argument list at %C"
 msgstr ""
 
-#: fortran/primary.c:1990
+#: fortran/primary.c:2021
 #, no-c-format
 msgid "Function '%s' requires an argument list at %C"
 msgstr ""
 
-#: fortran/primary.c:2144
+#: fortran/primary.c:2175
 #, no-c-format
 msgid "Missing argument list in function '%s' at %C"
 msgstr ""
 
-#: fortran/primary.c:2172
+#: fortran/primary.c:2203
 #, no-c-format
 msgid "Symbol at %C is not appropriate for an expression"
 msgstr ""
 
-#: fortran/primary.c:2242
+#: fortran/primary.c:2273
 #, no-c-format
 msgid "Expected VARIABLE at %C"
 msgstr ""
 
-#: fortran/resolve.c:82
+#: fortran/resolve.c:101
 #, no-c-format
 msgid ""
 "Alternate return specifier in elemental subroutine '%s' at %L is not allowed"
 msgstr ""
 
-#: fortran/resolve.c:86
+#: fortran/resolve.c:105
 #, no-c-format
 msgid "Alternate return specifier in function '%s' at %L is not allowed"
 msgstr ""
 
-#: fortran/resolve.c:100
+#: fortran/resolve.c:119
 #, no-c-format
 msgid "Dummy procedure '%s' of PURE procedure at %L must also be PURE"
 msgstr ""
 
-#: fortran/resolve.c:108
+#: fortran/resolve.c:127
 #, no-c-format
 msgid "Dummy procedure at %L not allowed in ELEMENTAL procedure"
 msgstr ""
 
-#: fortran/resolve.c:162
+#: fortran/resolve.c:181
 #, no-c-format
 msgid "Argument '%s' of pure function '%s' at %L must be INTENT(IN)"
 msgstr ""
 
-#: fortran/resolve.c:170
+#: fortran/resolve.c:189
 #, no-c-format
 msgid ""
 "Argument '%s' of pure subroutine '%s' at %L must have its INTENT specified"
 msgstr ""
 
-#: fortran/resolve.c:181
+#: fortran/resolve.c:200
 #, no-c-format
 msgid "Argument '%s' of elemental procedure at %L must be scalar"
 msgstr ""
 
-#: fortran/resolve.c:189
+#: fortran/resolve.c:208
 #, no-c-format
 msgid ""
 "Argument '%s' of elemental procedure at %L cannot have the POINTER attribute"
 msgstr ""
 
-#: fortran/resolve.c:201
+#: fortran/resolve.c:220
 #, no-c-format
 msgid "Argument '%s' of statement function at %L must be scalar"
 msgstr ""
 
-#: fortran/resolve.c:212
+#: fortran/resolve.c:231
 #, no-c-format
 msgid ""
 "Character-valued argument '%s' of statement function at %L must has constant "
 "length"
 msgstr ""
 
-#: fortran/resolve.c:272
+#: fortran/resolve.c:292
 #, no-c-format
 msgid "Contained function '%s' at %L has no IMPLICIT type"
 msgstr ""
 
-#: fortran/resolve.c:417
+#: fortran/resolve.c:437
 #, no-c-format
 msgid "FUNCTION result %s can't be an array in FUNCTION %s at %L"
 msgstr ""
 
-#: fortran/resolve.c:421
+#: fortran/resolve.c:441
 #, no-c-format
 msgid "ENTRY result %s can't be an array in FUNCTION %s at %L"
 msgstr ""
 
-#: fortran/resolve.c:428
+#: fortran/resolve.c:448
 #, no-c-format
 msgid "FUNCTION result %s can't be a POINTER in FUNCTION %s at %L"
 msgstr ""
 
-#: fortran/resolve.c:432
+#: fortran/resolve.c:452
 #, no-c-format
 msgid "ENTRY result %s can't be a POINTER in FUNCTION %s at %L"
 msgstr ""
 
-#: fortran/resolve.c:470
+#: fortran/resolve.c:490
 #, no-c-format
 msgid "FUNCTION result %s can't be of type %s in FUNCTION %s at %L"
 msgstr ""
 
-#: fortran/resolve.c:475
+#: fortran/resolve.c:495
 #, no-c-format
 msgid "ENTRY result %s can't be of type %s in FUNCTION %s at %L"
 msgstr ""
 
-#: fortran/resolve.c:690 fortran/resolve.c:3260 fortran/resolve.c:3911
+#: fortran/resolve.c:710 fortran/resolve.c:3347 fortran/resolve.c:3998
 #, no-c-format
 msgid "Label %d referenced at %L is never defined"
 msgstr ""
 
-#: fortran/resolve.c:717
+#: fortran/resolve.c:737
 #, no-c-format
 msgid "Statement function '%s' at %L is not allowed as an actual argument"
 msgstr ""
 
-#: fortran/resolve.c:740
+#: fortran/resolve.c:760
 #, no-c-format
 msgid "Symbol '%s' at %L is ambiguous"
 msgstr ""
 
-#: fortran/resolve.c:839
+#: fortran/resolve.c:859
 #, no-c-format
 msgid "Generic function '%s' at %L is not an intrinsic function"
 msgstr ""
 
-#: fortran/resolve.c:849
+#: fortran/resolve.c:869
 #, no-c-format
 msgid ""
 "Generic function '%s' at %L is not consistent with a specific intrinsic "
 "interface"
 msgstr ""
 
-#: fortran/resolve.c:887
+#: fortran/resolve.c:907
 #, no-c-format
 msgid ""
 "Function '%s' at %L is INTRINSIC but is not compatible with an intrinsic"
 msgstr ""
 
-#: fortran/resolve.c:933
+#: fortran/resolve.c:953
 #, no-c-format
 msgid "Unable to resolve the specific function '%s' at %L"
 msgstr ""
 
-#: fortran/resolve.c:989 fortran/resolve.c:5012
+#: fortran/resolve.c:1009 fortran/resolve.c:5363
 #, no-c-format
 msgid "Function '%s' at %L has no IMPLICIT type"
 msgstr ""
 
-#: fortran/resolve.c:1108
+#: fortran/resolve.c:1128
 #, no-c-format
 msgid "Function reference to '%s' at %L is inside a FORALL block"
 msgstr ""
 
-#: fortran/resolve.c:1114
+#: fortran/resolve.c:1134
 #, no-c-format
 msgid ""
 "Function reference to '%s' at %L is to a non-PURE procedure within a PURE "
 "procedure"
 msgstr ""
 
-#: fortran/resolve.c:1134
+#: fortran/resolve.c:1154
 #, no-c-format
 msgid "Subroutine call to '%s' in FORALL block at %L is not PURE"
 msgstr ""
 
-#: fortran/resolve.c:1137
+#: fortran/resolve.c:1157
 #, no-c-format
 msgid "Subroutine call to '%s' at %L is not PURE"
 msgstr ""
 
-#: fortran/resolve.c:1199
+#: fortran/resolve.c:1219
 #, no-c-format
 msgid "Generic subroutine '%s' at %L is not an intrinsic subroutine"
 msgstr ""
 
-#: fortran/resolve.c:1208
+#: fortran/resolve.c:1228
 #, no-c-format
 msgid ""
 "Generic subroutine '%s' at %L is not consistent with an intrinsic subroutine "
 "interface"
 msgstr ""
 
-#: fortran/resolve.c:1243
+#: fortran/resolve.c:1263
 #, no-c-format
 msgid ""
 "Subroutine '%s' at %L is INTRINSIC but is not compatible with an intrinsic"
 msgstr ""
 
-#: fortran/resolve.c:1286
+#: fortran/resolve.c:1306
 #, no-c-format
 msgid "Unable to resolve the specific subroutine '%s' at %L"
 msgstr ""
 
-#: fortran/resolve.c:1386
+#: fortran/resolve.c:1406
 #, no-c-format
 msgid "Shapes for operands at %L and %L are not conformable"
 msgstr ""
 
-#: fortran/resolve.c:1442
+#: fortran/resolve.c:1462
 #, c-format
 msgid "Operand of unary numeric operator '%s' at %%L is %s"
 msgstr ""
 
-#: fortran/resolve.c:1458
+#: fortran/resolve.c:1478
 #, c-format
 msgid "Operands of binary numeric operator '%s' at %%L are %s/%s"
 msgstr ""
 
-#: fortran/resolve.c:1472
+#: fortran/resolve.c:1492
 #, c-format
 msgid "Operands of string concatenation operator at %%L are %s/%s"
 msgstr ""
 
-#: fortran/resolve.c:1491
+#: fortran/resolve.c:1511
 #, c-format
 msgid "Operands of logical operator '%s' at %%L are %s/%s"
 msgstr ""
 
-#: fortran/resolve.c:1505
+#: fortran/resolve.c:1525
 #, c-format
 msgid "Operand of .NOT. operator at %%L is %s"
 msgstr ""
 
-#: fortran/resolve.c:1515
+#: fortran/resolve.c:1535
 msgid "COMPLEX quantities cannot be compared at %L"
 msgstr ""
 
-#: fortran/resolve.c:1541
+#: fortran/resolve.c:1561
 #, c-format
 msgid "Logicals at %%L must be compared with %s instead of %s"
 msgstr ""
 
-#: fortran/resolve.c:1546
+#: fortran/resolve.c:1566
 #, c-format
 msgid "Operands of comparison operator '%s' at %%L are %s/%s"
 msgstr ""
 
-#: fortran/resolve.c:1554
+#: fortran/resolve.c:1574
 #, c-format
 msgid "Operand of user operator '%s' at %%L is %s"
 msgstr ""
 
-#: fortran/resolve.c:1557
+#: fortran/resolve.c:1577
 #, c-format
 msgid "Operands of user operator '%s' at %%L are %s/%s"
 msgstr ""
 
-#: fortran/resolve.c:1625
+#: fortran/resolve.c:1645
 #, no-c-format
 msgid "Inconsistent ranks for operator at %L and %L"
 msgstr ""
 
-#: fortran/resolve.c:1747
+#: fortran/resolve.c:1767
 #, no-c-format
 msgid "Illegal stride of zero at %L"
 msgstr ""
 
-#: fortran/resolve.c:1768
+#: fortran/resolve.c:1788
 #, no-c-format
 msgid "Array reference at %L is out of bounds"
 msgstr ""
 
-#: fortran/resolve.c:1789
+#: fortran/resolve.c:1809
 #, no-c-format
 msgid "Rightmost upper bound of assumed size array section not specified at %L"
 msgstr ""
 
-#: fortran/resolve.c:1799
+#: fortran/resolve.c:1819
 #, no-c-format
 msgid "Rank mismatch in array reference at %L (%d/%d)"
 msgstr ""
 
-#: fortran/resolve.c:1827
+#: fortran/resolve.c:1847
 #, no-c-format
 msgid "Array index at %L must be scalar"
 msgstr ""
 
-#: fortran/resolve.c:1833
+#: fortran/resolve.c:1853
 #, no-c-format
 msgid "Array index at %L must be of INTEGER type"
 msgstr ""
 
-#: fortran/resolve.c:1839
+#: fortran/resolve.c:1859
 #, no-c-format
 msgid "Extension: REAL array index at %L"
 msgstr ""
 
-#: fortran/resolve.c:1868
+#: fortran/resolve.c:1888
 #, no-c-format
 msgid "Argument dim at %L must be scalar"
 msgstr ""
 
-#: fortran/resolve.c:1874
+#: fortran/resolve.c:1894
 #, no-c-format
 msgid "Argument dim at %L must be of INTEGER type"
 msgstr ""
 
-#: fortran/resolve.c:1978
+#: fortran/resolve.c:1996
 #, no-c-format
 msgid "Array index at %L is an array of rank %d"
 msgstr ""
 
-#: fortran/resolve.c:2016
+#: fortran/resolve.c:2034
 #, no-c-format
 msgid "Substring start index at %L must be of type INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:2023
+#: fortran/resolve.c:2041
 #, no-c-format
 msgid "Substring start index at %L must be scalar"
 msgstr ""
 
-#: fortran/resolve.c:2030
+#: fortran/resolve.c:2048
 #, no-c-format
 msgid "Substring start index at %L is less than one"
 msgstr ""
 
-#: fortran/resolve.c:2043
+#: fortran/resolve.c:2061
 #, no-c-format
 msgid "Substring end index at %L must be of type INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:2050
+#: fortran/resolve.c:2068
 #, no-c-format
 msgid "Substring end index at %L must be scalar"
 msgstr ""
 
-#: fortran/resolve.c:2058
+#: fortran/resolve.c:2076
 #, no-c-format
 msgid "Substring end index at %L is out of bounds"
 msgstr ""
 
-#: fortran/resolve.c:2132
+#: fortran/resolve.c:2150
 #, no-c-format
 msgid ""
 "Component to the right of a part reference with nonzero rank must not have "
 "the POINTER attribute at %L"
 msgstr ""
 
-#: fortran/resolve.c:2151
+#: fortran/resolve.c:2169
 #, no-c-format
 msgid ""
 "Two or more part references with nonzero rank must not be specified at %L"
 msgstr ""
 
-#: fortran/resolve.c:2377
+#: fortran/resolve.c:2395
 #, no-c-format
 msgid "%s at %L must be a scalar"
 msgstr ""
 
-#: fortran/resolve.c:2385
+#: fortran/resolve.c:2403
 #, no-c-format
 msgid "%s at %L must be INTEGER or REAL"
 msgstr ""
 
-#: fortran/resolve.c:2388
+#: fortran/resolve.c:2406
 #, no-c-format
 msgid "%s at %L must be INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:2404
+#: fortran/resolve.c:2422
 #, no-c-format
 msgid "Obsolete: REAL DO loop iterator at %L"
 msgstr ""
 
-#: fortran/resolve.c:2413
+#: fortran/resolve.c:2431
 #, no-c-format
 msgid "Cannot assign to loop variable in PURE procedure at %L"
 msgstr ""
 
-#: fortran/resolve.c:2437
+#: fortran/resolve.c:2455
 #, no-c-format
 msgid "Step expression in DO loop at %L cannot be zero"
 msgstr ""
 
-#: fortran/resolve.c:2470
+#: fortran/resolve.c:2488
 #, no-c-format
 msgid "FORALL Iteration variable at %L must be INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:2475
+#: fortran/resolve.c:2493
 #, no-c-format
 msgid "FORALL start expression at %L must be INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:2482
+#: fortran/resolve.c:2500
 #, no-c-format
 msgid "FORALL end expression at %L must be INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:2489
+#: fortran/resolve.c:2507
 #, no-c-format
 msgid "FORALL Stride expression at %L must be INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:2563
+#: fortran/resolve.c:2604
 #, no-c-format
 msgid ""
 "Expression in DEALLOCATE statement at %L must be ALLOCATABLE or a POINTER"
 msgstr ""
 
-#: fortran/resolve.c:2631
+#: fortran/resolve.c:2704
 #, no-c-format
 msgid "Expression in ALLOCATE statement at %L must be ALLOCATABLE or a POINTER"
 msgstr ""
 
-#: fortran/resolve.c:2643
+#: fortran/resolve.c:2729
 #, no-c-format
 msgid "Array specification required in ALLOCATE statement at %L"
 msgstr ""
 
-#: fortran/resolve.c:2672
+#: fortran/resolve.c:2758
 #, no-c-format
 msgid "Bad array specification in ALLOCATE statement at %L"
 msgstr ""
@@ -7394,450 +7721,489 @@ msgstr ""
 #. element in the list.  Either way, we must
 #. issue an error and get the next case from P.
 #. FIXME: Sort P and Q by line number.
-#: fortran/resolve.c:2828
+#: fortran/resolve.c:2914
 #, no-c-format
 msgid "CASE label at %L overlaps with CASE label at %L"
 msgstr ""
 
-#: fortran/resolve.c:2879
+#: fortran/resolve.c:2965
 #, no-c-format
 msgid "Expression in CASE statement at %L must be of type %s"
 msgstr ""
 
-#: fortran/resolve.c:2890
+#: fortran/resolve.c:2976
 #, no-c-format
 msgid "Expression in CASE statement at %L must be kind %d"
 msgstr ""
 
-#: fortran/resolve.c:2902
+#: fortran/resolve.c:2988
 #, no-c-format
 msgid "Expression in CASE statement at %L must be scalar"
 msgstr ""
 
-#: fortran/resolve.c:2948
+#: fortran/resolve.c:3034
 #, no-c-format
 msgid ""
 "Selection expression in computed GOTO statement at %L must be a scalar "
 "integer expression"
 msgstr ""
 
-#: fortran/resolve.c:2966
+#: fortran/resolve.c:3052
 #, no-c-format
 msgid "Argument of SELECT statement at %L cannot be %s"
 msgstr ""
 
-#: fortran/resolve.c:2975
+#: fortran/resolve.c:3061
 #, no-c-format
 msgid "Argument of SELECT statement at %L must be a scalar expression"
 msgstr ""
 
-#: fortran/resolve.c:3039
+#: fortran/resolve.c:3125
 #, no-c-format
 msgid ""
 "The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
 msgstr ""
 
-#: fortran/resolve.c:3066
+#: fortran/resolve.c:3152
 #, no-c-format
 msgid "Logical range in CASE statement at %L is not allowed"
 msgstr ""
 
-#: fortran/resolve.c:3077
+#: fortran/resolve.c:3163
 #, no-c-format
 msgid "Range specification at %L can never be matched"
 msgstr ""
 
-#: fortran/resolve.c:3180
+#: fortran/resolve.c:3266
 #, no-c-format
 msgid "Logical SELECT CASE block at %L has more that two cases"
 msgstr ""
 
-#: fortran/resolve.c:3217
+#: fortran/resolve.c:3304
 #, no-c-format
 msgid "Data transfer element at %L cannot have POINTER components"
 msgstr ""
 
-#: fortran/resolve.c:3224
+#: fortran/resolve.c:3311
 #, no-c-format
 msgid "Data transfer element at %L cannot have PRIVATE components"
 msgstr ""
 
-#: fortran/resolve.c:3233
+#: fortran/resolve.c:3320
 #, no-c-format
 msgid ""
 "Data transfer element at %L cannot be a full reference to an assumed-size "
 "array"
 msgstr ""
 
-#: fortran/resolve.c:3267
+#: fortran/resolve.c:3354
 #, no-c-format
 msgid ""
 "Statement at %L is not a valid branch target statement for the branch "
 "statement at %L"
 msgstr ""
 
-#: fortran/resolve.c:3276
+#: fortran/resolve.c:3363
 #, no-c-format
 msgid "Branch at %L causes an infinite loop"
 msgstr ""
 
 #. still nothing, so illegal.
-#: fortran/resolve.c:3306
+#: fortran/resolve.c:3393
 #, no-c-format
 msgid "Label at %L is not in the same block as the GOTO statement at %L"
 msgstr ""
 
-#: fortran/resolve.c:3322
+#: fortran/resolve.c:3409
 #, no-c-format
 msgid "Obsolete: GOTO at %L jumps to END of construct at %L"
 msgstr ""
 
-#: fortran/resolve.c:3396
+#: fortran/resolve.c:3483
 #, no-c-format
 msgid "WHERE mask at %L has inconsistent shape"
 msgstr ""
 
-#: fortran/resolve.c:3412
+#: fortran/resolve.c:3499
 #, no-c-format
 msgid "WHERE assignment target at %L has inconsistent shape"
 msgstr ""
 
-#: fortran/resolve.c:3422 fortran/resolve.c:3621
+#: fortran/resolve.c:3509 fortran/resolve.c:3708
 #, no-c-format
 msgid "Unsupported statement inside WHERE at %L"
 msgstr ""
 
-#: fortran/resolve.c:3498
+#: fortran/resolve.c:3585
 #, no-c-format
 msgid "expresion reference type error at %L"
 msgstr ""
 
-#: fortran/resolve.c:3530
+#: fortran/resolve.c:3617
 #, no-c-format
 msgid "Unsupported statement while finding forall index in expression"
 msgstr ""
 
-#: fortran/resolve.c:3577
+#: fortran/resolve.c:3664
 #, no-c-format
 msgid "Assignment to a FORALL index variable at %L"
 msgstr ""
 
-#: fortran/resolve.c:3585
+#: fortran/resolve.c:3672
 #, no-c-format
 msgid ""
 "The FORALL with index '%s' cause more than one assignment to this object at %"
 "L"
 msgstr ""
 
-#: fortran/resolve.c:3712
+#: fortran/resolve.c:3799
 #, no-c-format
 msgid "An outer FORALL construct already has an index with this name %L"
 msgstr ""
 
-#: fortran/resolve.c:3724 fortran/resolve.c:3727 fortran/resolve.c:3730
+#: fortran/resolve.c:3811 fortran/resolve.c:3814 fortran/resolve.c:3817
 #, no-c-format
 msgid ""
 "A FORALL index must not appear in a limit or stride expression in the same "
 "FORALL at %L"
 msgstr ""
 
-#: fortran/resolve.c:3773
+#: fortran/resolve.c:3860
 #, no-c-format
 msgid "ELSE IF clause at %L requires a scalar LOGICAL expression"
 msgstr ""
 
-#: fortran/resolve.c:3783
+#: fortran/resolve.c:3870
 #, no-c-format
 msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
 msgstr ""
 
-#: fortran/resolve.c:3861
+#: fortran/resolve.c:3948
 #, no-c-format
 msgid "ASSIGNED GOTO statement at %L requires an INTEGER variable"
 msgstr ""
 
-#: fortran/resolve.c:3864
+#: fortran/resolve.c:3951
 #, no-c-format
 msgid "Variable '%s' has not been assigned a target label at %L"
 msgstr ""
 
-#: fortran/resolve.c:3874
+#: fortran/resolve.c:3961
 #, no-c-format
 msgid "Alternate RETURN statement at %L requires an INTEGER return specifier"
 msgstr ""
 
-#: fortran/resolve.c:3890
+#: fortran/resolve.c:3977
 #, no-c-format
 msgid "Cannot assign to variable '%s' in PURE procedure at %L"
 msgstr ""
 
-#: fortran/resolve.c:3899
+#: fortran/resolve.c:3986
 #, no-c-format
 msgid ""
 "Right side of assignment at %L is a derived type containing a POINTER in a "
 "PURE procedure"
 msgstr ""
 
-#: fortran/resolve.c:3919
+#: fortran/resolve.c:4006
 #, no-c-format
 msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
 msgstr ""
 
-#: fortran/resolve.c:3934
+#: fortran/resolve.c:4021
 #, no-c-format
 msgid "Arithmetic IF statement at %L requires a numeric expression"
 msgstr ""
 
-#: fortran/resolve.c:3946
+#: fortran/resolve.c:4033
 #, no-c-format
 msgid "IF clause at %L requires a scalar LOGICAL expression"
 msgstr ""
 
-#: fortran/resolve.c:3972
+#: fortran/resolve.c:4059
 #, no-c-format
 msgid ""
 "Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
 msgstr ""
 
-#: fortran/resolve.c:3979
+#: fortran/resolve.c:4066
 #, no-c-format
 msgid "STAT tag in ALLOCATE statement at %L must be of type INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:3991
+#: fortran/resolve.c:4078
 #, no-c-format
 msgid "STAT tag in DEALLOCATE statement at %L must be of type INTEGER"
 msgstr ""
 
-#: fortran/resolve.c:4057
+#: fortran/resolve.c:4144
 #, no-c-format
 msgid "FORALL mask clause at %L requires a LOGICAL expression"
 msgstr ""
 
-#: fortran/resolve.c:4177
+#: fortran/resolve.c:4267
 #, no-c-format
 msgid "Assumed size array at %L must be a dummy argument"
 msgstr ""
 
-#: fortran/resolve.c:4180
+#: fortran/resolve.c:4270
 #, no-c-format
 msgid "Assumed shape array at %L must be a dummy argument"
 msgstr ""
 
-#: fortran/resolve.c:4190
+#: fortran/resolve.c:4280
 #, no-c-format
 msgid "Parameter array '%s' at %L cannot be automatic or assumed shape"
 msgstr ""
 
-#: fortran/resolve.c:4202
+#: fortran/resolve.c:4296
+#, no-c-format
+msgid "Module array '%s' at %L cannot be automatic or assumed shape"
+msgstr ""
+
+#: fortran/resolve.c:4308
 #, no-c-format
 msgid ""
 "Entity with assumed character length at %L must be a dummy argument or a "
 "PARAMETER"
 msgstr ""
 
-#: fortran/resolve.c:4214
+#: fortran/resolve.c:4320
 #, no-c-format
 msgid ""
 "Implicitly typed PARAMETER '%s' at %L doesn't match a later IMPLICIT type"
 msgstr ""
 
-#: fortran/resolve.c:4224
+#: fortran/resolve.c:4330
 #, no-c-format
 msgid "Incompatible derived type in PARAMETER at %L"
 msgstr ""
 
-#: fortran/resolve.c:4235
+#: fortran/resolve.c:4341
 #, no-c-format
 msgid "Symbol at %L is not a DUMMY variable"
 msgstr ""
 
-#: fortran/resolve.c:4246
+#: fortran/resolve.c:4352
 #, no-c-format
 msgid ""
 "Character-valued statement function '%s' at %L must have constant length"
 msgstr ""
 
-#: fortran/resolve.c:4263
+#: fortran/resolve.c:4370
+#, no-c-format
+msgid ""
+"The derived type '%s' at %L is of type '%s', which has not been defined."
+msgstr ""
+
+#: fortran/resolve.c:4391
+#, no-c-format
+msgid ""
+"The component '%s' is a PRIVATE type and cannot be a component of '%s', "
+"which is PUBLIC at %L"
+msgstr ""
+
+#: fortran/resolve.c:4411
+#, no-c-format
+msgid ""
+"The INTENT(OUT) dummy argument '%s' at %L is ASSUMED SIZE and so cannot have "
+"a default initializer"
+msgstr ""
+
+#: fortran/resolve.c:4433
 #, no-c-format
-msgid "Allocatable array at %L must have a deferred shape"
+msgid ""
+"'%s' is a PRIVATE type and cannot be a dummy argument of '%s', which is "
+"PUBLIC at %L"
 msgstr ""
 
-#: fortran/resolve.c:4266
+#: fortran/resolve.c:4453
 #, no-c-format
-msgid "Object at %L may not be ALLOCATABLE"
+msgid "Allocatable array '%s' at %L must have a deferred shape"
 msgstr ""
 
-#: fortran/resolve.c:4273
+#: fortran/resolve.c:4456
 #, no-c-format
-msgid "Pointer to array at %L must have a deferred shape"
+msgid "Scalar object '%s' at %L may not be ALLOCATABLE"
 msgstr ""
 
-#: fortran/resolve.c:4284
+#: fortran/resolve.c:4463
 #, no-c-format
-msgid "Array at %L cannot have a deferred shape"
+msgid "Array pointer '%s' at %L must have a deferred shape"
 msgstr ""
 
-#: fortran/resolve.c:4297
-msgid "Allocatable"
+#: fortran/resolve.c:4474
+#, no-c-format
+msgid "Array '%s' at %L cannot have a deferred shape"
 msgstr ""
 
-#: fortran/resolve.c:4299
-msgid "External"
+#: fortran/resolve.c:4509
+#, no-c-format
+msgid "Allocatable '%s' at %L cannot have an initializer"
 msgstr ""
 
-#: fortran/resolve.c:4301
-msgid "Dummy"
+#: fortran/resolve.c:4512
+#, no-c-format
+msgid "External '%s' at %L cannot have an initializer"
 msgstr ""
 
-#: fortran/resolve.c:4303
-msgid "Intrinsic"
+#: fortran/resolve.c:4515
+#, no-c-format
+msgid "Dummy '%s' at %L cannot have an initializer"
 msgstr ""
 
-#: fortran/resolve.c:4305
-msgid "Function Result"
+#: fortran/resolve.c:4518
+#, no-c-format
+msgid "Intrinsic '%s' at %L cannot have an initializer"
 msgstr ""
 
-#: fortran/resolve.c:4316
-msgid "Automatic array"
+#: fortran/resolve.c:4521
+#, no-c-format
+msgid "Function result '%s' at %L cannot have an initializer"
 msgstr ""
 
-#: fortran/resolve.c:4325
+#: fortran/resolve.c:4524
 #, no-c-format
-msgid "%s '%s' at %L cannot have an initializer"
+msgid "Automatic array '%s' at %L cannot have an initializer"
 msgstr ""
 
-#: fortran/resolve.c:4343
+#: fortran/resolve.c:4547
 #, no-c-format
 msgid "PRIVATE symbol '%s' cannot be member of PUBLIC namelist at %L"
 msgstr ""
 
-#: fortran/resolve.c:4359
+#: fortran/resolve.c:4559
+#, no-c-format
+msgid "External object '%s' at %L may not have an initializer"
+msgstr ""
+
+#: fortran/resolve.c:4572
 #, no-c-format
 msgid "Intrinsic at %L does not exist"
 msgstr ""
 
-#: fortran/resolve.c:4471
+#: fortran/resolve.c:4684
 #, no-c-format
 msgid "Nonconstant array section at %L in DATA statement"
 msgstr ""
 
-#: fortran/resolve.c:4484
+#: fortran/resolve.c:4697
 #, no-c-format
 msgid "DATA statement at %L has more variables than values"
 msgstr ""
 
-#: fortran/resolve.c:4682
+#: fortran/resolve.c:4895
 #, no-c-format
 msgid "DATA statement at %L has more values than variables"
 msgstr ""
 
-#: fortran/resolve.c:4764
+#: fortran/resolve.c:4977
 #, no-c-format
 msgid "Label %d at %L defined but not used"
 msgstr ""
 
-#: fortran/resolve.c:4769
+#: fortran/resolve.c:4982
 #, no-c-format
 msgid "Label %d at %L defined but cannot be used"
 msgstr ""
 
-#: fortran/resolve.c:4794
+#: fortran/resolve.c:5066
 #, no-c-format
 msgid ""
 "Derived type variable '%s' at %L must have SEQUENCE attribute to be an "
 "EQUIVALENCE object"
 msgstr ""
 
-#: fortran/resolve.c:4809
+#: fortran/resolve.c:5081
 #, no-c-format
 msgid ""
-"Derived type variable '%s' at %L has pointer componet(s) cannot be an "
+"Derived type variable '%s' at %L with pointer component(s) cannot be an "
 "EQUIVALENCE object"
 msgstr ""
 
-#: fortran/resolve.c:4894
+#: fortran/resolve.c:5088
 #, no-c-format
-msgid "Syntax error in EQUIVALENCE statement at %L"
+msgid ""
+"Derived type variable '%s' at %L with default initializer cannot be an "
+"EQUIVALENCE object"
 msgstr ""
 
-#: fortran/resolve.c:4908
+#: fortran/resolve.c:5189
 #, no-c-format
-msgid "Dummy argument '%s' at %L cannot be an EQUIVALENCE object"
+msgid "Syntax error in EQUIVALENCE statement at %L"
 msgstr ""
 
-#: fortran/resolve.c:4916
+#: fortran/resolve.c:5206
 #, no-c-format
-msgid "Allocatable array '%s' at %L cannot be an EQUIVALENCE object"
+msgid ""
+"Initialized objects '%s' and '%s'  cannot both be in the EQUIVALENCE "
+"statement at %L"
 msgstr ""
 
-#: fortran/resolve.c:4924
+#: fortran/resolve.c:5220
 #, no-c-format
-msgid "Pointer '%s' at %L cannot be an EQUIVALENCE object"
-msgstr ""
-
-#: fortran/resolve.c:4933
-#, no-c-format
-msgid "Entity '%s' at %L cannot be an EQUIVALENCE object"
+msgid ""
+"Common block member '%s' at %L cannot be an EQUIVALENCE object in the pure "
+"procedure '%s'"
 msgstr ""
 
-#: fortran/resolve.c:4941
+#: fortran/resolve.c:5229
 #, no-c-format
 msgid "Named constant '%s' at %L cannot be an EQUIVALENCE object"
 msgstr ""
 
-#: fortran/resolve.c:4957
+#: fortran/resolve.c:5308
 #, no-c-format
 msgid ""
 "Array '%s' at %L with non-constant bounds cannot be an EQUIVALENCE object"
 msgstr ""
 
-#: fortran/resolve.c:4968
+#: fortran/resolve.c:5319
 #, no-c-format
 msgid "Structure component '%s' at %L cannot be an EQUIVALENCE object"
 msgstr ""
 
-#: fortran/resolve.c:4979
+#: fortran/resolve.c:5330
 #, no-c-format
 msgid "Substring at %L has length zero"
 msgstr ""
 
-#: fortran/resolve.c:5025
+#: fortran/resolve.c:5376
 #, no-c-format
 msgid "ENTRY '%s' at %L has no IMPLICIT type"
 msgstr ""
 
-#: fortran/resolve.c:5061
+#: fortran/resolve.c:5412
 #, no-c-format
 msgid "Contained procedure '%s' at %L of a PURE procedure must also be PURE"
 msgstr ""
 
-#: fortran/scanner.c:924
+#: fortran/scanner.c:928
 #, no-c-format
 msgid "%s:%d: file %s left but not entered"
 msgstr ""
 
-#: fortran/scanner.c:947
+#: fortran/scanner.c:951
 #, no-c-format
 msgid "%s:%d: Illegal preprocessor directive"
 msgstr ""
 
-#: fortran/scanner.c:1022
+#: fortran/scanner.c:1026
 #, no-c-format
 msgid "File '%s' is being included recursively"
 msgstr ""
 
-#: fortran/scanner.c:1031
+#: fortran/scanner.c:1035
 #, no-c-format
 msgid "Can't open file '%s'"
 msgstr ""
 
-#: fortran/scanner.c:1040
+#: fortran/scanner.c:1044
 #, no-c-format
 msgid "Can't open included file '%s'"
 msgstr ""
 
-#: fortran/scanner.c:1129
+#: fortran/scanner.c:1133
 #, c-format
 msgid "%s:%3d %s\n"
 msgstr ""
@@ -7874,141 +8240,141 @@ msgstr ""
 msgid "Argument of ACOSH at %L must not be less than 1"
 msgstr ""
 
-#: fortran/simplify.c:477
+#: fortran/simplify.c:503
 #, no-c-format
 msgid "Argument of ASIN at %L must be between -1 and 1"
 msgstr ""
 
-#: fortran/simplify.c:533
+#: fortran/simplify.c:559
 #, no-c-format
 msgid "Argument of ATANH at %L must be inside the range -1 to 1"
 msgstr ""
 
-#: fortran/simplify.c:559
+#: fortran/simplify.c:585
 #, no-c-format
 msgid ""
 "If first argument of ATAN2 %L is zero, then the second argument must not be "
 "zero"
 msgstr ""
 
-#: fortran/simplify.c:641
+#: fortran/simplify.c:667
 #, no-c-format
 msgid "Bad character in CHAR function at %L"
 msgstr ""
 
-#: fortran/simplify.c:1139
+#: fortran/simplify.c:1193
 #, no-c-format
 msgid "Argument of IACHAR at %L must be of length one"
 msgstr ""
 
-#: fortran/simplify.c:1179
+#: fortran/simplify.c:1233
 #, no-c-format
 msgid "Invalid second argument of IBCLR at %L"
 msgstr ""
 
-#: fortran/simplify.c:1187
+#: fortran/simplify.c:1241
 #, no-c-format
 msgid "Second argument of IBCLR exceeds bit size at %L"
 msgstr ""
 
-#: fortran/simplify.c:1214
+#: fortran/simplify.c:1268
 #, no-c-format
 msgid "Invalid second argument of IBITS at %L"
 msgstr ""
 
-#: fortran/simplify.c:1220
+#: fortran/simplify.c:1274
 #, no-c-format
 msgid "Invalid third argument of IBITS at %L"
 msgstr ""
 
-#: fortran/simplify.c:1231
+#: fortran/simplify.c:1285
 #, no-c-format
 msgid "Sum of second and third arguments of IBITS exceeds bit size at %L"
 msgstr ""
 
-#: fortran/simplify.c:1279
+#: fortran/simplify.c:1333
 #, no-c-format
 msgid "Invalid second argument of IBSET at %L"
 msgstr ""
 
-#: fortran/simplify.c:1287
+#: fortran/simplify.c:1341
 #, no-c-format
 msgid "Second argument of IBSET exceeds bit size at %L"
 msgstr ""
 
-#: fortran/simplify.c:1310
+#: fortran/simplify.c:1364
 #, no-c-format
 msgid "Argument of ICHAR at %L must be of length one"
 msgstr ""
 
-#: fortran/simplify.c:1318
+#: fortran/simplify.c:1372
 #, no-c-format
 msgid "Argument of ICHAR at %L out of range of this processor"
 msgstr ""
 
-#: fortran/simplify.c:1526
+#: fortran/simplify.c:1580
 #, no-c-format
 msgid "Argument of INT at %L is not a valid type"
 msgstr ""
 
-#: fortran/simplify.c:1603
+#: fortran/simplify.c:1657
 #, no-c-format
 msgid "Invalid second argument of ISHFT at %L"
 msgstr ""
 
-#: fortran/simplify.c:1619
+#: fortran/simplify.c:1673
 #, no-c-format
 msgid "Magnitude of second argument of ISHFT exceeds bit size at %L"
 msgstr ""
 
-#: fortran/simplify.c:1683
+#: fortran/simplify.c:1737
 #, no-c-format
 msgid "Invalid second argument of ISHFTC at %L"
 msgstr ""
 
-#: fortran/simplify.c:1693
+#: fortran/simplify.c:1747
 #, no-c-format
 msgid "Invalid third argument of ISHFTC at %L"
 msgstr ""
 
-#: fortran/simplify.c:1708
+#: fortran/simplify.c:1762
 #, no-c-format
 msgid "Magnitude of second argument of ISHFTC exceeds third argument at %L"
 msgstr ""
 
-#: fortran/simplify.c:1778
+#: fortran/simplify.c:1832
 #, no-c-format
 msgid "Argument of KIND at %L is a DERIVED type"
 msgstr ""
 
-#: fortran/simplify.c:1849
+#: fortran/simplify.c:1903
 #, no-c-format
 msgid "DIM argument at %L is out of bounds"
 msgstr ""
 
-#: fortran/simplify.c:1979
+#: fortran/simplify.c:2033
 #, no-c-format
 msgid "Argument of LOG at %L cannot be less than or equal to zero"
 msgstr ""
 
-#: fortran/simplify.c:1992
+#: fortran/simplify.c:2046
 #, no-c-format
 msgid "Complex argument of LOG at %L cannot be zero"
 msgstr ""
 
-#: fortran/simplify.c:2036
+#: fortran/simplify.c:2090
 #, no-c-format
 msgid "Argument of LOG10 at %L cannot be less than or equal to zero"
 msgstr ""
 
 #. Result is processor-dependent.
-#: fortran/simplify.c:2211
+#: fortran/simplify.c:2265
 #, no-c-format
 msgid "Second argument MOD at %L is zero"
 msgstr ""
 
 #. Result is processor-dependent.
-#: fortran/simplify.c:2222
+#: fortran/simplify.c:2276
 #, no-c-format
 msgid "Second argument of MOD at %L is zero"
 msgstr ""
@@ -8016,73 +8382,73 @@ msgstr ""
 #. Result is processor-dependent. This processor just opts
 #. to not handle it at all.
 #. Result is processor-dependent.
-#: fortran/simplify.c:2268 fortran/simplify.c:2280
+#: fortran/simplify.c:2322 fortran/simplify.c:2334
 #, no-c-format
 msgid "Second argument of MODULO at %L is zero"
 msgstr ""
 
-#: fortran/simplify.c:2337
+#: fortran/simplify.c:2391
 #, no-c-format
 msgid "Second argument of NEAREST at %L may not be zero"
 msgstr ""
 
-#: fortran/simplify.c:2605
+#: fortran/simplify.c:2699
 #, no-c-format
 msgid "Invalid second argument of REPEAT at %L"
 msgstr ""
 
-#: fortran/simplify.c:2679
+#: fortran/simplify.c:2773
 #, no-c-format
 msgid "Integer too large in shape specification at %L"
 msgstr ""
 
-#: fortran/simplify.c:2689
+#: fortran/simplify.c:2783
 #, no-c-format
 msgid "Too many dimensions in shape specification for RESHAPE at %L"
 msgstr ""
 
-#: fortran/simplify.c:2697
+#: fortran/simplify.c:2791
 #, no-c-format
 msgid "Shape specification at %L cannot be negative"
 msgstr ""
 
-#: fortran/simplify.c:2707
+#: fortran/simplify.c:2801
 #, no-c-format
 msgid "Shape specification at %L cannot be the null array"
 msgstr ""
 
-#: fortran/simplify.c:2731
+#: fortran/simplify.c:2825
 #, no-c-format
 msgid ""
 "ORDER parameter of RESHAPE at %L is not the same size as SHAPE parameter"
 msgstr ""
 
-#: fortran/simplify.c:2738
+#: fortran/simplify.c:2832
 #, no-c-format
 msgid "Error in ORDER parameter of RESHAPE at %L"
 msgstr ""
 
-#: fortran/simplify.c:2748
+#: fortran/simplify.c:2842
 #, no-c-format
 msgid "ORDER parameter of RESHAPE at %L is out of range"
 msgstr ""
 
-#: fortran/simplify.c:2757
+#: fortran/simplify.c:2851
 #, no-c-format
 msgid "Invalid permutation in ORDER parameter at %L"
 msgstr ""
 
-#: fortran/simplify.c:2814
+#: fortran/simplify.c:2908
 #, no-c-format
 msgid "PAD parameter required for short SOURCE parameter at %L"
 msgstr ""
 
-#: fortran/simplify.c:2948
+#: fortran/simplify.c:3042
 #, no-c-format
 msgid "Result of SCALE overflows its kind at %L"
 msgstr ""
 
-#: fortran/simplify.c:3529
+#: fortran/simplify.c:3623
 #, no-c-format
 msgid "Argument of SQRT at %L has a negative value"
 msgstr ""
@@ -8112,177 +8478,187 @@ msgstr ""
 msgid "Symbol '%s' at %L has no IMPLICIT type"
 msgstr ""
 
-#: fortran/symbol.c:300
+#: fortran/symbol.c:304
 #, no-c-format
 msgid "%s attribute not allowed in BLOCK DATA program unit at %L"
 msgstr ""
 
-#: fortran/symbol.c:448 fortran/symbol.c:878
+#: fortran/symbol.c:497 fortran/symbol.c:976
 #, no-c-format
 msgid "%s attribute conflicts with %s attribute at %L"
 msgstr ""
 
-#: fortran/symbol.c:451
+#: fortran/symbol.c:500
 #, no-c-format
 msgid "%s attribute conflicts with %s attribute in '%s' at %L"
 msgstr ""
 
-#: fortran/symbol.c:493
+#: fortran/symbol.c:542
 #, no-c-format
 msgid "Cannot change attributes of USE-associated symbol at %L"
 msgstr ""
 
-#: fortran/symbol.c:496
+#: fortran/symbol.c:545
 #, no-c-format
 msgid "Cannot change attributes of USE-associated symbol %s at %L"
 msgstr ""
 
-#: fortran/symbol.c:518
+#: fortran/symbol.c:567
 #, no-c-format
 msgid "Cannot change attributes of symbol at %L after it has been used"
 msgstr ""
 
-#: fortran/symbol.c:534
+#: fortran/symbol.c:583
 #, no-c-format
 msgid "Duplicate %s attribute specified at %L"
 msgstr ""
 
-#: fortran/symbol.c:664
+#: fortran/symbol.c:712
+#, no-c-format
+msgid "Cray Pointee at %L appears in multiple pointer() statements."
+msgstr ""
+
+#: fortran/symbol.c:744
 #, no-c-format
 msgid "SAVE attribute at %L cannot be specified in a PURE procedure"
 msgstr ""
 
-#: fortran/symbol.c:908
+#: fortran/symbol.c:752
+#, no-c-format
+msgid "Duplicate SAVE attribute specified at %L"
+msgstr ""
+
+#: fortran/symbol.c:1006
 #, no-c-format
 msgid "%s procedure at %L is already declared as %s procedure"
 msgstr ""
 
-#: fortran/symbol.c:943
+#: fortran/symbol.c:1041
 #, no-c-format
 msgid "INTENT (%s) conflicts with INTENT(%s) at %L"
 msgstr ""
 
-#: fortran/symbol.c:966
+#: fortran/symbol.c:1064
 #, no-c-format
 msgid "ACCESS specification at %L was already specified"
 msgstr ""
 
-#: fortran/symbol.c:986
+#: fortran/symbol.c:1084
 #, no-c-format
 msgid "Symbol '%s' at %L already has an explicit interface"
 msgstr ""
 
-#: fortran/symbol.c:1014
+#: fortran/symbol.c:1112
 #, no-c-format
 msgid "Symbol '%s' at %L already has basic type of %s"
 msgstr ""
 
-#: fortran/symbol.c:1026
+#: fortran/symbol.c:1124
 #, no-c-format
 msgid "Symbol '%s' at %L cannot have a type"
 msgstr ""
 
-#: fortran/symbol.c:1159
+#: fortran/symbol.c:1262
 #, no-c-format
 msgid "Component '%s' at %C already declared at %L"
 msgstr ""
 
-#: fortran/symbol.c:1237
+#: fortran/symbol.c:1340
 #, no-c-format
 msgid "Symbol '%s' at %C is ambiguous"
 msgstr ""
 
-#: fortran/symbol.c:1277
+#: fortran/symbol.c:1380
 #, no-c-format
 msgid "Derived type '%s' at %C is being used before it is defined"
 msgstr ""
 
-#: fortran/symbol.c:1305
+#: fortran/symbol.c:1408
 #, no-c-format
 msgid "'%s' at %C is not a member of the '%s' structure"
 msgstr ""
 
-#: fortran/symbol.c:1311
+#: fortran/symbol.c:1414
 #, no-c-format
 msgid "Component '%s' at %C is a PRIVATE component of '%s'"
 msgstr ""
 
-#: fortran/symbol.c:1451
+#: fortran/symbol.c:1554
 #, no-c-format
 msgid "Duplicate statement label %d at %L and %L"
 msgstr ""
 
-#: fortran/symbol.c:1461
+#: fortran/symbol.c:1564
 #, no-c-format
 msgid "Label %d at %C already referenced as branch target"
 msgstr ""
 
-#: fortran/symbol.c:1470
+#: fortran/symbol.c:1573
 #, no-c-format
 msgid "Label %d at %C already referenced as a format label"
 msgstr ""
 
-#: fortran/symbol.c:1512
+#: fortran/symbol.c:1615
 #, no-c-format
 msgid "Label %d at %C previously used as a FORMAT label"
 msgstr ""
 
-#: fortran/symbol.c:1520
+#: fortran/symbol.c:1623
 #, no-c-format
 msgid "Label %d at %C previously used as branch target"
 msgstr ""
 
-#: fortran/symbol.c:1773
+#: fortran/symbol.c:1876
 #, no-c-format
 msgid "Name '%s' at %C is an ambiguous reference to '%s' from module '%s'"
 msgstr ""
 
-#: fortran/symbol.c:1776
+#: fortran/symbol.c:1879
 #, no-c-format
 msgid ""
 "Name '%s' at %C is an ambiguous reference to '%s' from current program unit"
 msgstr ""
 
 #. Symbol is from another namespace.
-#: fortran/symbol.c:1913
+#: fortran/symbol.c:2016
 #, no-c-format
 msgid "Symbol '%s' at %C has already been host associated"
 msgstr ""
 
-#: fortran/trans-common.c:330
+#: fortran/trans-common.c:331
 #, no-c-format
 msgid "Named COMMON block '%s' at %L shall be of the same size"
 msgstr ""
 
-#: fortran/trans-common.c:593
+#: fortran/trans-common.c:629
 #, no-c-format
 msgid "Bad array reference at %L"
 msgstr ""
 
-#: fortran/trans-common.c:601
+#: fortran/trans-common.c:637
 #, no-c-format
 msgid "Illegal reference type at %L as EQUIVALENCE object"
 msgstr ""
 
-#: fortran/trans-common.c:641
+#: fortran/trans-common.c:677
 #, no-c-format
 msgid "Inconsistent equivalence rules involving '%s' at %L and '%s' at %L"
 msgstr ""
 
 #. Aligning this field would misalign a previous field.
-#: fortran/trans-common.c:763
+#: fortran/trans-common.c:799
 #, no-c-format
 msgid ""
 "The equivalence set for variable '%s' declared at %L violates alignment "
 "requirents"
 msgstr ""
 
-#: fortran/trans-common.c:828
+#: fortran/trans-common.c:864
 #, no-c-format
 msgid "Equivalence for '%s' does not match ordering of COMMON '%s' at %L"
 msgstr ""
 
-#: fortran/trans-common.c:843
+#: fortran/trans-common.c:879
 #, no-c-format
 msgid ""
 "The equivalence set for '%s' cause an invalid extension to COMMON '%s' at %L"
@@ -8291,12 +8667,12 @@ msgstr ""
 #. The required offset conflicts with previous alignment
 #. requirements.  Insert padding immediately before this
 #. segment.
-#: fortran/trans-common.c:854
+#: fortran/trans-common.c:890
 #, no-c-format
 msgid "Padding of %d bytes required before '%s' in COMMON '%s' at %L"
 msgstr ""
 
-#: fortran/trans-common.c:880
+#: fortran/trans-common.c:916
 #, no-c-format
 msgid "COMMON '%s' at %L requires %d bytes of padding at start"
 msgstr ""
@@ -8313,217 +8689,217 @@ msgstr ""
 msgid "Incorrect function return value"
 msgstr ""
 
-#: fortran/trans-decl.c:390
+#: fortran/trans-decl.c:437
 #, no-c-format
 msgid "storage size not known"
 msgstr ""
 
-#: fortran/trans-decl.c:397
+#: fortran/trans-decl.c:444
 #, no-c-format
 msgid "storage size not constant"
 msgstr ""
 
-#: fortran/trans-io.c:466
+#: fortran/trans-io.c:476
 msgid "Assigned label is not a format label"
 msgstr ""
 
-#: fortran/trans-io.c:866
+#: fortran/trans-io.c:876
 #, no-c-format
 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers."
 msgstr ""
 
-#: fortran/trans-stmt.c:160
+#: fortran/trans-stmt.c:163
 msgid "Assigned label is not a target label"
 msgstr ""
 
 #. Check the label list.
-#: fortran/trans-stmt.c:176
+#: fortran/trans-stmt.c:179
 msgid "Assigned label is not in the list"
 msgstr ""
 
-#: fortran/trans-stmt.c:262
+#: fortran/trans-stmt.c:265
 #, no-c-format
 msgid "An alternate return at %L without a * dummy argument"
 msgstr ""
 
 #. FIXME: i18n bug here.  Order of prints should not be
 #. fixed.
-#: java/gjavah.c:910
+#: java/gjavah.c:916
 #, c-format
 msgid "ignored method '"
 msgstr ""
 
-#: java/gjavah.c:912
+#: java/gjavah.c:918
 #, c-format
 msgid "' marked virtual\n"
 msgstr ""
 
-#: java/gjavah.c:2350
+#: java/gjavah.c:2356
 #, c-format
 msgid "Try '"
 msgstr ""
 
-#: java/gjavah.c:2350
+#: java/gjavah.c:2356
 #, c-format
 msgid " --help' for more information.\n"
 msgstr ""
 
-#: java/gjavah.c:2357
+#: java/gjavah.c:2363
 #, c-format
 msgid "Usage: "
 msgstr ""
 
-#: java/gjavah.c:2357
+#: java/gjavah.c:2363
 #, c-format
 msgid ""
 " [OPTION]... CLASS...\n"
 "\n"
 msgstr ""
 
-#: java/gjavah.c:2358
+#: java/gjavah.c:2364
 #, c-format
 msgid ""
 "Generate C or C++ header files from .class files\n"
 "\n"
 msgstr ""
 
-#: java/gjavah.c:2359
+#: java/gjavah.c:2365
 #, c-format
 msgid "  -stubs                  Generate an implementation stub file\n"
 msgstr ""
 
-#: java/gjavah.c:2360
+#: java/gjavah.c:2366
 #, c-format
 msgid "  -jni                    Generate a JNI header or stub\n"
 msgstr ""
 
-#: java/gjavah.c:2361
+#: java/gjavah.c:2367
 #, c-format
 msgid "  -force                  Always overwrite output files\n"
 msgstr ""
 
-#: java/gjavah.c:2362
+#: java/gjavah.c:2368
 #, c-format
 msgid "  -old                    Unused compatibility option\n"
 msgstr ""
 
-#: java/gjavah.c:2363
+#: java/gjavah.c:2369
 #, c-format
 msgid "  -trace                  Unused compatibility option\n"
 msgstr ""
 
-#: java/gjavah.c:2364
+#: java/gjavah.c:2370
 #, c-format
 msgid "  -J OPTION               Unused compatibility option\n"
 msgstr ""
 
-#: java/gjavah.c:2366
+#: java/gjavah.c:2372
 #, c-format
 msgid "  -add TEXT               Insert TEXT into class body\n"
 msgstr ""
 
-#: java/gjavah.c:2367
+#: java/gjavah.c:2373
 #, c-format
 msgid "  -append TEXT            Insert TEXT after class declaration\n"
 msgstr ""
 
-#: java/gjavah.c:2368
+#: java/gjavah.c:2374
 #, c-format
 msgid "  -friend TEXT            Insert TEXT as 'friend' declaration\n"
 msgstr ""
 
-#: java/gjavah.c:2369
+#: java/gjavah.c:2375
 #, c-format
 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
 msgstr ""
 
-#: java/gjavah.c:2371 java/jcf-dump.c:912
+#: java/gjavah.c:2377 java/jcf-dump.c:912
 #, c-format
 msgid "  --classpath PATH        Set path to find .class files\n"
 msgstr ""
 
-#: java/gjavah.c:2372 java/jcf-dump.c:913
+#: java/gjavah.c:2378 java/jcf-dump.c:913
 #, c-format
 msgid "  -IDIR                   Append directory to class path\n"
 msgstr ""
 
-#: java/gjavah.c:2373 java/jcf-dump.c:914
+#: java/gjavah.c:2379 java/jcf-dump.c:914
 #, c-format
 msgid "  --bootclasspath PATH    Override built-in class path\n"
 msgstr ""
 
-#: java/gjavah.c:2374 java/jcf-dump.c:915
+#: java/gjavah.c:2380 java/jcf-dump.c:915
 #, c-format
 msgid "  --extdirs PATH          Set extensions directory path\n"
 msgstr ""
 
-#: java/gjavah.c:2375
+#: java/gjavah.c:2381
 #, c-format
 msgid "  -d DIRECTORY            Set output directory name\n"
 msgstr ""
 
-#: java/gjavah.c:2376 java/jcf-dump.c:916 java/jv-scan.c:115
+#: java/gjavah.c:2382 java/jcf-dump.c:916 java/jv-scan.c:115
 #, c-format
 msgid "  -o FILE                 Set output file name\n"
 msgstr ""
 
-#: java/gjavah.c:2377
+#: java/gjavah.c:2383
 #, c-format
 msgid "  -td DIRECTORY           Set temporary directory name\n"
 msgstr ""
 
-#: java/gjavah.c:2379 java/jcf-dump.c:918 java/jv-scan.c:117
+#: java/gjavah.c:2385 java/jcf-dump.c:918 java/jv-scan.c:117
 #, c-format
 msgid "  --help                  Print this help, then exit\n"
 msgstr ""
 
-#: java/gjavah.c:2380 java/jcf-dump.c:919 java/jv-scan.c:118
+#: java/gjavah.c:2386 java/jcf-dump.c:919 java/jv-scan.c:118
 #, c-format
 msgid "  --version               Print version number, then exit\n"
 msgstr ""
 
-#: java/gjavah.c:2381 java/jcf-dump.c:920
+#: java/gjavah.c:2387 java/jcf-dump.c:920
 #, c-format
 msgid "  -v, --verbose           Print extra information while running\n"
 msgstr ""
 
-#: java/gjavah.c:2383
+#: java/gjavah.c:2389
 #, c-format
 msgid ""
 "  -M                      Print all dependencies to stdout;\n"
 "                             suppress ordinary output\n"
 msgstr ""
 
-#: java/gjavah.c:2385
+#: java/gjavah.c:2391
 #, c-format
 msgid ""
 "  -MM                     Print non-system dependencies to stdout;\n"
 "                             suppress ordinary output\n"
 msgstr ""
 
-#: java/gjavah.c:2387
+#: java/gjavah.c:2393
 #, c-format
 msgid "  -MD                     Print all dependencies to stdout\n"
 msgstr ""
 
-#: java/gjavah.c:2388
+#: java/gjavah.c:2394
 #, c-format
 msgid "  -MMD                    Print non-system dependencies to stdout\n"
 msgstr ""
 
-#: java/gjavah.c:2391 java/jcf-dump.c:922 java/jv-scan.c:120
+#: java/gjavah.c:2397 java/jcf-dump.c:922 java/jv-scan.c:120
 #, c-format
 msgid ""
 "For bug reporting instructions, please see:\n"
 "%s.\n"
 msgstr ""
 
-#: java/gjavah.c:2575
+#: java/gjavah.c:2581
 #, c-format
 msgid "Processing %s\n"
 msgstr ""
 
-#: java/gjavah.c:2585
+#: java/gjavah.c:2591
 #, c-format
 msgid "Found in %s\n"
 msgstr ""
@@ -8717,6 +9093,318 @@ msgstr ""
 msgid "cannot specify 'main' class when not linking"
 msgstr ""
 
+#: java/parse-scan.y:879
+#: java/parse.y:961
+#: java/parse.y:1307
+#: java/parse.y:1369
+#: java/parse.y:1577
+#: java/parse.y:1800
+#: java/parse.y:1809
+#: java/parse.y:1820
+#: java/parse.y:1831
+#: java/parse.y:1843
+#: java/parse.y:1858
+#: java/parse.y:1875
+#: java/parse.y:1877
+#: java/parse.y:1958
+#: java/parse.y:2135
+#: java/parse.y:2204
+#: java/parse.y:2368
+#: java/parse.y:2381
+#: java/parse.y:2388
+#: java/parse.y:2395
+#: java/parse.y:2406
+#: java/parse.y:2408
+#: java/parse.y:2446
+#: java/parse.y:2448
+#: java/parse.y:2450
+#: java/parse.y:2471
+#: java/parse.y:2473
+#: java/parse.y:2475
+#: java/parse.y:2491
+#: java/parse.y:2493
+#: java/parse.y:2514
+#: java/parse.y:2516
+#: java/parse.y:2518
+#: java/parse.y:2546
+#: java/parse.y:2548
+#: java/parse.y:2550
+#: java/parse.y:2552
+#: java/parse.y:2570
+#: java/parse.y:2572
+#: java/parse.y:2583
+#: java/parse.y:2594
+#: java/parse.y:2605
+#: java/parse.y:2616
+#: java/parse.y:2627
+#: java/parse.y:2640
+#: java/parse.y:2644
+#: java/parse.y:2646
+#: java/parse.y:2659
+msgid "Missing term"
+msgstr ""
+
+#: java/parse-scan.y:881
+#: java/parse.y:741
+#: java/parse.y:779
+#: java/parse.y:804
+#: java/parse.y:982
+#: java/parse.y:1343
+#: java/parse.y:1553
+#: java/parse.y:1555
+#: java/parse.y:1785
+#: java/parse.y:1811
+#: java/parse.y:1822
+#: java/parse.y:1833
+#: java/parse.y:1845
+#: java/parse.y:1860
+msgid "';' expected"
+msgstr ""
+
+#: java/parse-scan.y:1372
+#: java/parse.y:16472
+msgid "parse error"
+msgstr ""
+
+#: java/parse-scan.y:1373
+#: java/parse.y:16473
+msgid "syntax error; also virtual memory exhausted"
+msgstr ""
+
+#: java/parse-scan.y:1374
+#: java/parse.y:16474
+msgid "parse error; also virtual memory exhausted"
+msgstr ""
+
+#: java/parse-scan.y:1376
+#: java/parse.y:16476
+msgid "parse error: cannot back up"
+msgstr ""
+
+#: java/parse.y:739
+#: java/parse.y:777
+msgid "Missing name"
+msgstr ""
+
+#: java/parse.y:802
+msgid "'*' expected"
+msgstr ""
+
+#: java/parse.y:816
+msgid "Class or interface declaration expected"
+msgstr ""
+
+#: java/parse.y:853
+#: java/parse.y:855
+msgid "Missing class name"
+msgstr ""
+
+#: java/parse.y:858
+#: java/parse.y:862
+#: java/parse.y:870
+#: java/parse.y:1022
+#: java/parse.y:1288
+#: java/parse.y:1290
+#: java/parse.y:1620
+#: java/parse.y:1871
+#: java/parse.y:1903
+#: java/parse.y:1965
+msgid "'{' expected"
+msgstr ""
+
+#: java/parse.y:872
+msgid "Missing super class name"
+msgstr ""
+
+#: java/parse.y:882
+#: java/parse.y:898
+msgid "Missing interface name"
+msgstr ""
+
+#: java/parse.y:976
+msgid "Missing variable initializer"
+msgstr ""
+
+#: java/parse.y:993
+msgid "Invalid declaration"
+msgstr ""
+
+#: java/parse.y:996
+#: java/parse.y:1086
+#: java/parse.y:2150
+#: java/parse.y:2179
+#: java/parse.y:2201
+#: java/parse.y:2205
+#: java/parse.y:2240
+#: java/parse.y:2319
+#: java/parse.y:2329
+#: java/parse.y:2339
+msgid "']' expected"
+msgstr ""
+
+#: java/parse.y:1000
+msgid "Unbalanced ']'"
+msgstr ""
+
+#: java/parse.y:1036
+msgid "Invalid method declaration, method name required"
+msgstr ""
+
+#: java/parse.y:1042
+#: java/parse.y:1048
+#: java/parse.y:1054
+#: java/parse.y:2053
+msgid "Identifier expected"
+msgstr ""
+
+#: java/parse.y:1060
+#: java/parse.y:4738
+#, gcc-internal-format
+msgid "Invalid method declaration, return type required"
+msgstr ""
+
+#: java/parse.y:1084
+#: java/parse.y:1533
+#: java/parse.y:1540
+#: java/parse.y:1549
+#: java/parse.y:1551
+#: java/parse.y:1579
+#: java/parse.y:1688
+#: java/parse.y:1995
+#: java/parse.y:2048
+msgid "')' expected"
+msgstr ""
+
+#: java/parse.y:1100
+msgid "Missing formal parameter term"
+msgstr ""
+
+#: java/parse.y:1115
+#: java/parse.y:1120
+msgid "Missing identifier"
+msgstr ""
+
+#: java/parse.y:1140
+#: java/parse.y:1149
+msgid "Missing class type term"
+msgstr ""
+
+#: java/parse.y:1305
+msgid "Invalid interface type"
+msgstr ""
+
+#: java/parse.y:1493
+#: java/parse.y:1667
+#: java/parse.y:1669
+msgid "':' expected"
+msgstr ""
+
+#: java/parse.y:1519
+#: java/parse.y:1524
+#: java/parse.y:1529
+msgid "Invalid expression statement"
+msgstr ""
+
+#: java/parse.y:1547
+#: java/parse.y:1575
+#: java/parse.y:1616
+#: java/parse.y:1684
+#: java/parse.y:1752
+#: java/parse.y:1873
+#: java/parse.y:1951
+#: java/parse.y:2042
+#: java/parse.y:2044
+#: java/parse.y:2057
+#: java/parse.y:2300
+#: java/parse.y:2302
+msgid "'(' expected"
+msgstr ""
+
+#: java/parse.y:1618
+msgid "Missing term or ')'"
+msgstr ""
+
+#: java/parse.y:1665
+msgid "Missing or invalid constant expression"
+msgstr ""
+
+#: java/parse.y:1686
+msgid "Missing term and ')' expected"
+msgstr ""
+
+#: java/parse.y:1725
+msgid "Invalid control expression"
+msgstr ""
+
+#: java/parse.y:1727
+#: java/parse.y:1729
+msgid "Invalid update expression"
+msgstr ""
+
+#: java/parse.y:1754
+msgid "Invalid init statement"
+msgstr ""
+
+#: java/parse.y:1954
+msgid "Missing term or ')' expected"
+msgstr ""
+
+#: java/parse.y:1997
+msgid "'class' or 'this' expected"
+msgstr ""
+
+#: java/parse.y:1999
+#: java/parse.y:2001
+msgid "'class' expected"
+msgstr ""
+
+#: java/parse.y:2046
+msgid "')' or term expected"
+msgstr ""
+
+#: java/parse.y:2148
+#: java/parse.y:2177
+msgid "'[' expected"
+msgstr ""
+
+#: java/parse.y:2255
+msgid "Field expected"
+msgstr ""
+
+#: java/parse.y:2314
+#: java/parse.y:2324
+#: java/parse.y:2334
+msgid "Missing term and ']' expected"
+msgstr ""
+
+#: java/parse.y:2439
+msgid "']' expected, invalid type expression"
+msgstr ""
+
+#: java/parse.y:2442
+msgid "Invalid type expression"
+msgstr ""
+
+#: java/parse.y:2554
+msgid "Invalid reference type"
+msgstr ""
+
+#: java/parse.y:3025
+msgid "Constructor invocation must be first thing in a constructor"
+msgstr ""
+
+#: java/parse.y:3027
+msgid "Only constructors can invoke constructors"
+msgstr ""
+
+#: config/i386/nwld.h:34
+msgid "Static linking is not supported.\n"
+msgstr ""
+
+#: config/mcore/mcore.h:57
+msgid "the m210 does not have little endian support"
+msgstr ""
+
 #: config/i386/sco5.h:189
 msgid "-pg not supported on this platform"
 msgstr ""
@@ -8761,6 +9449,10 @@ msgstr ""
 msgid "-private_bundle not allowed with -dynamiclib"
 msgstr ""
 
+#: config/rs6000/darwin.h:105
+msgid " conflicting code gen style switches are used"
+msgstr ""
+
 #: config/vxworks.h:66
 msgid "-Xbind-now and -Xbind-lazy are incompatible"
 msgstr ""
@@ -8773,21 +9465,41 @@ msgstr ""
 msgid "-mbig-endian and -mlittle-endian may not be used together"
 msgstr ""
 
-#: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
-#: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
-msgid "does not support multilib"
+#: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:794
+msgid "-pg and -fomit-frame-pointer are incompatible"
+msgstr ""
+
+#: ada/lang-specs.h:35
+msgid "-c or -S required for Ada"
 msgstr ""
 
-#: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
 #: config/sparc/linux64.h:206 config/sparc/linux64.h:217
 #: config/sparc/netbsd-elf.h:126 config/sparc/netbsd-elf.h:145
+#: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
 msgid "may not use both -m32 and -m64"
 msgstr ""
 
+#: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
+#: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
+msgid "does not support multilib"
+msgstr ""
+
+#: config/s390/tpf.h:125
+msgid "static is not supported on TPF-OS"
+msgstr ""
+
 #: config/mips/mips.h:849 config/arc/arc.h:62
 msgid "may not use both -EB and -EL"
 msgstr ""
 
+#: config/lynx.h:71
+msgid "cannot use mthreads and mlegacy-threads together"
+msgstr ""
+
+#: config/lynx.h:96
+msgid "cannot use mshared and static together"
+msgstr ""
+
 #: config/mips/r3900.h:35
 msgid "-mhard-float not supported"
 msgstr ""
@@ -8816,1944 +9528,1823 @@ msgstr ""
 msgid "shared and mdll are not compatible"
 msgstr ""
 
-#: config/lynx.h:71
-msgid "cannot use mthreads and mlegacy-threads together"
+#: gcc.c:767
+msgid "GCC does not support -C or -CC without -E"
 msgstr ""
 
-#: config/lynx.h:96
-msgid "cannot use mshared and static together"
+#: gcc.c:961
+msgid "-E or -x required when input is from standard input"
 msgstr ""
 
 #: config/vax/netbsd-elf.h:42
 msgid "the -shared option is not currently supported for VAX ELF"
 msgstr ""
 
-#: config/i386/nwld.h:34
-msgid "Static linking is not supported.\n"
+#: config/vax/vax.h:50 config/vax/vax.h:51
+msgid "profiling not supported with -mg\n"
 msgstr ""
 
-#: config/mcore/mcore.h:57
-msgid "the m210 does not have little endian support"
+#: config/i386/cygwin.h:29
+msgid "mno-cygwin and mno-win32 are not compatible"
 msgstr ""
 
-#: gcc.c:767
-msgid "GCC does not support -C or -CC without -E"
+#: java/lang.opt:66
+msgid "Warn if a deprecated compiler feature, class, method, or field is used"
 msgstr ""
 
-#: gcc.c:794 java/jvspec.c:80 ada/lang-specs.h:34
-msgid "-pg and -fomit-frame-pointer are incompatible"
+#: java/lang.opt:70
+msgid "Warn if deprecated empty statements are found"
 msgstr ""
 
-#: gcc.c:962
-msgid "-E or -x required when input is from standard input"
+#: java/lang.opt:74
+msgid "Warn if .class files are out of date"
 msgstr ""
 
-#: config/s390/tpf.h:125
-msgid "static is not supported on TPF-OS"
+#: java/lang.opt:78
+msgid "Warn if modifiers are specified when not necessary"
 msgstr ""
 
-#: config/rs6000/darwin.h:105
-msgid " conflicting code gen style switches are used"
+#: java/lang.opt:82
+msgid "Deprecated; use --classpath instead"
 msgstr ""
 
-#: ada/lang-specs.h:35
-msgid "-c or -S required for Ada"
+#: java/lang.opt:86
+msgid "Permit the use of the assert keyword"
 msgstr ""
 
-#: config/vax/vax.h:50 config/vax/vax.h:51
-msgid "profiling not supported with -mg\n"
+#: java/lang.opt:108
+msgid "Replace system path"
 msgstr ""
 
-#: config/i386/cygwin.h:29
-msgid "mno-cygwin and mno-win32 are not compatible"
+#: java/lang.opt:112
+msgid "Generate checks for references to NULL"
 msgstr ""
 
-#: ada/lang.opt:74
-msgid "Specify options to GNAT"
+#: java/lang.opt:116
+msgid "Set class path"
 msgstr ""
 
-#: c.opt:42
-msgid ""
-"Assert the <answer> to <question>.  Putting '-' before <question> disables "
-"the <answer> to <question>"
+#: java/lang.opt:123
+msgid "Output a class file"
 msgstr ""
 
-#: c.opt:46
-msgid "Do not discard comments"
+#: java/lang.opt:127
+msgid "Alias for -femit-class-file"
 msgstr ""
 
-#: c.opt:50
-msgid "Do not discard comments in macro expansions"
+#: java/lang.opt:131
+msgid "Choose input encoding (defaults from your locale)"
 msgstr ""
 
-#: c.opt:54
-msgid ""
-"Define a <macro> with <val> as its value.  If just <macro> is given, <val> "
-"is taken to be 1"
+#: java/lang.opt:135
+msgid "Set the extension directory path"
 msgstr ""
 
-#: c.opt:61
-msgid "Add <dir> to the end of the main framework include path"
+#: java/lang.opt:139
+msgid "Input file is a file with a list of filenames to compile"
 msgstr ""
 
-#: c.opt:65
-msgid "Print the name of header files as they are used"
+#: java/lang.opt:143
+msgid "Always check for non gcj generated classes archives"
 msgstr ""
 
-#: c.opt:69 c.opt:775
-msgid "Add <dir> to the end of the main include path"
+#: java/lang.opt:147
+msgid ""
+"Assume the runtime uses a hash table to map an object to its synchronization "
+"structure"
 msgstr ""
 
-#: c.opt:73
-msgid "Generate make dependencies"
+#: java/lang.opt:151
+msgid "Use offset tables for virtual method calls"
 msgstr ""
 
-#: c.opt:77
-msgid "Generate make dependencies and compile"
+#: java/lang.opt:158
+msgid "Assume native functions are implemented using JNI"
 msgstr ""
 
-#: c.opt:81
-msgid "Write dependency output to the given file"
+#: java/lang.opt:162
+msgid "Enable optimization of static class initialization code"
 msgstr ""
 
-#: c.opt:85
-msgid "Treat missing header files as generated files"
+#: java/lang.opt:169
+msgid "Enable assignability checks for stores into object arrays"
 msgstr ""
 
-#: c.opt:89
-msgid "Like -M but ignore system header files"
+#: java/lang.opt:173
+msgid "Generate code for the Boehm GC"
 msgstr ""
 
-#: c.opt:93
-msgid "Like -MD but ignore system header files"
+#: java/lang.opt:177
+msgid "Call a library routine to do integer divisions"
 msgstr ""
 
-#: c.opt:97
-msgid "Generate phony targets for all headers"
+#: java/lang.opt:181
+msgid "Generated should be loaded by bootstrap loader"
 msgstr ""
 
-#: c.opt:101
-msgid "Add a MAKE-quoted target"
+#: ada/lang.opt:74
+msgid "Specify options to GNAT"
 msgstr ""
 
-#: c.opt:105
-msgid "Add an unquoted target"
+#: fortran/lang.opt:30
+msgid "Add a directory for INCLUDE and MODULE searching"
 msgstr ""
 
-#: c.opt:109
-msgid "Do not generate #line directives"
+#: fortran/lang.opt:34
+msgid "Put MODULE files in 'directory'"
 msgstr ""
 
-#: c.opt:113
-msgid "Undefine <macro>"
+#: fortran/lang.opt:42
+msgid "Warn about possible aliasing of dummy arguments"
 msgstr ""
 
-#: c.opt:117
-msgid ""
-"Warn about things that will change when compiling with an ABI-compliant "
-"compiler"
+#: fortran/lang.opt:46
+msgid "Warn about implicit conversion"
 msgstr ""
 
-#: c.opt:121
-msgid "Enable most warning messages"
+#: fortran/lang.opt:50
+msgid "Warn about calls with implicit interface"
 msgstr ""
 
-#: c.opt:125
-msgid ""
-"Warn whenever an Objective-C assignment is being intercepted by the garbage "
-"collector"
+#: fortran/lang.opt:54
+msgid "Warn about truncated source lines"
 msgstr ""
 
-#: c.opt:129
-msgid "Warn about casting functions to incompatible types"
+#: fortran/lang.opt:58
+msgid "Warn about usage of non-standard intrinsics"
 msgstr ""
 
-#: c.opt:133
-msgid "Warn about C constructs that are not in the common subset of C and C++"
+#: fortran/lang.opt:62
+msgid "Warn about \"suspicious\" constructs"
 msgstr ""
 
-#: c.opt:138
-msgid "Warn about casts which discard qualifiers"
+#: fortran/lang.opt:66
+msgid "Warn about underflow of numerical constant expressions"
 msgstr ""
 
-#: c.opt:142
-msgid "Warn about subscripts whose type is \"char\""
+#: fortran/lang.opt:70 common.opt:162
+msgid "Warn when a label is unused"
 msgstr ""
 
-#: c.opt:146
+#: fortran/lang.opt:74
 msgid ""
-"Warn about possibly nested block comments, and C++ comments spanning more "
-"than one physical line"
+"Do not treat local variables and COMMON blocks as if they were named in SAVE "
+"statements"
 msgstr ""
 
-#: c.opt:150
-msgid "Synonym for -Wcomment"
+#: fortran/lang.opt:78
+msgid "Specify that backslash in string introduces an escape character"
 msgstr ""
 
-#: c.opt:154
-msgid "Warn about possibly confusing type conversions"
+#: fortran/lang.opt:82
+msgid "Set the default double precision kind to an 8 byte wide type"
 msgstr ""
 
-#: c.opt:158
-msgid "Warn when all constructors and destructors are private"
+#: fortran/lang.opt:86
+msgid "Set the default integer kind to an 8 byte wide type"
 msgstr ""
 
-#: c.opt:162
-msgid "Warn when a declaration is found after a statement"
+#: fortran/lang.opt:90
+msgid "Set the default real kind to an 8 byte wide type"
 msgstr ""
 
-#: c.opt:166
-msgid "Warn about deprecated compiler features"
+#: fortran/lang.opt:94
+msgid "Ignore 'D' in column one in fixed form"
 msgstr ""
 
-#: c.opt:170
-msgid "Warn about compile-time integer division by zero"
+#: fortran/lang.opt:98
+msgid "Treat lines with 'D' in column one as comments"
 msgstr ""
 
-#: c.opt:174
-msgid "Warn about violations of Effective C++ style rules"
+#: fortran/lang.opt:102
+msgid "Allow dollar signs in entity names"
 msgstr ""
 
-#: c.opt:178
-msgid "Warn about stray tokens after #elif and #endif"
+#: fortran/lang.opt:106
+msgid "Display the code tree after parsing"
 msgstr ""
 
-#: c.opt:186
-msgid "Make implicit function declarations an error"
+#: fortran/lang.opt:110
+msgid "Use f2c calling convention"
 msgstr ""
 
-#: c.opt:190
-msgid "Warn if testing floating point numbers for equality"
+#: fortran/lang.opt:114
+msgid "Assume that the source file is fixed form"
 msgstr ""
 
-#: c.opt:194
-msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
+#: fortran/lang.opt:118
+msgid "Assume that the source file is free form"
 msgstr ""
 
-#: c.opt:198
-msgid "Warn if passing too many arguments to a function for its format string"
+#: fortran/lang.opt:122
+msgid "Append underscores to externally visible names"
 msgstr ""
 
-#: c.opt:202
-msgid "Warn about format strings that are not literals"
+#: fortran/lang.opt:126
+msgid "Use the Cray Pointer extension"
 msgstr ""
 
-#: c.opt:206
-msgid "Warn about possible security problems with format functions"
+#: fortran/lang.opt:130
+msgid "Append a second underscore if the name already contains an underscore"
 msgstr ""
 
-#: c.opt:210
-msgid "Warn about strftime formats yielding 2-digit years"
+#: fortran/lang.opt:134
+msgid ""
+"Specify that no implicit typing is allowed, unless overridden by explicit "
+"IMPLICIT statements"
 msgstr ""
 
-#: c.opt:214
-msgid "Warn about zero-length formats"
+#: fortran/lang.opt:138
+msgid "Allow arbitrary character line width in fixed mode"
 msgstr ""
 
-#: c.opt:221
-msgid "Warn about variables which are initialized to themselves"
+#: fortran/lang.opt:142
+msgid "Use n as character line width in fixed mode"
 msgstr ""
 
-#: c.opt:228
-msgid "Warn about implicit function declarations"
+#: fortran/lang.opt:146
+msgid "Maximum identifier length"
 msgstr ""
 
-#: c.opt:232
-msgid "Warn when a declaration does not specify a type"
+#: fortran/lang.opt:150
+msgid "Size in bytes of the largest array that will be put on the stack"
 msgstr ""
 
-#: c.opt:236
-msgid "Deprecated.  This switch has no effect"
+#: fortran/lang.opt:154
+msgid "Set default accessibility of module entities to PRIVATE"
 msgstr ""
 
-#: c.opt:240
-msgid ""
-"Warn when there is a cast to a pointer from an integer of a different size"
+#: fortran/lang.opt:158
+msgid "Don't generate code, just do syntax and semantics checking"
 msgstr ""
 
-#: c.opt:244
-msgid "Warn about invalid uses of the \"offsetof\" macro"
+#: fortran/lang.opt:162
+msgid "Try to layout derived types as compact as possible"
 msgstr ""
 
-#: c.opt:248
-msgid "Warn about PCH files that are found but not used"
+#: fortran/lang.opt:166
+msgid "Copy array sections into a contiguous block on procedure entry"
 msgstr ""
 
-#: c.opt:252
-msgid "Do not warn about using \"long long\" when -pedantic"
+#: fortran/lang.opt:170
+msgid "Set the kind for a real with the 'q' exponent to 'n'"
 msgstr ""
 
-#: c.opt:256
-msgid "Warn about suspicious declarations of \"main\""
+#: fortran/lang.opt:174
+msgid "Stop on following floating point exceptions"
 msgstr ""
 
-#: c.opt:260
-msgid "Warn about possibly missing braces around initializers"
+#: fortran/lang.opt:178
+msgid "Conform to the ISO Fortran 95 standard"
 msgstr ""
 
-#: c.opt:264
-msgid "Warn about global functions without previous declarations"
+#: fortran/lang.opt:182
+msgid "Conform to the ISO Fortran 2003 standard"
 msgstr ""
 
-#: c.opt:268
-msgid "Warn about missing fields in struct initializers"
+#: fortran/lang.opt:186
+msgid "Conform nothing in particular"
 msgstr ""
 
-#: c.opt:272
-msgid "Warn about functions which might be candidates for format attributes"
+#: fortran/lang.opt:190
+msgid "Accept extensions to support legacy code"
 msgstr ""
 
-#: c.opt:276
-msgid "Warn about user-specified include directories that do not exist"
+#: fortran/lang.opt:194 c.opt:661
+msgid "Use the narrowest integer type possible for enumeration types"
 msgstr ""
 
-#: c.opt:280
-msgid "Warn about global functions without prototypes"
+#: treelang/lang.opt:30
+msgid "Trace lexical analysis"
 msgstr ""
 
-#: c.opt:284
-msgid "Warn about use of multi-character character constants"
+#: treelang/lang.opt:34
+msgid "Trace the parsing process"
 msgstr ""
 
-#: c.opt:288
-msgid "Warn about \"extern\" declarations not at file scope"
+#: config/alpha/alpha.opt:24 config/i386/i386.opt:186
+msgid "Do not use hardware fp"
 msgstr ""
 
-#: c.opt:292
-msgid ""
-"Warn when non-templatized friend functions are declared within a template"
+#: config/alpha/alpha.opt:28
+msgid "Use fp registers"
 msgstr ""
 
-#: c.opt:296
-msgid "Warn about non-virtual destructors"
+#: config/alpha/alpha.opt:32
+msgid "Assume GAS"
 msgstr ""
 
-#: c.opt:300
-msgid ""
-"Warn about NULL being passed to argument slots marked as requiring non-NULL"
+#: config/alpha/alpha.opt:36
+msgid "Do not assume GAS"
 msgstr ""
 
-#: c.opt:304
-msgid "Warn about non-normalised Unicode strings"
+#: config/alpha/alpha.opt:40
+msgid "Request IEEE-conformant math library routines (OSF/1)"
 msgstr ""
 
-#: c.opt:308
-msgid "Warn if a C-style cast is used in a program"
+#: config/alpha/alpha.opt:44
+msgid "Emit IEEE-conformant code, without inexact exceptions"
 msgstr ""
 
-#: c.opt:312
-msgid "Warn if an old-style parameter definition is used"
+#: config/alpha/alpha.opt:51
+msgid "Do not emit complex integer constants to read-only memory"
 msgstr ""
 
-#: c.opt:316
-msgid "Warn about overloaded virtual function names"
+#: config/alpha/alpha.opt:55
+msgid "Use VAX fp"
 msgstr ""
 
-#: c.opt:320
-msgid "Warn about possibly missing parentheses"
+#: config/alpha/alpha.opt:59
+msgid "Do not use VAX fp"
 msgstr ""
 
-#: c.opt:324
-msgid "Warn when converting the type of pointers to member functions"
+#: config/alpha/alpha.opt:63
+msgid "Emit code for the byte/word ISA extension"
 msgstr ""
 
-#: c.opt:328
-msgid "Warn about function pointer arithmetic"
+#: config/alpha/alpha.opt:67
+msgid "Emit code for the motion video ISA extension"
 msgstr ""
 
-#: c.opt:332
-msgid "Warn when a pointer is cast to an integer of a different size"
+#: config/alpha/alpha.opt:71
+msgid "Emit code for the fp move and sqrt ISA extension"
 msgstr ""
 
-#: c.opt:336
-msgid "Warn about misuses of pragmas"
+#: config/alpha/alpha.opt:75
+msgid "Emit code for the counting ISA extension"
 msgstr ""
 
-#: c.opt:340
-msgid "Warn if inherited methods are unimplemented"
+#: config/alpha/alpha.opt:79
+msgid "Emit code using explicit relocation directives"
 msgstr ""
 
-#: c.opt:344
-msgid "Warn about multiple declarations of the same object"
+#: config/alpha/alpha.opt:83
+msgid "Emit 16-bit relocations to the small data areas"
 msgstr ""
 
-#: c.opt:348
-msgid "Warn when the compiler reorders code"
+#: config/alpha/alpha.opt:87
+msgid "Emit 32-bit relocations to the small data areas"
 msgstr ""
 
-#: c.opt:352
-msgid ""
-"Warn whenever a function's return type defaults to \"int\" (C), or about "
-"inconsistent return types (C++)"
+#: config/alpha/alpha.opt:91
+msgid "Emit direct branches to local functions"
 msgstr ""
 
-#: c.opt:356
-msgid "Warn if a selector has multiple methods"
+#: config/alpha/alpha.opt:95
+msgid "Emit indirect branches to local functions"
 msgstr ""
 
-#: c.opt:360
-msgid "Warn about possible violations of sequence point rules"
+#: config/alpha/alpha.opt:99
+msgid "Emit rdval instead of rduniq for thread pointer"
 msgstr ""
 
-#: c.opt:364
-msgid "Warn about signed-unsigned comparisons"
+#: config/alpha/alpha.opt:103 config/sparc/long-double-switch.opt:24
+msgid "Use 128-bit long double"
 msgstr ""
 
-#: c.opt:368
-msgid "Warn when overload promotes from unsigned to signed"
+#: config/alpha/alpha.opt:107 config/sparc/long-double-switch.opt:28
+msgid "Use 64-bit long double"
 msgstr ""
 
-#: c.opt:372
-msgid "Warn about uncasted NULL used as sentinel"
+#: config/alpha/alpha.opt:111
+msgid "Use features of and schedule given CPU"
 msgstr ""
 
-#: c.opt:376
-msgid "Warn about unprototyped function declarations"
+#: config/alpha/alpha.opt:115
+msgid "Schedule given CPU"
 msgstr ""
 
-#: c.opt:380
-msgid "Warn if type signatures of candidate methods do not match exactly"
+#: config/alpha/alpha.opt:119
+msgid "Control the generated fp rounding mode"
 msgstr ""
 
-#: c.opt:384
-msgid "Warn when synthesis behavior differs from Cfront"
+#: config/alpha/alpha.opt:123
+msgid "Control the IEEE trap mode"
 msgstr ""
 
-#: c.opt:388 common.opt:142
-msgid "Do not suppress warnings from system headers"
+#: config/alpha/alpha.opt:127
+msgid "Control the precision given to fp exceptions"
 msgstr ""
 
-#: c.opt:392
-msgid "Warn about features not present in traditional C"
+#: config/alpha/alpha.opt:131
+msgid "Tune expected memory latency"
 msgstr ""
 
-#: c.opt:396
-msgid ""
-"Warn if trigraphs are encountered that might affect the meaning of the "
-"program"
+#: config/alpha/alpha.opt:135 config/ia64/ia64.opt:93
+#: config/rs6000/sysv4.opt:33
+msgid "Specify bit size of immediate TLS offsets"
 msgstr ""
 
-#: c.opt:400
-msgid "Warn about @selector()s without previously declared methods"
+#: config/frv/frv.opt:24
+msgid "Use 4 media accumulators"
 msgstr ""
 
-#: c.opt:404
-msgid "Warn if an undefined macro is used in an #if directive"
+#: config/frv/frv.opt:28
+msgid "Use 8 media accumulators"
 msgstr ""
 
-#: c.opt:408
-msgid "Warn about unrecognized pragmas"
+#: config/frv/frv.opt:32
+msgid "Enable label alignment optimizations"
 msgstr ""
 
-#: c.opt:412
-msgid "Warn about macros defined in the main file that are not used"
+#: config/frv/frv.opt:36
+msgid "Dynamically allocate cc registers"
 msgstr ""
 
-#: c.opt:416
-msgid "Do not warn about using variadic macros when -pedantic"
+#: config/frv/frv.opt:43
+msgid "Set the cost of branches"
 msgstr ""
 
-#: c.opt:420
-msgid "Give strings the type \"array of char\""
+#: config/frv/frv.opt:47
+msgid "Enable conditional execution other than moves/scc"
 msgstr ""
 
-#: c.opt:424
-msgid "Warn when a pointer differs in signedness in an assignment"
+#: config/frv/frv.opt:51
+msgid "Change the maximum length of conditionally-executed sequences"
 msgstr ""
 
-#: c.opt:428
-msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)"
+#: config/frv/frv.opt:55
+msgid ""
+"Change the number of temporary registers that are available to conditionally-"
+"executed sequences"
 msgstr ""
 
-#: c.opt:436
-msgid "Enforce class member access control semantics"
+#: config/frv/frv.opt:59
+msgid "Enable conditional moves"
 msgstr ""
 
-#: c.opt:443
-msgid "Change when template instances are emitted"
+#: config/frv/frv.opt:63
+msgid "Set the target CPU type"
 msgstr ""
 
-#: c.opt:447
-msgid "Recognize the \"asm\" keyword"
+#: config/frv/frv.opt:85
+msgid "Use fp double instructions"
 msgstr ""
 
-#: c.opt:451
-msgid "Recognize built-in functions"
+#: config/frv/frv.opt:89
+msgid "Change the ABI to allow double word insns"
 msgstr ""
 
-#: c.opt:458
-msgid "Check the return value of new"
+#: config/frv/frv.opt:93
+msgid "Enable Function Descriptor PIC mode"
 msgstr ""
 
-#: c.opt:462
-msgid "Allow the arguments of the '?' operator to have different types"
+#: config/frv/frv.opt:97
+msgid "Just use icc0/fcc0"
 msgstr ""
 
-#: c.opt:466
-msgid "Reduce the size of object files"
+#: config/frv/frv.opt:101
+msgid "Only use 32 FPRs"
 msgstr ""
 
-#: c.opt:470
-msgid "Make string literals \"const char[]\" not \"char[]\""
+#: config/frv/frv.opt:105
+msgid "Use 64 FPRs"
 msgstr ""
 
-#: c.opt:474
-msgid "Use class <name> for constant strings"
+#: config/frv/frv.opt:109
+msgid "Only use 32 GPRs"
 msgstr ""
 
-#: c.opt:478
-msgid "Inline member functions by default"
+#: config/frv/frv.opt:113
+msgid "Use 64 GPRs"
 msgstr ""
 
-#: c.opt:482
-msgid "Permit '$' as an identifier character"
+#: config/frv/frv.opt:117
+msgid "Enable use of GPREL for read-only data in FDPIC"
 msgstr ""
 
-#: c.opt:489
-msgid "Generate code to check exception specifications"
+#: config/frv/frv.opt:121 config/rs6000/rs6000.opt:93
+#: config/pdp11/pdp11.opt:72
+msgid "Use hardware floating point"
 msgstr ""
 
-#: c.opt:496
-msgid "Convert all strings and character constants to character set <cset>"
+#: config/frv/frv.opt:125
+msgid "Enable inlining of PLT in function calls"
 msgstr ""
 
-#: c.opt:500
-msgid "Specify the default character set for source files"
+#: config/frv/frv.opt:129
+msgid "Enable PIC support for building libraries"
 msgstr ""
 
-#: c.opt:514
-msgid "Scope of for-init-statement variables is local to the loop"
+#: config/frv/frv.opt:133
+msgid "Follow the EABI linkage requirements"
 msgstr ""
 
-#: c.opt:518
-msgid "Do not assume that standard C libraries and \"main\" exist"
+#: config/frv/frv.opt:137
+msgid "Disallow direct calls to global functions"
 msgstr ""
 
-#: c.opt:522
-msgid "Recognize GNU-defined keywords"
+#: config/frv/frv.opt:141
+msgid "Use media instructions"
 msgstr ""
 
-#: c.opt:526
-msgid "Generate code for GNU runtime environment"
+#: config/frv/frv.opt:145
+msgid "Use multiply add/subtract instructions"
 msgstr ""
 
-#: c.opt:539
-msgid "Assume normal C execution environment"
+#: config/frv/frv.opt:149
+msgid "Enable optimizing &&/|| in conditional execution"
 msgstr ""
 
-#: c.opt:543
-msgid "Enable support for huge objects"
+#: config/frv/frv.opt:153
+msgid "Enable nested conditional execution optimizations"
 msgstr ""
 
-#: c.opt:547
-msgid "Export functions even if they can be inlined"
+#: config/frv/frv.opt:158
+msgid "Do not mark ABI switches in e_flags"
 msgstr ""
 
-#: c.opt:551
-msgid "Emit implicit instantiations of inline templates"
+#: config/frv/frv.opt:162
+msgid "Remove redundant membars"
 msgstr ""
 
-#: c.opt:555
-msgid "Emit implicit instantiations of templates"
+#: config/frv/frv.opt:166
+msgid "Pack VLIW instructions"
 msgstr ""
 
-#: c.opt:559
-msgid "Inject friend functions into enclosing namespace"
+#: config/frv/frv.opt:170
+msgid "Enable setting GPRs to the result of comparisons"
 msgstr ""
 
-#: c.opt:566
-msgid "Don't warn about uses of Microsoft extensions"
+#: config/frv/frv.opt:174
+msgid "Change the amount of scheduler lookahead"
 msgstr ""
 
-#: c.opt:576
-msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
+#: config/frv/frv.opt:178 config/pa/pa.opt:105
+msgid "Use software floating point"
 msgstr ""
 
-#: c.opt:580
-msgid "Assume that receivers of Objective-C messages may be nil"
+#: config/frv/frv.opt:182
+msgid "Assume a large TLS segment"
 msgstr ""
 
-#: c.opt:592
-msgid ""
-"Generate special Objective-C methods to initialize/destroy non-POD C++ "
-"ivars, if needed"
+#: config/frv/frv.opt:186
+msgid "Do not assume a large TLS segment"
 msgstr ""
 
-#: c.opt:596
-msgid "Allow fast jumps to the message dispatcher"
+#: config/frv/frv.opt:191
+msgid "Cause gas to print tomcat statistics"
 msgstr ""
 
-#: c.opt:602
-msgid "Enable Objective-C exception and synchronization syntax"
+#: config/frv/frv.opt:196
+msgid "Link with the library-pic libraries"
 msgstr ""
 
-#: c.opt:606
-msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs"
+#: config/frv/frv.opt:200
+msgid "Allow branches to be packed with other instructions"
 msgstr ""
 
-#: c.opt:611
-msgid "Enable Objective-C setjmp exception handling runtime"
+#: config/mn10300/mn10300.opt:24
+msgid "Target the AM33 processor"
 msgstr ""
 
-#: c.opt:615
-msgid "Recognize C++ kewords like \"compl\" and \"xor\""
+#: config/mn10300/mn10300.opt:28
+msgid "Target the AM33/2.0 processor"
 msgstr ""
 
-#: c.opt:619
-msgid "Enable optional diagnostics"
+#: config/mn10300/mn10300.opt:32
+msgid "Work around hardware multiply bug"
 msgstr ""
 
-#: c.opt:626
-msgid "Look for and use PCH files even when preprocessing"
+#: config/mn10300/mn10300.opt:37
+msgid "Enable linker relaxations"
 msgstr ""
 
-#: c.opt:630
-msgid "Downgrade conformance errors to warnings"
+#: config/mn10300/mn10300.opt:41
+msgid "Return pointers in both a0 and d0"
 msgstr ""
 
-#: c.opt:634
-msgid "Treat the input file as already preprocessed"
+#: config/s390/tpf.opt:24
+msgid "Enable TPF-OS tracing code"
 msgstr ""
 
-#: c.opt:638
-msgid ""
-"Used in Fix-and-Continue mode to indicate that object files may be swapped "
-"in at runtime"
+#: config/s390/tpf.opt:28
+msgid "Specify main object for TPF-OS"
 msgstr ""
 
-#: c.opt:642
-msgid "Enable automatic template instantiation"
+#: config/s390/s390.opt:24
+msgid "31 bit ABI"
 msgstr ""
 
-#: c.opt:646
-msgid "Generate run time type descriptor information"
+#: config/s390/s390.opt:28
+msgid "64 bit ABI"
 msgstr ""
 
-#: c.opt:650
-msgid "Use the same size for double as for float"
+#: config/s390/s390.opt:32 config/i386/i386.opt:80
+msgid "Generate code for given CPU"
 msgstr ""
 
-#: c.opt:654
-msgid "Use the narrowest integer type possible for enumeration types"
+#: config/s390/s390.opt:36
+msgid "Maintain backchain pointer"
 msgstr ""
 
-#: c.opt:658
-msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
+#: config/s390/s390.opt:40
+msgid "Additional debug prints"
 msgstr ""
 
-#: c.opt:662
-msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
+#: config/s390/s390.opt:44
+msgid "ESA/390 architecture"
 msgstr ""
 
-#: c.opt:666
-msgid "Make \"char\" signed by default"
+#: config/s390/s390.opt:48
+msgid "Enable fused multiply/add instructions"
 msgstr ""
 
-#: c.opt:673
-msgid "Display statistics accumulated during compilation"
+#: config/s390/s390.opt:52 config/i386/i386.opt:48 config/i386/i386.opt:118
+msgid "Use hardware fp"
 msgstr ""
 
-#: c.opt:680
-msgid "Distance between tab stops for column reporting"
+#: config/s390/s390.opt:56
+msgid "Use packed stack layout"
 msgstr ""
 
-#: c.opt:684
-msgid "Specify maximum template instantiation depth"
+#: config/s390/s390.opt:60
+msgid "Use bras for executable < 64k"
 msgstr ""
 
-#: c.opt:691
-msgid "Do not generate thread-safe code for initializing local statics"
+#: config/s390/s390.opt:64
+msgid "Don't use hardware fp"
 msgstr ""
 
-#: c.opt:695
-msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
+#: config/s390/s390.opt:68
+msgid ""
+"Set the max. number of bytes which has to be left to stack size before a "
+"trap instruction is triggered"
 msgstr ""
 
-#: c.opt:699
-msgid "Make \"char\" unsigned by default"
-msgstr ""
-
-#: c.opt:703
-msgid "Use __cxa_atexit to register destructors"
+#: config/s390/s390.opt:72
+msgid ""
+"Emit extra code in the function prologue in order to trap if the stack size "
+"exceeds the given limit"
 msgstr ""
 
-#: c.opt:707
-msgid "Marks all inlined methods as having hidden visibility"
+#: config/s390/s390.opt:76 config/ia64/ia64.opt:97 config/sparc/sparc.opt:96
+#: config/i386/i386.opt:222 config/rs6000/rs6000.opt:203
+msgid "Schedule code for given CPU"
 msgstr ""
 
-#: c.opt:711
-msgid "Discard unused virtual functions"
+#: config/s390/s390.opt:80
+msgid "mvcle use"
 msgstr ""
 
-#: c.opt:715
-msgid "Implement vtables using thunks"
+#: config/s390/s390.opt:84
+msgid "Warn if a function uses alloca or creates an array with dynamic size"
 msgstr ""
 
-#: c.opt:719
-msgid "Emit common-like symbols as weak symbols"
+#: config/s390/s390.opt:88
+msgid "Warn if a single function's framesize exceeds the given framesize"
 msgstr ""
 
-#: c.opt:723
-msgid ""
-"Convert all wide strings and character constants to character set <cset>"
+#: config/s390/s390.opt:92
+msgid "z/Architecture"
 msgstr ""
 
-#: c.opt:727
-msgid "Generate a #line directive pointing at the current working directory"
+#: config/ia64/ilp32.opt:3
+msgid "Generate ILP32 code"
 msgstr ""
 
-#: c.opt:731
-msgid "Emit cross referencing information"
+#: config/ia64/ilp32.opt:7
+msgid "Generate LP64 code"
 msgstr ""
 
-#: c.opt:735
-msgid ""
-"Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
+#: config/ia64/ia64.opt:3
+msgid "Generate big endian code"
 msgstr ""
 
-#: c.opt:739
-msgid "Dump declarations to a .decl file"
+#: config/ia64/ia64.opt:7
+msgid "Generate little endian code"
 msgstr ""
 
-#: c.opt:743 c.opt:771
-msgid "Add <dir> to the end of the system include path"
+#: config/ia64/ia64.opt:11
+msgid "Generate code for GNU as"
 msgstr ""
 
-#: c.opt:747
-msgid "Accept definition of macros in <file>"
+#: config/ia64/ia64.opt:15
+msgid "Generate code for GNU ld"
 msgstr ""
 
-#: c.opt:751
-msgid "Include the contents of <file> before other files"
+#: config/ia64/ia64.opt:19
+msgid "Emit stop bits before and after volatile extended asms"
 msgstr ""
 
-#: c.opt:755
-msgid "Specify <path> as a prefix for next two options"
+#: config/ia64/ia64.opt:23
+msgid "Use in/loc/out register names"
 msgstr ""
 
-#: c.opt:759
-msgid "Set <dir> to be the system root directory"
+#: config/ia64/ia64.opt:30
+msgid "Enable use of sdata/scommon/sbss"
 msgstr ""
 
-#: c.opt:763
-msgid "Add <dir> to the start of the system include path"
+#: config/ia64/ia64.opt:34
+msgid "Generate code without GP reg"
 msgstr ""
 
-#: c.opt:767
-msgid "Add <dir> to the end of the quote include path"
+#: config/ia64/ia64.opt:38
+msgid "gp is constant (but save/restore gp on indirect calls)"
 msgstr ""
 
-#: c.opt:785
-msgid ""
-"Do not search standard system include directories (those specified with -"
-"isystem will still be used)"
+#: config/ia64/ia64.opt:42
+msgid "Generate self-relocatable code"
 msgstr ""
 
-#: c.opt:789
-msgid "Do not search standard system include directories for C++"
+#: config/ia64/ia64.opt:46
+msgid "Generate inline floating point division, optimize for latency"
 msgstr ""
 
-#: c.opt:805
-msgid "Generate C header of platform-specific features"
+#: config/ia64/ia64.opt:50
+msgid "Generate inline floating point division, optimize for throughput"
 msgstr ""
 
-#: c.opt:809
-msgid "Print a checksum of the executable for PCH validity checking, and stop"
+#: config/ia64/ia64.opt:57
+msgid "Generate inline integer division, optimize for latency"
 msgstr ""
 
-#: c.opt:813
-msgid "Remap file names when including files"
+#: config/ia64/ia64.opt:61
+msgid "Generate inline integer division, optimize for throughput"
 msgstr ""
 
-#: c.opt:817
-msgid "Conform to the ISO 1998 C++ standard"
+#: config/ia64/ia64.opt:65
+msgid "Do not inline integer division"
 msgstr ""
 
-#: c.opt:821 c.opt:849
-msgid "Conform to the ISO 1990 C standard"
+#: config/ia64/ia64.opt:69
+msgid "Generate inline square root, optimize for latency"
 msgstr ""
 
-#: c.opt:825 c.opt:857
-msgid "Conform to the ISO 1999 C standard"
+#: config/ia64/ia64.opt:73
+msgid "Generate inline square root, optimize for throughput"
 msgstr ""
 
-#: c.opt:829
-msgid "Deprecated in favor of -std=c99"
+#: config/ia64/ia64.opt:77
+msgid "Do not inline square root"
 msgstr ""
 
-#: c.opt:833
-msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
+#: config/ia64/ia64.opt:81
+msgid "Enable Dwarf 2 line debug info via GNU as"
 msgstr ""
 
-#: c.opt:837
-msgid "Conform to the ISO 1990 C standard with GNU extensions"
+#: config/ia64/ia64.opt:85
+msgid "Enable earlier placing stop bits for better scheduling"
 msgstr ""
 
-#: c.opt:841
-msgid "Conform to the ISO 1999 C standard with GNU extensions"
+#: config/ia64/ia64.opt:89 config/pa/pa.opt:52
+msgid "Specify range of registers to make fixed"
 msgstr ""
 
-#: c.opt:845
-msgid "Deprecated in favor of -std=gnu99"
+#: config/m32c/m32c.opt:25 config/ms1/ms1.opt:32
+msgid "Use simulator runtime"
 msgstr ""
 
-#: c.opt:853
-msgid "Conform to the ISO 1990 C standard as amended in 1994"
+#: config/m32c/m32c.opt:29
+msgid "Compile code for R8C variants"
 msgstr ""
 
-#: c.opt:861
-msgid "Deprecated in favor of -std=iso9899:1999"
+#: config/m32c/m32c.opt:33
+msgid "Compile code for M16C variants"
 msgstr ""
 
-#: c.opt:865
-msgid "Enable traditional preprocessing"
+#: config/m32c/m32c.opt:37
+msgid "Compile code for M32CM variants"
 msgstr ""
 
-#: c.opt:869
-msgid "Support ISO C trigraphs"
+#: config/m32c/m32c.opt:41
+msgid "Compile code for M32C variants"
 msgstr ""
 
-#: c.opt:873
-msgid "Do not predefine system-specific and GCC-specific macros"
+#: config/m32c/m32c.opt:45
+msgid "Number of memreg bytes (default: 16, range: 0..16)"
 msgstr ""
 
-#: c.opt:877
-msgid "Enable verbose output"
+#: config/sparc/little-endian.opt:24
+msgid "Generate code for little-endian"
 msgstr ""
 
-#: common.opt:28
-msgid "Display this information"
+#: config/sparc/little-endian.opt:28
+msgid "Generate code for big-endian"
 msgstr ""
 
-#: common.opt:32
-msgid ""
-"Set parameter <param> to value.  See below for a complete list of parameters"
+#: config/sparc/sparc.opt:24 config/sparc/sparc.opt:28
+msgid "Use hardware FP"
 msgstr ""
 
-#: common.opt:42
-msgid ""
-"Put global and static data smaller than <number> bytes into a special "
-"section (on some targets)"
+#: config/sparc/sparc.opt:32
+msgid "Do not use hardware FP"
 msgstr ""
 
-#: common.opt:46
-msgid "Set optimization level to <number>"
+#: config/sparc/sparc.opt:36
+msgid "Assume possible double misalignment"
 msgstr ""
 
-#: common.opt:50
-msgid "Optimize for space rather than speed"
+#: config/sparc/sparc.opt:40
+msgid "Pass -assert pure-text to linker"
 msgstr ""
 
-#: common.opt:54
-msgid "This switch is deprecated; use -Wextra instead"
+#: config/sparc/sparc.opt:44
+msgid "Use ABI reserved registers"
 msgstr ""
 
-#: common.opt:58
-msgid "Warn about returning structures, unions or arrays"
+#: config/sparc/sparc.opt:48
+msgid "Use hardware quad FP instructions"
 msgstr ""
 
-#: common.opt:62
-msgid "Warn about inappropriate attribute usage"
+#: config/sparc/sparc.opt:52
+msgid "Do not use hardware quad fp instructions"
 msgstr ""
 
-#: common.opt:66
-msgid "Warn about pointer casts which increase alignment"
+#: config/sparc/sparc.opt:56
+msgid "Compile for V8+ ABI"
 msgstr ""
 
-#: common.opt:70
-msgid "Warn about uses of __attribute__((deprecated)) declarations"
+#: config/sparc/sparc.opt:60
+msgid "Use UltraSPARC Visual Instruction Set extensions"
 msgstr ""
 
-#: common.opt:74
-msgid "Warn when an optimization pass is disabled"
+#: config/sparc/sparc.opt:64
+msgid "Pointers are 64-bit"
 msgstr ""
 
-#: common.opt:78
-msgid "Treat all warnings as errors"
+#: config/sparc/sparc.opt:68
+msgid "Pointers are 32-bit"
 msgstr ""
 
-#: common.opt:82
-msgid "Print extra (possibly unwanted) warnings"
+#: config/sparc/sparc.opt:72
+msgid "Use 64-bit ABI"
 msgstr ""
 
-#: common.opt:86
-msgid "Exit on the first error occurred"
+#: config/sparc/sparc.opt:76
+msgid "Use 32-bit ABI"
 msgstr ""
 
-#: common.opt:90
-msgid "Warn when an inlined function cannot be inlined"
+#: config/sparc/sparc.opt:80
+msgid "Use stack bias"
 msgstr ""
 
-#: common.opt:94
-msgid "Warn if an object is larger than <number> bytes"
+#: config/sparc/sparc.opt:84
+msgid "Use structs on stronger alignment for double-word copies"
 msgstr ""
 
-#: common.opt:98
-msgid "Warn if the loop cannot be optimized due to nontrivial assumptions."
+#: config/sparc/sparc.opt:88
+msgid "Optimize tail call instructions in assembler and linker"
 msgstr ""
 
-#: common.opt:102
-msgid ""
-"Warn about functions which might be candidates for __attribute__((noreturn))"
+#: config/sparc/sparc.opt:92 config/rs6000/rs6000.opt:199
+msgid "Use features of and schedule code for given CPU"
 msgstr ""
 
-#: common.opt:106
-msgid "Warn when the packed attribute has no effect on struct layout"
+#: config/sparc/sparc.opt:100
+msgid "Use given SPARC-V9 code model"
 msgstr ""
 
-#: common.opt:110
-msgid "Warn when padding is required to align structure members"
+#: config/m32r/m32r.opt:24
+msgid "Compile for the m32rx"
 msgstr ""
 
-#: common.opt:114
-msgid "Warn when one local variable shadows another"
+#: config/m32r/m32r.opt:28
+msgid "Compile for the m32r2"
 msgstr ""
 
-#: common.opt:118
-msgid "Warn when not issuing stack smashing protection for some reason"
+#: config/m32r/m32r.opt:32
+msgid "Compile for the m32r"
 msgstr ""
 
-#: common.opt:122 common.opt:126
-msgid "Warn about code which might break strict aliasing rules"
+#: config/m32r/m32r.opt:36
+msgid "Align all loops to 32 byte boundary"
 msgstr ""
 
-#: common.opt:130
-msgid "Warn about enumerated switches, with no default, missing a case"
+#: config/m32r/m32r.opt:40
+msgid "Prefer branches over conditional execution"
 msgstr ""
 
-#: common.opt:134
-msgid "Warn about enumerated switches missing a \"default:\" statement"
+#: config/m32r/m32r.opt:44
+msgid "Give branches their default cost"
 msgstr ""
 
-#: common.opt:138
-msgid "Warn about all enumerated switches missing a specific case"
+#: config/m32r/m32r.opt:48
+msgid "Display compile time statistics"
 msgstr ""
 
-#: common.opt:146
-msgid "Warn about uninitialized automatic variables"
+#: config/m32r/m32r.opt:52
+msgid "Specify cache flush function"
 msgstr ""
 
-#: common.opt:150
-msgid "Warn about code that will never be executed"
+#: config/m32r/m32r.opt:56
+msgid "Specify cache flush trap number"
 msgstr ""
 
-#: common.opt:154
-msgid "Enable all -Wunused- warnings"
+#: config/m32r/m32r.opt:60
+msgid "Only issue one instruction per cycle"
 msgstr ""
 
-#: common.opt:158
-msgid "Warn when a function is unused"
+#: config/m32r/m32r.opt:64
+msgid "Allow two instructions to be issued per cycle"
 msgstr ""
 
-#: common.opt:162 fortran/lang.opt:70
-msgid "Warn when a label is unused"
+#: config/m32r/m32r.opt:68
+msgid "Code size: small, medium or large"
 msgstr ""
 
-#: common.opt:166
-msgid "Warn when a function parameter is unused"
+#: config/m32r/m32r.opt:72
+msgid "Don't call any cache flush functions"
 msgstr ""
 
-#: common.opt:170
-msgid "Warn when an expression value is unused"
+#: config/m32r/m32r.opt:76
+msgid "Don't call any cache flush trap"
 msgstr ""
 
-#: common.opt:174
-msgid "Warn when a variable is unused"
+#: config/m32r/m32r.opt:83
+msgid "Small data area: none, sdata, use"
 msgstr ""
 
-#: common.opt:178
-msgid "Emit declaration information into <file>"
+#: config/m68k/m68k.opt:24
+msgid "Generate code for a 520X"
 msgstr ""
 
-#: common.opt:191
-msgid "Enable dumps from specific passes of the compiler"
+#: config/m68k/m68k.opt:28
+msgid "Generate code for a 5206e"
 msgstr ""
 
-#: common.opt:195
-msgid "Set the file basename to be used for dumps"
+#: config/m68k/m68k.opt:32
+msgid "Generate code for a 528x"
 msgstr ""
 
-#: common.opt:213
-msgid "Align the start of functions"
+#: config/m68k/m68k.opt:36
+msgid "Generate code for a 5307"
 msgstr ""
 
-#: common.opt:220
-msgid "Align labels which are only reached by jumping"
+#: config/m68k/m68k.opt:40
+msgid "Generate code for a 5407"
 msgstr ""
 
-#: common.opt:227
-msgid "Align all labels"
+#: config/m68k/m68k.opt:44 config/m68k/m68k.opt:97
+msgid "Generate code for a 68000"
 msgstr ""
 
-#: common.opt:234
-msgid "Align the start of loops"
+#: config/m68k/m68k.opt:48 config/m68k/m68k.opt:101
+msgid "Generate code for a 68020"
 msgstr ""
 
-#: common.opt:247
-msgid "Specify that arguments may alias each other and globals"
+#: config/m68k/m68k.opt:52
+msgid "Generate code for a 68040, without any new instructions"
 msgstr ""
 
-#: common.opt:251
-msgid "Assume arguments may alias globals but not each other"
+#: config/m68k/m68k.opt:56
+msgid "Generate code for a 68060, without any new instructions"
 msgstr ""
 
-#: common.opt:255
-msgid "Assume arguments alias neither each other nor globals"
+#: config/m68k/m68k.opt:60
+msgid "Generate code for a 68030"
 msgstr ""
 
-#: common.opt:259
-msgid "Generate unwind tables that are exact at each instruction boundary"
+#: config/m68k/m68k.opt:64
+msgid "Generate code for a 68040"
 msgstr ""
 
-#: common.opt:267
-msgid "Generate code to check bounds before indexing arrays"
+#: config/m68k/m68k.opt:68
+msgid "Generate code for a 68060"
 msgstr ""
 
-#: common.opt:271
-msgid "Replace add, compare, branch with branch on count register"
+#: config/m68k/m68k.opt:72
+msgid "Generate code for a 68302"
 msgstr ""
 
-#: common.opt:275
-msgid "Use profiling information for branch probabilities"
+#: config/m68k/m68k.opt:76
+msgid "Generate code for a 68332"
 msgstr ""
 
-#: common.opt:279
-msgid ""
-"Perform branch target load optimization before prologue / epilogue threading"
+#: config/m68k/m68k.opt:81
+msgid "Generate code for a 68851"
 msgstr ""
 
-#: common.opt:283
-msgid ""
-"Perform branch target load optimization after prologue / epilogue threading"
+#: config/m68k/m68k.opt:85
+msgid "Generate code that uses 68881 floating-point instructions"
 msgstr ""
 
-#: common.opt:287
-msgid ""
-"Restrict target load migration not to re-use registers in any basic block"
+#: config/m68k/m68k.opt:89
+msgid "Align variables on a 32-bit boundary"
 msgstr ""
 
-#: common.opt:291
-msgid "Mark <register> as being preserved across functions"
+#: config/m68k/m68k.opt:93
+msgid "Use the bit-field instructions"
 msgstr ""
 
-#: common.opt:295
-msgid "Mark <register> as being corrupted by function calls"
+#: config/m68k/m68k.opt:105
+msgid "Generate code for a cpu32"
 msgstr ""
 
-#: common.opt:302
-msgid "Save registers around function calls"
+#: config/m68k/m68k.opt:109
+msgid "Enable ID based shared library"
 msgstr ""
 
-#: common.opt:306
-msgid "Do not put uninitialized globals in the common section"
+#: config/m68k/m68k.opt:113
+msgid "Do not use the bit-field instructions"
 msgstr ""
 
-#: common.opt:310
-msgid "Perform a register copy-propagation optimization pass"
+#: config/m68k/m68k.opt:117
+msgid "Use normal calling convention"
 msgstr ""
 
-#: common.opt:314
-msgid "Perform cross-jumping optimization"
+#: config/m68k/m68k.opt:121
+msgid "Consider type 'int' to be 32 bits wide"
 msgstr ""
 
-#: common.opt:318
-msgid "When running CSE, follow jumps to their targets"
+#: config/m68k/m68k.opt:125
+msgid "Generate pc-relative code"
 msgstr ""
 
-#: common.opt:322
-msgid "When running CSE, follow conditional jumps"
+#: config/m68k/m68k.opt:129
+msgid "Use different calling convention using 'rtd'"
 msgstr ""
 
-#: common.opt:326
-msgid "Omit range reduction step when performing complex division"
+#: config/m68k/m68k.opt:133
+msgid "Enable separate data segment"
 msgstr ""
 
-#: common.opt:330
-msgid "Place data items into their own section"
+#: config/m68k/m68k.opt:137 config/bfin/bfin.opt:45
+msgid "ID of shared library to build"
 msgstr ""
 
-#: common.opt:336
-msgid "Defer popping functions args from stack until later"
+#: config/m68k/m68k.opt:141
+msgid "Consider type 'int' to be 16 bits wide"
 msgstr ""
 
-#: common.opt:340
-msgid "Attempt to fill delay slots of branch instructions"
+#: config/m68k/m68k.opt:145
+msgid "Generate code with library calls for floating point"
 msgstr ""
 
-#: common.opt:344
-msgid "Delete useless null pointer checks"
+#: config/m68k/m68k.opt:149
+msgid "Do not use unaligned memory references"
 msgstr ""
 
-#: common.opt:348
-msgid ""
-"How often to emit source location at the beginning of line-wrapped "
-"diagnostics"
+#: config/m68k/ieee.opt:25 config/i386/i386.opt:122
+msgid "Use IEEE math for fp comparisons"
 msgstr ""
 
-#: common.opt:352
-msgid ""
-"Amend appropriate diagnostic messages with the command line option that "
-"controls them"
+#: config/i386/djgpp.opt:26
+msgid "Ignored (obsolete)"
 msgstr ""
 
-#: common.opt:356
-msgid "Dump various compiler internals to a file"
+#: config/i386/i386.opt:24
+msgid "sizeof(long double) is 16"
 msgstr ""
 
-#: common.opt:360
-msgid ""
-"Suppress output of instruction numbers and line number notes in debugging "
-"dumps"
+#: config/i386/i386.opt:28
+msgid "Generate 32bit i386 code"
 msgstr ""
 
-#: common.opt:364
-msgid "Perform early inlining"
+#: config/i386/i386.opt:36
+msgid "Support 3DNow! built-in functions"
 msgstr ""
 
-#: common.opt:368
-msgid "Perform DWARF2 duplicate elimination"
+#: config/i386/i386.opt:44
+msgid "Generate 64bit x86-64 code"
 msgstr ""
 
-#: common.opt:372 common.opt:376
-msgid "Perform unused type elimination in debug info"
+#: config/i386/i386.opt:52
+msgid "sizeof(long double) is 12"
 msgstr ""
 
-#: common.opt:380
-msgid "Enable exception handling"
+#: config/i386/i386.opt:56
+msgid "Reserve space for outgoing arguments in the function prologue"
 msgstr ""
 
-#: common.opt:384
-msgid "Perform a number of minor, expensive optimizations"
+#: config/i386/i386.opt:60
+msgid "Align some doubles on dword boundary"
 msgstr ""
 
-#: common.opt:391
-msgid "Assume no NaNs or infinities are generated"
+#: config/i386/i386.opt:64
+msgid "Function starts are aligned to this power of 2"
 msgstr ""
 
-#: common.opt:395
-msgid "Mark <register> as being unavailable to the compiler"
+#: config/i386/i386.opt:68
+msgid "Jump targets are aligned to this power of 2"
 msgstr ""
 
-#: common.opt:399
-msgid "Don't allocate floats and doubles in extended-precision registers"
+#: config/i386/i386.opt:72
+msgid "Loop code aligned to this power of 2"
 msgstr ""
 
-#: common.opt:405
-msgid "Copy memory address constants into registers before use"
+#: config/i386/i386.opt:76
+msgid "Align destination of the string operations"
 msgstr ""
 
-#: common.opt:411
-msgid "Copy memory operands into registers before use"
+#: config/i386/i386.opt:84
+msgid "Use given assembler dialect"
 msgstr ""
 
-#: common.opt:418
-msgid "Allow function addresses to be held in registers"
+#: config/i386/i386.opt:88
+msgid "Branches are this expensive (1-5, arbitrary units)"
 msgstr ""
 
-#: common.opt:422
-msgid "Place each function into its own section"
+#: config/i386/i386.opt:92
+msgid ""
+"Data greater than given threshold will go into .ldata section in x86-64 "
+"medium model"
 msgstr ""
 
-#: common.opt:426
-msgid "Perform global common subexpression elimination"
+#: config/i386/i386.opt:96
+msgid "Use given x86-64 code model"
 msgstr ""
 
-#: common.opt:430
-msgid ""
-"Perform enhanced load motion during global common subexpression elimination"
+#: config/i386/i386.opt:106
+msgid "Generate sin, cos, sqrt for FPU"
 msgstr ""
 
-#: common.opt:434
-msgid "Perform store motion after global common subexpression elimination"
+#: config/i386/i386.opt:110
+msgid "Return values of functions in FPU registers"
 msgstr ""
 
-#: common.opt:438
-msgid ""
-"Perform redundant load after store elimination in global common subexpression"
+#: config/i386/i386.opt:114
+msgid "Generate floating point mathematics using given instruction set"
 msgstr ""
 
-#: common.opt:443
-msgid ""
-"Perform global common subexpression elimination after register allocation"
+#: config/i386/i386.opt:126
+msgid "Inline all known string operations"
 msgstr ""
 
-#: common.opt:448
-msgid "Enable guessing of branch probabilities"
+#: config/i386/i386.opt:134
+msgid "Support MMX built-in functions"
 msgstr ""
 
-#: common.opt:456
-msgid "Process #ident directives"
+#: config/i386/i386.opt:138
+msgid "Use native (MS) bitfield layout"
 msgstr ""
 
-#: common.opt:460
-msgid "Perform conversion of conditional jumps to branchless equivalents"
+#: config/i386/i386.opt:154
+msgid "Omit the frame pointer in leaf functions"
 msgstr ""
 
-#: common.opt:464
-msgid "Perform conversion of conditional jumps to conditional execution"
+#: config/i386/i386.opt:166
+msgid "Attempt to keep stack aligned to this power of 2"
 msgstr ""
 
-#: common.opt:472
-msgid "Do not generate .size directives"
+#: config/i386/i386.opt:170
+msgid "Use push instructions to save outgoing arguments"
 msgstr ""
 
-#: common.opt:481
-msgid "Pay attention to the \"inline\" keyword"
+#: config/i386/i386.opt:174
+msgid "Use red-zone in the x86-64 code"
 msgstr ""
 
-#: common.opt:485
-msgid "Integrate simple functions into their callers"
+#: config/i386/i386.opt:178
+msgid "Number of registers used to pass integer arguments"
 msgstr ""
 
-#: common.opt:489
-msgid "Integrate functions called once into their callers"
+#: config/i386/i386.opt:182
+msgid "Alternate calling convention"
 msgstr ""
 
-#: common.opt:496
-msgid "Limit the size of inlined functions to <number>"
+#: config/i386/i386.opt:190
+msgid "Support MMX and SSE built-in functions and code generation"
 msgstr ""
 
-#: common.opt:500
-msgid "Instrument function entry and exit with profiling calls"
+#: config/i386/i386.opt:194
+msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
 msgstr ""
 
-#: common.opt:504
-msgid "Perform Interprocedural constant propagation"
+#: config/i386/i386.opt:198
+msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
 msgstr ""
 
-#: common.opt:508
-msgid "Discover pure and const functions"
+#: config/i386/i386.opt:202
+msgid "Use SSE register passing conventions for SF and DF mode"
 msgstr ""
 
-#: common.opt:512
-msgid "Discover readonly and non addressable static variables"
+#: config/i386/i386.opt:206
+msgid "Uninitialized locals in .bss"
 msgstr ""
 
-#: common.opt:516
-msgid "Type based escape and alias analysis"
+#: config/i386/i386.opt:210
+msgid "Enable stack probing"
 msgstr ""
 
-#: common.opt:520
-msgid "Optimize induction variables on trees"
+#: config/i386/i386.opt:214
+msgid "Use given thread-local storage dialect"
 msgstr ""
 
-#: common.opt:524
-msgid "Use jump tables for sufficiently large switch statements"
+#: config/i386/i386.opt:218
+#, c-format
+msgid "Use direct references against %gs when accessing tls data"
 msgstr ""
 
-#: common.opt:528
-msgid "Generate code for functions even if they are fully inlined"
+#: config/i386/cygming.opt:24
+msgid "Create console application"
 msgstr ""
 
-#: common.opt:532
-msgid "Emit static const variables even if they are not used"
+#: config/i386/cygming.opt:28
+msgid "Use the Cygwin interface"
 msgstr ""
 
-#: common.opt:536
-msgid "Give external symbols a leading underscore"
+#: config/i386/cygming.opt:32
+msgid "Generate code for a DLL"
 msgstr ""
 
-#: common.opt:540
-msgid "Perform loop optimizations"
+#: config/i386/cygming.opt:36
+msgid "Ignore dllimport for functions"
 msgstr ""
 
-#: common.opt:544
-msgid "Perform loop optimizations using the new loop optimizer"
+#: config/i386/cygming.opt:40
+msgid "Use Mingw-specific thread support"
 msgstr ""
 
-#: common.opt:548
-msgid "Set errno after built-in math functions"
+#: config/i386/cygming.opt:44
+msgid "Set Windows defines"
 msgstr ""
 
-#: common.opt:552
-msgid "Report on permanent memory allocation"
+#: config/i386/cygming.opt:48
+msgid "Create GUI application"
 msgstr ""
 
-#: common.opt:559
-msgid "Attempt to merge identical constants and constant variables"
+#: config/i386/sco5.opt:25
+msgid "Generate ELF output"
 msgstr ""
 
-#: common.opt:563
-msgid "Attempt to merge identical constants across compilation units"
+#: config/rs6000/aix41.opt:25 config/rs6000/aix64.opt:33
+msgid "Support message passing with the Parallel Environment"
 msgstr ""
 
-#: common.opt:567
-msgid ""
-"Limit diagnostics to <number> characters per line.  0 suppresses line-"
-"wrapping"
+#: config/rs6000/aix.opt:25 config/rs6000/rs6000.opt:128
+msgid "Conform more closely to IBM XLC semantics"
 msgstr ""
 
-#: common.opt:571
-msgid "Perform SMS based modulo scheduling before the first scheduling pass"
+#: config/rs6000/darwin.opt:25 config/rs6000/sysv4.opt:133
+msgid "Generate 64-bit code"
 msgstr ""
 
-#: common.opt:575
-msgid "Move loop invariant computations out of loops"
+#: config/rs6000/darwin.opt:29 config/rs6000/sysv4.opt:137
+msgid "Generate 32-bit code"
 msgstr ""
 
-#: common.opt:579
-msgid "Add mudflap bounds-checking instrumentation for single-threaded program"
+#: config/rs6000/darwin.opt:33
+msgid "Generate code suitable for executables (NOT shared libs)"
 msgstr ""
 
-#: common.opt:583
-msgid "Add mudflap bounds-checking instrumentation for multi-threaded program"
+#: config/rs6000/rs6000.opt:25
+msgid "Use POWER instruction set"
 msgstr ""
 
-#: common.opt:587
-msgid "Ignore read operations when inserting mudflap instrumentation"
+#: config/rs6000/rs6000.opt:29
+msgid "Do not use POWER instruction set"
 msgstr ""
 
-#: common.opt:591
-msgid ""
-"Enable/Disable the traditional scheduling in loops that already passed "
-"modulo scheduling"
+#: config/rs6000/rs6000.opt:33
+msgid "Use POWER2 instruction set"
 msgstr ""
 
-#: common.opt:595
-msgid "Support synchronous non-call exceptions"
+#: config/rs6000/rs6000.opt:37
+msgid "Use PowerPC instruction set"
 msgstr ""
 
-#: common.opt:599
-msgid "When possible do not generate stack frames"
+#: config/rs6000/rs6000.opt:41
+msgid "Do not use PowerPC instruction set"
 msgstr ""
 
-#: common.opt:603
-msgid "Do the full register move optimization pass"
+#: config/rs6000/rs6000.opt:45
+msgid "Use PowerPC-64 instruction set"
 msgstr ""
 
-#: common.opt:607
-msgid "Optimize sibling and tail recursive calls"
+#: config/rs6000/rs6000.opt:49
+msgid "Use PowerPC General Purpose group optional instructions"
 msgstr ""
 
-#: common.opt:611
-msgid "Pack structure members together without holes"
+#: config/rs6000/rs6000.opt:53
+msgid "Use PowerPC Graphics group optional instructions"
 msgstr ""
 
-#: common.opt:615
-msgid "Set initial maximum structure member alignment"
+#: config/rs6000/rs6000.opt:57
+msgid "Use PowerPC V2.01 single field mfcr instruction"
 msgstr ""
 
-#: common.opt:619
-msgid "Return small aggregates in memory, not registers"
+#: config/rs6000/rs6000.opt:61
+msgid "Use PowerPC V2.02 popcntb instruction"
 msgstr ""
 
-#: common.opt:623
-msgid "Perform loop peeling"
+#: config/rs6000/rs6000.opt:65
+msgid "Use PowerPC V2.02 floating point rounding instructions"
 msgstr ""
 
-#: common.opt:627
-msgid "Enable machine specific peephole optimizations"
+#: config/rs6000/rs6000.opt:69
+msgid "Use AltiVec instructions"
 msgstr ""
 
-#: common.opt:631
-msgid "Enable an RTL peephole pass before sched2"
+#: config/rs6000/rs6000.opt:73
+msgid "Generate load/store multiple instructions"
 msgstr ""
 
-#: common.opt:635
-msgid "Generate position-independent code if possible (large mode)"
+#: config/rs6000/rs6000.opt:77
+msgid "Generate string instructions for block moves"
 msgstr ""
 
-#: common.opt:639
-msgid ""
-"Generate position-independent code for executables if possible (large mode)"
+#: config/rs6000/rs6000.opt:81
+msgid "Use new mnemonics for PowerPC architecture"
 msgstr ""
 
-#: common.opt:643
-msgid "Generate position-independent code if possible (small mode)"
+#: config/rs6000/rs6000.opt:85
+msgid "Use old mnemonics for PowerPC architecture"
 msgstr ""
 
-#: common.opt:647
-msgid ""
-"Generate position-independent code for executables if possible (small mode)"
+#: config/rs6000/rs6000.opt:89 config/pdp11/pdp11.opt:84
+msgid "Do not use hardware floating point"
 msgstr ""
 
-#: common.opt:651
-msgid "Generate prefetch instructions, if available, for arrays in loops"
+#: config/rs6000/rs6000.opt:97
+msgid "Do not generate load/store with update instructions"
 msgstr ""
 
-#: common.opt:655
-msgid "Enable basic program profiling code"
+#: config/rs6000/rs6000.opt:101
+msgid "Generate load/store with update instructions"
 msgstr ""
 
-#: common.opt:659
-msgid "Insert arc-based program profiling code"
+#: config/rs6000/rs6000.opt:105
+msgid "Do not generate fused multiply/add instructions"
 msgstr ""
 
-#: common.opt:663
-msgid ""
-"Enable common options for generating profile info for profile feedback "
-"directed optimizations"
+#: config/rs6000/rs6000.opt:109
+msgid "Generate fused multiply/add instructions"
 msgstr ""
 
-#: common.opt:667
-msgid ""
-"Enable common options for performing profile feedback directed optimizations"
+#: config/rs6000/rs6000.opt:113
+msgid "Schedule the start and end of the procedure"
 msgstr ""
 
-#: common.opt:671
-msgid "Insert code to profile values of expressions"
+#: config/rs6000/rs6000.opt:120
+msgid "Return all structures in memory (AIX default)"
 msgstr ""
 
-#: common.opt:678
-msgid "Make compile reproducible using <string>"
+#: config/rs6000/rs6000.opt:124
+msgid "Return small structures in registers (SVR4 default)"
 msgstr ""
 
-#: common.opt:682
-msgid "Return small aggregates in registers"
+#: config/rs6000/rs6000.opt:132
+msgid "Generate software floating point divide for better throughput"
 msgstr ""
 
-#: common.opt:686
-msgid "Enables a register move optimization"
+#: config/rs6000/rs6000.opt:136
+msgid "Do not place floating point constants in TOC"
 msgstr ""
 
-#: common.opt:690
-msgid "Perform a register renaming optimization pass"
+#: config/rs6000/rs6000.opt:140
+msgid "Place floating point constants in TOC"
 msgstr ""
 
-#: common.opt:694
-msgid "Reorder basic blocks to improve code placement"
+#: config/rs6000/rs6000.opt:144
+msgid "Do not place symbol+offset constants in TOC"
 msgstr ""
 
-#: common.opt:698
-msgid "Reorder basic blocks and partition into hot and cold sections"
+#: config/rs6000/rs6000.opt:148
+msgid "Place symbol+offset constants in TOC"
 msgstr ""
 
-#: common.opt:702
-msgid "Reorder functions to improve code placement"
+#: config/rs6000/rs6000.opt:159
+msgid "Use only one TOC entry per procedure"
 msgstr ""
 
-#: common.opt:706
-msgid "Add a common subexpression elimination pass after loop optimizations"
+#: config/rs6000/rs6000.opt:163
+msgid "Put everything in the regular TOC"
 msgstr ""
 
-#: common.opt:710
-msgid "Run the loop optimizer twice"
+#: config/rs6000/rs6000.opt:167
+msgid "Generate VRSAVE instructions when generating AltiVec code"
 msgstr ""
 
-#: common.opt:714
-msgid "Disable optimizations that assume default FP rounding behavior"
+#: config/rs6000/rs6000.opt:171
+msgid "Deprecated option.  Use -mvrsave/-mno-vrsave instead"
 msgstr ""
 
-#: common.opt:718
-msgid "Enable scheduling across basic blocks"
+#: config/rs6000/rs6000.opt:175
+msgid "Generate isel instructions"
 msgstr ""
 
-#: common.opt:722
-msgid "Allow speculative motion of non-loads"
+#: config/rs6000/rs6000.opt:179
+msgid "Deprecated option.  Use -misel/-mno-isel instead"
 msgstr ""
 
-#: common.opt:726
-msgid "Allow speculative motion of some loads"
+#: config/rs6000/rs6000.opt:183
+msgid "Generate SPE SIMD instructions on E500"
 msgstr ""
 
-#: common.opt:730
-msgid "Allow speculative motion of more loads"
+#: config/rs6000/rs6000.opt:187
+msgid "Deprecated option.  Use -mspe/-mno-spe instead"
 msgstr ""
 
-#: common.opt:734
-msgid "Set the verbosity level of the scheduler"
+#: config/rs6000/rs6000.opt:191
+msgid "Enable debug output"
 msgstr ""
 
-#: common.opt:738
-msgid "If scheduling post reload, do superblock scheduling"
+#: config/rs6000/rs6000.opt:195
+msgid "Specify ABI to use"
 msgstr ""
 
-#: common.opt:742
-msgid "If scheduling post reload, do trace scheduling"
+#: config/rs6000/rs6000.opt:207
+msgid "Select full, part, or no traceback table"
 msgstr ""
 
-#: common.opt:746
-msgid "Reschedule instructions before register allocation"
+#: config/rs6000/rs6000.opt:211
+msgid "Avoid all range limits on call instructions"
 msgstr ""
 
-#: common.opt:750
-msgid "Reschedule instructions after register allocation"
+#: config/rs6000/rs6000.opt:215
+msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
 msgstr ""
 
-#: common.opt:756
-msgid "Allow premature scheduling of queued insns"
+#: config/rs6000/rs6000.opt:219
+msgid "Select GPR floating point method"
 msgstr ""
 
-#: common.opt:760
-msgid "Set number of queued insns that can be prematurely scheduled"
+#: config/rs6000/rs6000.opt:223
+msgid "Specify size of long double (64 or 128 bits)"
 msgstr ""
 
-#: common.opt:768 common.opt:772
-msgid ""
-"Set dependence distance checking in premature scheduling of queued insns"
+#: config/rs6000/rs6000.opt:227
+msgid "Determine which dependences between insns are considered costly"
 msgstr ""
 
-#: common.opt:776
-msgid "Mark data as shared rather than private"
+#: config/rs6000/rs6000.opt:231
+msgid "Specify which post scheduling nop insertion scheme to apply"
 msgstr ""
 
-#: common.opt:780
-msgid "Show column numbers in diagnostics, when available.  Default on"
+#: config/rs6000/rs6000.opt:235
+msgid "Specify alignment of structure fields default/natural"
 msgstr ""
 
-#: common.opt:784
-msgid "Disable optimizations observable by IEEE signaling NaNs"
+#: config/rs6000/rs6000.opt:239
+msgid "Specify scheduling priority for dispatch slot restricted insns"
 msgstr ""
 
-#: common.opt:788
-msgid "Convert floating point constants to single precision constants"
+#: config/rs6000/aix64.opt:25
+msgid "Compile for 64-bit pointers"
 msgstr ""
 
-#: common.opt:792
-msgid "Split lifetimes of induction variables when loops are unrolled"
+#: config/rs6000/aix64.opt:29
+msgid "Compile for 32-bit pointers"
 msgstr ""
 
-#: common.opt:796
-msgid "Apply variable expansion when loops are unrolled"
+#: config/rs6000/linux64.opt:25
+msgid "Call mcount for profiling before a function prologue"
 msgstr ""
 
-#: common.opt:802
-msgid "Insert stack checking code into the program"
+#: config/rs6000/sysv4.opt:25
+msgid "Select ABI calling convention"
 msgstr ""
 
-#: common.opt:809
-msgid "Trap if the stack goes past <register>"
+#: config/rs6000/sysv4.opt:29
+msgid "Select method for sdata handling"
 msgstr ""
 
-#: common.opt:813
-msgid "Trap if the stack goes past symbol <name>"
+#: config/rs6000/sysv4.opt:37 config/rs6000/sysv4.opt:41
+msgid "Align to the base type of the bit-field"
 msgstr ""
 
-#: common.opt:817
-msgid "Use propolice as a stack protection method"
+#: config/rs6000/sysv4.opt:46 config/rs6000/sysv4.opt:50
+msgid "Produce code relocatable at runtime"
 msgstr ""
 
-#: common.opt:821
-msgid "Use a stack protection method for every function"
+#: config/rs6000/sysv4.opt:54 config/rs6000/sysv4.opt:58
+msgid "Produce little endian code"
 msgstr ""
 
-#: common.opt:825
-msgid "Perform strength reduction optimizations"
+#: config/rs6000/sysv4.opt:62 config/rs6000/sysv4.opt:66
+msgid "Produce big endian code"
 msgstr ""
 
-#: common.opt:833
-msgid "Assume strict aliasing rules apply"
+#: config/rs6000/sysv4.opt:71 config/rs6000/sysv4.opt:75
+#: config/rs6000/sysv4.opt:84 config/rs6000/sysv4.opt:101
+#: config/rs6000/sysv4.opt:129 config/rs6000/sysv4.opt:141
+msgid "no description yet"
 msgstr ""
 
-#: common.opt:837
-msgid "Check for syntax errors, then stop"
+#: config/rs6000/sysv4.opt:79
+msgid "Assume all variable arg functions are prototyped"
 msgstr ""
 
-#: common.opt:841
-msgid "Create data files needed by \"gcov\""
+#: config/rs6000/sysv4.opt:88
+msgid "Use EABI"
 msgstr ""
 
-#: common.opt:845
-msgid "Perform jump threading optimizations"
+#: config/rs6000/sysv4.opt:92
+msgid "Allow bit-fields to cross word boundaries"
 msgstr ""
 
-#: common.opt:849
-msgid "Report the time taken by each compiler pass"
+#: config/rs6000/sysv4.opt:96
+msgid "Use alternate register names"
 msgstr ""
 
-#: common.opt:853
-msgid "Set the default thread-local storage code generation model"
+#: config/rs6000/sysv4.opt:105
+msgid "Link with libsim.a, libc.a and sim-crt0.o"
 msgstr ""
 
-#: common.opt:857
-msgid "Perform superblock formation via tail duplication"
+#: config/rs6000/sysv4.opt:109
+msgid "Link with libads.a, libc.a and crt0.o"
 msgstr ""
 
-#: common.opt:864
-msgid "Assume floating-point operations can trap"
+#: config/rs6000/sysv4.opt:113
+msgid "Link with libyk.a, libc.a and crt0.o"
 msgstr ""
 
-#: common.opt:868
-msgid "Trap for signed overflow in addition, subtraction and multiplication"
+#: config/rs6000/sysv4.opt:117
+msgid "Link with libmvme.a, libc.a and crt0.o"
 msgstr ""
 
-#: common.opt:872
-msgid "Enable SSA-CCP optimization on trees"
+#: config/rs6000/sysv4.opt:121
+msgid "Set the PPC_EMB bit in the ELF flags header"
 msgstr ""
 
-#: common.opt:876
-msgid "Enable SSA-CCP optimization for stores and loads"
+#: config/rs6000/sysv4.opt:125
+msgid "Use the WindISS simulator"
 msgstr ""
 
-#: common.opt:880
-msgid "Enable loop header copying on trees"
+#: config/rs6000/sysv4.opt:145
+msgid "Generate code to use a non-exec PLT and GOT"
 msgstr ""
 
-#: common.opt:884
-msgid "Coalesce memory temporaries in the SSA->normal pass"
+#: config/rs6000/sysv4.opt:149
+msgid "Generate code for old exec BSS PLT"
 msgstr ""
 
-#: common.opt:888
-msgid "Replace SSA temporaries with better names in copies"
+#: config/ms1/ms1.opt:24
+msgid "Generate multiply instructions"
 msgstr ""
 
-#: common.opt:892
-msgid "Enable copy propagation on trees"
+#: config/ms1/ms1.opt:28
+msgid "Use byte loads and stores when generating code."
 msgstr ""
 
-#: common.opt:896
-msgid "Enable copy propagation for stores and loads"
+#: config/ms1/ms1.opt:36
+msgid "Do not include crt0.o in the startup files"
 msgstr ""
 
-#: common.opt:900
-msgid "Enable SSA dead code elimination optimization on trees"
+#: config/ms1/ms1.opt:40 config/ms1/ms1.opt:44 config/ms1/ms1.opt:48
+#: config/ms1/ms1.opt:52 config/ms1/ms1.opt:56
+msgid "Internal debug switch"
 msgstr ""
 
-#: common.opt:904
-msgid "Enable dominator optimizations"
+#: config/ms1/ms1.opt:60 config/iq2000/iq2000.opt:24
+msgid "Specify CPU for code generation purposes"
 msgstr ""
 
-#: common.opt:908
-msgid "Enable dead store elimination"
+#: config/mcore/mcore.opt:24
+msgid "Generate code for the M*Core M210"
 msgstr ""
 
-#: common.opt:912
-msgid "Enable Full Redundancy Elimination (FRE) on trees"
+#: config/mcore/mcore.opt:28
+msgid "Generate code for the M*Core M340"
 msgstr ""
 
-#: common.opt:916
-msgid "Enable loop invariant motion on trees"
+#: config/mcore/mcore.opt:32
+msgid "Set maximum alignment to 4"
 msgstr ""
 
-#: common.opt:920
-msgid "Enable linear loop transforms on trees"
+#: config/mcore/mcore.opt:36
+msgid "Force functions to be aligned to a 4 byte boundary"
 msgstr ""
 
-#: common.opt:924
-msgid "Create canonical induction variables in loops"
+#: config/mcore/mcore.opt:40
+msgid "Set maximum alignment to 8"
 msgstr ""
 
-#: common.opt:928
-msgid "Enable loop optimizations on tree level"
+#: config/mcore/mcore.opt:44
+msgid "Generate big-endian code"
 msgstr ""
 
-#: common.opt:932
-msgid "Enable SSA-PRE optimization on trees"
+#: config/mcore/mcore.opt:48
+msgid "Emit call graph information"
 msgstr ""
 
-#: common.opt:936
-msgid "Perform structural alias analysis"
+#: config/mcore/mcore.opt:52
+msgid "Use the divide instruction"
 msgstr ""
 
-#: common.opt:940
-msgid "Enable SSA code sinking on trees"
+#: config/mcore/mcore.opt:56
+msgid "Inline constants if it can be done in 2 insns or less"
 msgstr ""
 
-#: common.opt:944
-msgid "Perform scalar replacement of aggregates"
+#: config/mcore/mcore.opt:60
+msgid "Generate little-endian code"
 msgstr ""
 
-#: common.opt:948
-msgid "Replace temporary expressions in the SSA->normal pass"
+#: config/mcore/mcore.opt:68
+msgid "Use arbitrary sized immediates in bit operations"
 msgstr ""
 
-#: common.opt:952
-msgid "Perform live range splitting during the SSA->normal pass"
+#: config/mcore/mcore.opt:72
+msgid "Prefer word accesses over byte accesses"
 msgstr ""
 
-#: common.opt:956
-msgid "Perform Value Range Propagation on trees"
+#: config/mcore/mcore.opt:76
+msgid "Set the maximum amount for a single stack increment operation"
 msgstr ""
 
-#: common.opt:960
-msgid "Compile whole compilation unit at a time"
+#: config/mcore/mcore.opt:80
+msgid "Always treat bitfields as int-sized"
 msgstr ""
 
-#: common.opt:964
-msgid "Perform loop unrolling when iteration count is known"
+#: config/arc/arc.opt:33
+msgid "Prepend the name of the cpu to all public symbol names"
 msgstr ""
 
-#: common.opt:968
-msgid "Perform loop unrolling for all loops"
+#: config/arc/arc.opt:43
+msgid "Compile code for ARC variant CPU"
 msgstr ""
 
-#: common.opt:975
-msgid "Allow loop optimizations to assume that the loops behave in normal way"
+#: config/arc/arc.opt:47
+msgid "Put functions in SECTION"
 msgstr ""
 
-#: common.opt:983
-msgid "Allow math optimizations that may violate IEEE or ISO standards"
+#: config/arc/arc.opt:51
+msgid "Put data in SECTION"
 msgstr ""
 
-#: common.opt:987
-msgid "Perform loop unswitching"
+#: config/arc/arc.opt:55
+msgid "Put read-only data in SECTION"
 msgstr ""
 
-#: common.opt:991
-msgid "Just generate unwind tables for exception handling"
+#: config/sh/sh.opt:45
+msgid "Generate SH1 code"
 msgstr ""
 
-#: common.opt:995
-msgid "Perform variable tracking"
+#: config/sh/sh.opt:49
+msgid "Generate SH2 code"
 msgstr ""
 
-#: common.opt:999
-msgid "Enable loop vectorization on trees"
+#: config/sh/sh.opt:53
+msgid "Generate SH2a code"
 msgstr ""
 
-#: common.opt:1003
-msgid "Enable loop versioning when doing loop vectorization on trees"
+#: config/sh/sh.opt:57
+msgid "Generate SH2a FPU-less code"
 msgstr ""
 
-#: common.opt:1007
-msgid "Set the verbosity level of the vectorizer"
+#: config/sh/sh.opt:61
+msgid "Generate default single-precision SH2a code"
 msgstr ""
 
-#: common.opt:1017
-msgid "Add extra commentary to assembler output"
+#: config/sh/sh.opt:65
+msgid "Generate only single-precision SH2a code"
 msgstr ""
 
-#: common.opt:1021
-msgid "Set the default symbol visibility"
+#: config/sh/sh.opt:69
+msgid "Generate SH2e code"
 msgstr ""
 
-#: common.opt:1026
-msgid "Use expression value profiles in optimizations"
+#: config/sh/sh.opt:73
+msgid "Generate SH3 code"
 msgstr ""
 
-#: common.opt:1030
-msgid "Construct webs and split unrelated uses of single variable"
+#: config/sh/sh.opt:77
+msgid "Generate SH3e code"
 msgstr ""
 
-#: common.opt:1034
-msgid "Perform whole program optimizations"
+#: config/sh/sh.opt:81
+msgid "Generate SH4 code"
 msgstr ""
 
-#: common.opt:1038
-msgid "Assume signed arithmetic overflow wraps around"
+#: config/sh/sh.opt:85
+msgid "Generate SH4 FPU-less code"
 msgstr ""
 
-#: common.opt:1042
-msgid "Put zero initialized data in the bss section"
+#: config/sh/sh.opt:89
+msgid "Generate default single-precision SH4 code"
 msgstr ""
 
-#: common.opt:1046
-msgid "Generate debug information in default format"
+#: config/sh/sh.opt:93
+msgid "Generate only single-precision SH4 code"
 msgstr ""
 
-#: common.opt:1050
-msgid "Generate debug information in COFF format"
+#: config/sh/sh.opt:97
+msgid "Generate SH4a code"
 msgstr ""
 
-#: common.opt:1054
-msgid "Generate debug information in DWARF v2 format"
+#: config/sh/sh.opt:101
+msgid "Generate SH4a FPU-less code"
 msgstr ""
 
-#: common.opt:1058
-msgid "Generate debug information in default extended format"
+#: config/sh/sh.opt:105
+msgid "Generate default single-precision SH4a code"
 msgstr ""
 
-#: common.opt:1062
-msgid "Generate debug information in STABS format"
+#: config/sh/sh.opt:109
+msgid "Generate only single-precision SH4a code"
 msgstr ""
 
-#: common.opt:1066
-msgid "Generate debug information in extended STABS format"
+#: config/sh/sh.opt:113
+msgid "Generate SH4al-dsp code"
 msgstr ""
 
-#: common.opt:1070
-msgid "Generate debug information in VMS format"
+#: config/sh/sh.opt:117
+msgid "Generate 32-bit SHmedia code"
 msgstr ""
 
-#: common.opt:1074
-msgid "Generate debug information in XCOFF format"
+#: config/sh/sh.opt:121
+msgid "Generate 32-bit FPU-less SHmedia code"
 msgstr ""
 
-#: common.opt:1078
-msgid "Generate debug information in extended XCOFF format"
+#: config/sh/sh.opt:125
+msgid "Generate 64-bit SHmedia code"
 msgstr ""
 
-#: common.opt:1082
-msgid "Place output into <file>"
+#: config/sh/sh.opt:129
+msgid "Generate 64-bit FPU-less SHmedia code"
 msgstr ""
 
-#: common.opt:1086
-msgid "Enable function profiling"
+#: config/sh/sh.opt:133
+msgid "Generate SHcompact code"
 msgstr ""
 
-#: common.opt:1090
-msgid "Issue warnings needed for strict compliance to the standard"
+#: config/sh/sh.opt:137
+msgid "Generate FPU-less SHcompact code"
 msgstr ""
 
-#: common.opt:1094
-msgid "Like -pedantic but issue them as errors"
-msgstr ""
-
-#: common.opt:1098
-msgid "Do not display functions compiled or elapsed time"
-msgstr ""
-
-#: common.opt:1102
-msgid "Display the compiler's version"
-msgstr ""
-
-#: common.opt:1106
-msgid "Suppress warnings"
-msgstr ""
-
-#: config/darwin.opt:24
-msgid "Generate code suitable for fast turn around debugging"
-msgstr ""
-
-#: config/darwin.opt:28
-msgid "The earliest MacOS X version on which this program will run"
-msgstr ""
-
-#: config/darwin.opt:32
-msgid "Set sizeof(bool) to 1"
-msgstr ""
-
-#: config/lynx.opt:24
-msgid "Support legacy multi-threading"
-msgstr ""
-
-#: config/lynx.opt:28
-msgid "Use shared libraries"
-msgstr ""
-
-#: config/lynx.opt:32
-msgid "Support multi-threading"
-msgstr ""
-
-#: config/vxworks.opt:25
-msgid "Assume the VxWorks RTP environment"
-msgstr ""
-
-#: config/vxworks.opt:32
-msgid "Assume the VxWorks vThreads environment"
-msgstr ""
-
-#: config/alpha/alpha.opt:24 config/i386/i386.opt:186
-msgid "Do not use hardware fp"
-msgstr ""
-
-#: config/alpha/alpha.opt:28
-msgid "Use fp registers"
-msgstr ""
-
-#: config/alpha/alpha.opt:32
-msgid "Assume GAS"
-msgstr ""
-
-#: config/alpha/alpha.opt:36
-msgid "Do not assume GAS"
-msgstr ""
-
-#: config/alpha/alpha.opt:40
-msgid "Request IEEE-conformant math library routines (OSF/1)"
-msgstr ""
-
-#: config/alpha/alpha.opt:44
-msgid "Emit IEEE-conformant code, without inexact exceptions"
-msgstr ""
-
-#: config/alpha/alpha.opt:51
-msgid "Do not emit complex integer constants to read-only memory"
-msgstr ""
-
-#: config/alpha/alpha.opt:55
-msgid "Use VAX fp"
-msgstr ""
-
-#: config/alpha/alpha.opt:59
-msgid "Do not use VAX fp"
-msgstr ""
-
-#: config/alpha/alpha.opt:63
-msgid "Emit code for the byte/word ISA extension"
-msgstr ""
-
-#: config/alpha/alpha.opt:67
-msgid "Emit code for the motion video ISA extension"
-msgstr ""
-
-#: config/alpha/alpha.opt:71
-msgid "Emit code for the fp move and sqrt ISA extension"
+#: config/sh/sh.opt:141
+msgid ""
+"Throttle unrolling to avoid thrashing target registers unless the unroll "
+"benefit outweighs this"
 msgstr ""
 
-#: config/alpha/alpha.opt:75
-msgid "Emit code for the counting ISA extension"
+#: config/sh/sh.opt:145
+msgid "Generate code in big endian mode"
 msgstr ""
 
-#: config/alpha/alpha.opt:79
-msgid "Emit code using explicit relocation directives"
+#: config/sh/sh.opt:149
+msgid "Generate 32-bit offsets in switch tables"
 msgstr ""
 
-#: config/alpha/alpha.opt:83
-msgid "Emit 16-bit relocations to the small data areas"
+#: config/sh/sh.opt:153
+msgid "Enable SH5 cut2 workaround"
 msgstr ""
 
-#: config/alpha/alpha.opt:87
-msgid "Emit 32-bit relocations to the small data areas"
+#: config/sh/sh.opt:157
+msgid "Align doubles at 64-bit boundaries"
 msgstr ""
 
-#: config/alpha/alpha.opt:91
-msgid "Emit direct branches to local functions"
+#: config/sh/sh.opt:161
+msgid ""
+"Division strategy, one of: call, call2, fp, inv, inv:minlat, inv20u, inv20l, "
+"inv:call, inv:call2, inv:fp"
 msgstr ""
 
-#: config/alpha/alpha.opt:95
-msgid "Emit indirect branches to local functions"
+#: config/sh/sh.opt:165
+msgid "Specify name for 32 bit signed division function"
 msgstr ""
 
-#: config/alpha/alpha.opt:99
-msgid "Emit rdval instead of rduniq for thread pointer"
+#: config/sh/sh.opt:172
+msgid "Cost to assume for gettr insn"
 msgstr ""
 
-#: config/alpha/alpha.opt:103 config/sparc/long-double-switch.opt:24
-msgid "Use 128-bit long double"
+#: config/sh/sh.opt:176 config/sh/sh.opt:222
+msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions"
 msgstr ""
 
-#: config/alpha/alpha.opt:107 config/sparc/long-double-switch.opt:28
-msgid "Use 64-bit long double"
+#: config/sh/sh.opt:180
+msgid "Increase the IEEE compliance for floating-point code"
 msgstr ""
 
-#: config/alpha/alpha.opt:111
-msgid "Use features of and schedule given CPU"
+#: config/sh/sh.opt:184
+msgid "Enable the use of the indexed addressing mode for SHmedia32/SHcompact"
 msgstr ""
 
-#: config/alpha/alpha.opt:115
-msgid "Schedule given CPU"
+#: config/sh/sh.opt:188
+msgid "Assume symbols might be invalid"
 msgstr ""
 
-#: config/alpha/alpha.opt:119
-msgid "Control the generated fp rounding mode"
+#: config/sh/sh.opt:192
+msgid "Annotate assembler instructions with estimated addresses"
 msgstr ""
 
-#: config/alpha/alpha.opt:123
-msgid "Control the IEEE trap mode"
+#: config/sh/sh.opt:196
+msgid "Generate code in little endian mode"
 msgstr ""
 
-#: config/alpha/alpha.opt:127
-msgid "Control the precision given to fp exceptions"
+#: config/sh/sh.opt:200
+msgid "Mark MAC register as call-clobbered"
 msgstr ""
 
-#: config/alpha/alpha.opt:131
-msgid "Tune expected memory latency"
+#: config/sh/sh.opt:206
+msgid "Make structs a multiple of 4 bytes (warning: ABI altered)"
 msgstr ""
 
-#: config/alpha/alpha.opt:135 config/ia64/ia64.opt:93
-#: config/rs6000/sysv4.opt:33
-msgid "Specify bit size of immediate TLS offsets"
+#: config/sh/sh.opt:210
+msgid "Emit function-calls using global offset table when generating PIC"
 msgstr ""
 
-#: config/arc/arc.opt:33
-msgid "Prepend the name of the cpu to all public symbol names"
+#: config/sh/sh.opt:214
+msgid "Assume pt* instructions won't trap"
 msgstr ""
 
-#: config/arc/arc.opt:43
-msgid "Compile code for ARC variant CPU"
+#: config/sh/sh.opt:218
+msgid "Shorten address references during linking"
 msgstr ""
 
-#: config/arc/arc.opt:47
-msgid "Put functions in SECTION"
+#: config/sh/sh.opt:226
+msgid "Deprecated. Use -Os instead"
 msgstr ""
 
-#: config/arc/arc.opt:51
-msgid "Put data in SECTION"
+#: config/sh/sh.opt:230
+msgid "Cost to assume for a multiply insn"
 msgstr ""
 
-#: config/arc/arc.opt:55
-msgid "Put read-only data in SECTION"
+#: config/sh/sh.opt:234
+msgid ""
+"Generate library function call to invalidate instruction cache entries after "
+"fixing trampoline"
 msgstr ""
 
 #: config/arm/arm.opt:24
@@ -10853,18 +11444,22 @@ msgid "Support calls between Thumb and ARM instruction sets"
 msgstr ""
 
 #: config/arm/arm.opt:139
-msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
+msgid "Specify how to access the thread pointer"
 msgstr ""
 
 #: config/arm/arm.opt:143
-msgid "Thumb: Generate (leaf) stack frames even if not needed"
+msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
 msgstr ""
 
 #: config/arm/arm.opt:147
-msgid "Tune code for the given processor"
+msgid "Thumb: Generate (leaf) stack frames even if not needed"
 msgstr ""
 
 #: config/arm/arm.opt:151
+msgid "Tune code for the given processor"
+msgstr ""
+
+#: config/arm/arm.opt:155
 msgid "Assume big endian bytes, little endian words"
 msgstr ""
 
@@ -10872,68 +11467,116 @@ msgstr ""
 msgid "Ignore dllimport attribute for functions"
 msgstr ""
 
-#: config/avr/avr.opt:24
-msgid "Use subroutines for function prologues and epilogues"
+#: config/pdp11/pdp11.opt:24
+msgid "Generate code for an 11/10"
 msgstr ""
 
-#: config/avr/avr.opt:28
-msgid "Select the target MCU"
+#: config/pdp11/pdp11.opt:28
+msgid "Generate code for an 11/40"
 msgstr ""
 
-#: config/avr/avr.opt:35
-msgid "Use STACK as the initial value of the stack pointer"
+#: config/pdp11/pdp11.opt:32
+msgid "Generate code for an 11/45"
 msgstr ""
 
-#: config/avr/avr.opt:39
-msgid "Use an 8-bit 'int' type"
+#: config/pdp11/pdp11.opt:36
+msgid "Use 16-bit abs patterns"
 msgstr ""
 
-#: config/avr/avr.opt:43
-msgid "Change the stack pointer without disabling interrupts"
+#: config/pdp11/pdp11.opt:40
+msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)"
 msgstr ""
 
-#: config/avr/avr.opt:47
-msgid "Do not generate tablejump insns"
+#: config/pdp11/pdp11.opt:44
+msgid "Do not use inline patterns for copying memory"
 msgstr ""
 
-#: config/avr/avr.opt:57
-msgid "Use rjmp/rcall (limited range) on >8K devices"
+#: config/pdp11/pdp11.opt:48
+msgid "Use inline patterns for copying memory"
 msgstr ""
 
-#: config/avr/avr.opt:61
-msgid "Output instruction sizes to the asm file"
+#: config/pdp11/pdp11.opt:52
+msgid "Do not pretend that branches are expensive"
 msgstr ""
 
-#: config/avr/avr.opt:65
-msgid "Change only the low 8 bits of the stack pointer"
+#: config/pdp11/pdp11.opt:56
+msgid "Pretend that branches are expensive"
 msgstr ""
 
-#: config/bfin/bfin.opt:24
-msgid "Omit frame pointer for leaf functions"
+#: config/pdp11/pdp11.opt:60
+msgid "Use the DEC assembler syntax"
 msgstr ""
 
-#: config/bfin/bfin.opt:28
-msgid "Program is entirely located in low 64k of memory"
+#: config/pdp11/pdp11.opt:64
+msgid "Use 32 bit float"
 msgstr ""
 
-#: config/bfin/bfin.opt:32
-msgid "Work around a hardware anomaly by adding a number of NOPs before a"
+#: config/pdp11/pdp11.opt:68
+msgid "Use 64 bit float"
 msgstr ""
 
-#: config/bfin/bfin.opt:37
-msgid "Avoid speculative loads to work around a hardware anomaly."
+#: config/pdp11/pdp11.opt:76
+msgid "Use 16 bit int"
 msgstr ""
 
-#: config/bfin/bfin.opt:41
-msgid "Enabled ID based shared library"
+#: config/pdp11/pdp11.opt:80
+msgid "Use 32 bit int"
 msgstr ""
 
-#: config/bfin/bfin.opt:45 config/m68k/m68k.opt:137
-msgid "ID of shared library to build"
+#: config/pdp11/pdp11.opt:88
+msgid "Target has split I&D"
 msgstr ""
 
-#: config/bfin/bfin.opt:49
-msgid "Avoid generating pc-relative calls; use indirection"
+#: config/pdp11/pdp11.opt:92
+msgid "Use UNIX assembler syntax"
+msgstr ""
+
+#: config/avr/avr.opt:24
+msgid "Use subroutines for function prologues and epilogues"
+msgstr ""
+
+#: config/avr/avr.opt:28
+msgid "Select the target MCU"
+msgstr ""
+
+#: config/avr/avr.opt:35
+msgid "Use STACK as the initial value of the stack pointer"
+msgstr ""
+
+#: config/avr/avr.opt:39
+msgid "Use an 8-bit 'int' type"
+msgstr ""
+
+#: config/avr/avr.opt:43
+msgid "Change the stack pointer without disabling interrupts"
+msgstr ""
+
+#: config/avr/avr.opt:47
+msgid "Do not generate tablejump insns"
+msgstr ""
+
+#: config/avr/avr.opt:57
+msgid "Use rjmp/rcall (limited range) on >8K devices"
+msgstr ""
+
+#: config/avr/avr.opt:61
+msgid "Output instruction sizes to the asm file"
+msgstr ""
+
+#: config/avr/avr.opt:65
+msgid "Change only the low 8 bits of the stack pointer"
+msgstr ""
+
+#: config/crx/crx.opt:24
+msgid "Support multiply accumulate instructions"
+msgstr ""
+
+#: config/crx/crx.opt:28
+msgid "Do not use push to store function arguments"
+msgstr ""
+
+#: config/crx/crx.opt:32
+msgid "Restrict doloop to the given nesting level"
 msgstr ""
 
 #: config/c4x/c4x.opt:24
@@ -11052,16871 +11695,17824 @@ msgstr ""
 msgid "Emit code compatible with TI tools"
 msgstr ""
 
-#: config/cris/aout.opt:28
-msgid "Compile for the MMU-less Etrax 100-based elinux system"
+#: config/pa/pa-hpux.opt:24
+msgid "Generate cpp defines for server IO"
 msgstr ""
 
-#: config/cris/aout.opt:34
-msgid "For elinux, request a specified stack-size for this program"
+#: config/pa/pa-hpux.opt:28 config/pa/pa-hpux1010.opt:24
+#: config/pa/pa-hpux1111.opt:24
+msgid "Specify UNIX standard for predefines and linking"
 msgstr ""
 
-#: config/cris/cris.opt:46
-msgid "Work around bug in multiplication instruction"
+#: config/pa/pa-hpux.opt:32
+msgid "Generate cpp defines for workstation IO"
 msgstr ""
 
-#: config/cris/cris.opt:52
-msgid "Compile for ETRAX 4 (CRIS v3)"
+#: config/pa/pa.opt:24 config/pa/pa.opt:77 config/pa/pa.opt:85
+msgid "Generate PA1.0 code"
 msgstr ""
 
-#: config/cris/cris.opt:57
-msgid "Compile for ETRAX 100 (CRIS v8)"
+#: config/pa/pa.opt:28 config/pa/pa.opt:89 config/pa/pa.opt:109
+msgid "Generate PA1.1 code"
 msgstr ""
 
-#: config/cris/cris.opt:65
-msgid "Emit verbose debug information in assembly code"
+#: config/pa/pa.opt:32 config/pa/pa.opt:93
+msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
 msgstr ""
 
-#: config/cris/cris.opt:72
-msgid "Do not use condition codes from normal instructions"
+#: config/pa/pa.opt:36
+msgid "Generate code for huge switch statements"
 msgstr ""
 
-#: config/cris/cris.opt:81
-msgid "Do not emit addressing modes with side-effect assignment"
+#: config/pa/pa.opt:40
+msgid "Disable FP regs"
 msgstr ""
 
-#: config/cris/cris.opt:90
-msgid "Do not tune stack alignment"
+#: config/pa/pa.opt:44
+msgid "Disable indexed addressing"
 msgstr ""
 
-#: config/cris/cris.opt:99
-msgid "Do not tune writable data alignment"
+#: config/pa/pa.opt:48
+msgid "Generate fast indirect calls"
 msgstr ""
 
-#: config/cris/cris.opt:108
-msgid "Do not tune code and read-only data alignment"
+#: config/pa/pa.opt:56
+msgid "Assume code will be assembled by GAS"
 msgstr ""
 
-#: config/cris/cris.opt:117
-msgid "Align code and data to 32 bits"
+#: config/pa/pa.opt:60
+msgid "Put jumps in call delay slots"
 msgstr ""
 
-#: config/cris/cris.opt:134
-msgid "Don't align items in code or data"
+#: config/pa/pa.opt:65
+msgid "Enable linker optimizations"
 msgstr ""
 
-#: config/cris/cris.opt:143
-msgid "Do not emit function prologue or epilogue"
+#: config/pa/pa.opt:69
+msgid "Always generate long calls"
 msgstr ""
 
-#: config/cris/cris.opt:150
-msgid "Use the most feature-enabling options allowed by other options"
+#: config/pa/pa.opt:73
+msgid "Emit long load/store sequences"
 msgstr ""
 
-#: config/cris/cris.opt:159
-msgid "Override -mbest-lib-options"
+#: config/pa/pa.opt:81
+msgid "Disable space regs"
 msgstr ""
 
-#: config/cris/cris.opt:166
-msgid "Generate code for the specified chip or CPU version"
+#: config/pa/pa.opt:97
+msgid "Use portable calling conventions"
 msgstr ""
 
-#: config/cris/cris.opt:170
-msgid "Tune alignment for the specified chip or CPU version"
+#: config/pa/pa.opt:101
+msgid ""
+"Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, "
+"7200, 7300, and 8000"
 msgstr ""
 
-#: config/cris/cris.opt:174
-msgid "Warn when a stackframe is larger than the specified size"
+#: config/pa/pa.opt:113
+msgid "Do not disable space regs"
 msgstr ""
 
-#: config/cris/linux.opt:28
-msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
+#: config/pa/pa64-hpux.opt:24
+msgid "Assume code will be linked by GNU ld"
 msgstr ""
 
-#: config/crx/crx.opt:24
-msgid "Support multiply accumulate instructions"
+#: config/pa/pa64-hpux.opt:28
+msgid "Assume code will be linked by HP ld"
 msgstr ""
 
-#: config/crx/crx.opt:28
-msgid "Do not use push to store function arguments"
+#: config/xtensa/xtensa.opt:24
+msgid "Use CONST16 instruction to load constants"
 msgstr ""
 
-#: config/crx/crx.opt:32
-msgid "Restrict doloop to the given nesting level"
+#: config/xtensa/xtensa.opt:28
+msgid "Enable fused multiply/add and multiply/subtract FP instructions"
 msgstr ""
 
-#: config/fr30/fr30.opt:24
-msgid "Assume small address space"
+#: config/xtensa/xtensa.opt:32
+msgid "Use indirect CALLXn instructions for large programs"
 msgstr ""
 
-#: config/frv/frv.opt:24
-msgid "Use 4 media accumulators"
+#: config/xtensa/xtensa.opt:36
+msgid "Automatically align branch targets to reduce branch penalties"
 msgstr ""
 
-#: config/frv/frv.opt:28
-msgid "Use 8 media accumulators"
+#: config/xtensa/xtensa.opt:40
+msgid "Intersperse literal pools with code in the text section"
 msgstr ""
 
-#: config/frv/frv.opt:32
-msgid "Enable label alignment optimizations"
+#: config/stormy16/stormy16.opt:25
+msgid "Provide libraries for the simulator"
 msgstr ""
 
-#: config/frv/frv.opt:36
-msgid "Dynamically allocate cc registers"
+#: config/mips/mips.opt:24
+msgid "Generate code that conforms to the given ABI"
 msgstr ""
 
-#: config/frv/frv.opt:43
-msgid "Set the cost of branches"
+#: config/mips/mips.opt:28
+msgid "Use SVR4-style PIC"
 msgstr ""
 
-#: config/frv/frv.opt:47
-msgid "Enable conditional execution other than moves/scc"
+#: config/mips/mips.opt:32
+msgid "Use PMC-style 'mad' instructions"
 msgstr ""
 
-#: config/frv/frv.opt:51
-msgid "Change the maximum length of conditionally-executed sequences"
+#: config/mips/mips.opt:36
+msgid "Generate code for the given ISA"
 msgstr ""
 
-#: config/frv/frv.opt:55
-msgid ""
-"Change the number of temporary registers that are available to conditionally-"
-"executed sequences"
+#: config/mips/mips.opt:40
+msgid "Use Branch Likely instructions, overriding the architecture default"
 msgstr ""
 
-#: config/frv/frv.opt:59
-msgid "Enable conditional moves"
+#: config/mips/mips.opt:44
+msgid "Trap on integer divide by zero"
 msgstr ""
 
-#: config/frv/frv.opt:63
-msgid "Set the target CPU type"
+#: config/mips/mips.opt:48
+msgid "Use branch-and-break sequences to check for integer divide by zero"
 msgstr ""
 
-#: config/frv/frv.opt:85
-msgid "Use fp double instructions"
+#: config/mips/mips.opt:52
+msgid "Use trap instructions to check for integer divide by zero"
 msgstr ""
 
-#: config/frv/frv.opt:89
-msgid "Change the ABI to allow double word insns"
+#: config/mips/mips.opt:56
+msgid ""
+"Allow hardware floating-point instructions to cover both 32-bit and 64-bit "
+"operations"
 msgstr ""
 
-#: config/frv/frv.opt:93
-msgid "Enable Function Descriptor PIC mode"
+#: config/mips/mips.opt:60
+msgid "Use MIPS-DSP instructions"
 msgstr ""
 
-#: config/frv/frv.opt:97
-msgid "Just use icc0/fcc0"
+#: config/mips/mips.opt:70
+msgid "Use big-endian byte order"
 msgstr ""
 
-#: config/frv/frv.opt:101
-msgid "Only use 32 FPRs"
+#: config/mips/mips.opt:74
+msgid "Use little-endian byte order"
 msgstr ""
 
-#: config/frv/frv.opt:105
-msgid "Use 64 FPRs"
+#: config/mips/mips.opt:78 config/iq2000/iq2000.opt:32
+msgid "Use ROM instead of RAM"
 msgstr ""
 
-#: config/frv/frv.opt:109
-msgid "Only use 32 GPRs"
+#: config/mips/mips.opt:82
+msgid "Use NewABI-style %reloc() assembly operators"
 msgstr ""
 
-#: config/frv/frv.opt:113
-msgid "Use 64 GPRs"
+#: config/mips/mips.opt:86
+msgid "Work around certain R4000 errata"
 msgstr ""
 
-#: config/frv/frv.opt:117
-msgid "Enable use of GPREL for read-only data in FDPIC"
+#: config/mips/mips.opt:90
+msgid "Work around certain R4400 errata"
 msgstr ""
 
-#: config/frv/frv.opt:121 config/pdp11/pdp11.opt:72
-#: config/rs6000/rs6000.opt:89
-msgid "Use hardware floating point"
+#: config/mips/mips.opt:94
+msgid "Work around errata for early SB-1 revision 2 cores"
 msgstr ""
 
-#: config/frv/frv.opt:125
-msgid "Enable inlining of PLT in function calls"
+#: config/mips/mips.opt:98
+msgid "Work around certain VR4120 errata"
 msgstr ""
 
-#: config/frv/frv.opt:129
-msgid "Enable PIC support for building libraries"
+#: config/mips/mips.opt:102
+msgid "Work around VR4130 mflo/mfhi errata"
 msgstr ""
 
-#: config/frv/frv.opt:133
-msgid "Follow the EABI linkage requirements"
+#: config/mips/mips.opt:106
+msgid "Work around an early 4300 hardware bug"
 msgstr ""
 
-#: config/frv/frv.opt:137
-msgid "Disallow direct calls to global functions"
+#: config/mips/mips.opt:110
+msgid "FP exceptions are enabled"
 msgstr ""
 
-#: config/frv/frv.opt:141
-msgid "Use media instructions"
+#: config/mips/mips.opt:114
+msgid "Use 32-bit floating-point registers"
 msgstr ""
 
-#: config/frv/frv.opt:145
-msgid "Use multiply add/subtract instructions"
+#: config/mips/mips.opt:118
+msgid "Use 64-bit floating-point registers"
 msgstr ""
 
-#: config/frv/frv.opt:149
-msgid "Enable optimizing &&/|| in conditional execution"
+#: config/mips/mips.opt:122
+msgid "Use FUNC to flush the cache before calling stack trampolines"
 msgstr ""
 
-#: config/frv/frv.opt:153
-msgid "Enable nested conditional execution optimizations"
+#: config/mips/mips.opt:126
+msgid "Generate floating-point multiply-add instructions"
 msgstr ""
 
-#: config/frv/frv.opt:158
-msgid "Do not mark ABI switches in e_flags"
+#: config/mips/mips.opt:130
+msgid "Use 32-bit general registers"
 msgstr ""
 
-#: config/frv/frv.opt:162
-msgid "Remove redundant membars"
+#: config/mips/mips.opt:134
+msgid "Use 64-bit general registers"
 msgstr ""
 
-#: config/frv/frv.opt:166
-msgid "Pack VLIW instructions"
+#: config/mips/mips.opt:138
+msgid "Allow the use of hardware floating-point instructions"
 msgstr ""
 
-#: config/frv/frv.opt:170
-msgid "Enable setting GPRs to the result of comparisons"
+#: config/mips/mips.opt:142
+msgid "Generate code for ISA level N"
 msgstr ""
 
-#: config/frv/frv.opt:174
-msgid "Change the amount of scheduler lookahead"
+#: config/mips/mips.opt:146
+msgid "Generate mips16 code"
 msgstr ""
 
-#: config/frv/frv.opt:178 config/pa/pa.opt:105
-msgid "Use software floating point"
+#: config/mips/mips.opt:150
+msgid "Use MIPS-3D instructions"
 msgstr ""
 
-#: config/frv/frv.opt:182
-msgid "Assume a large TLS segment"
+#: config/mips/mips.opt:154
+msgid "Use indirect calls"
 msgstr ""
 
-#: config/frv/frv.opt:186
-msgid "Do not assume a large TLS segment"
+#: config/mips/mips.opt:158
+msgid "Use a 32-bit long type"
 msgstr ""
 
-#: config/frv/frv.opt:191
-msgid "Cause gas to print tomcat statistics"
+#: config/mips/mips.opt:162
+msgid "Use a 64-bit long type"
 msgstr ""
 
-#: config/frv/frv.opt:196
-msgid "Link with the library-pic libraries"
+#: config/mips/mips.opt:166
+msgid "Don't optimize block moves"
 msgstr ""
 
-#: config/frv/frv.opt:200
-msgid "Allow branches to be packed with other instructions"
+#: config/mips/mips.opt:170
+msgid "Use the mips-tfile postpass"
 msgstr ""
 
-#: config/h8300/h8300.opt:24
-msgid "Generate H8S code"
+#: config/mips/mips.opt:174
+msgid "Do not use a cache-flushing function before calling stack trampolines"
 msgstr ""
 
-#: config/h8300/h8300.opt:28
-msgid "Generate H8SX code"
+#: config/mips/mips.opt:178
+msgid "Generate normal-mode code"
 msgstr ""
 
-#: config/h8300/h8300.opt:32
-msgid "Generate H8S/2600 code"
+#: config/mips/mips.opt:182
+msgid "Do not use MIPS-3D instructions"
 msgstr ""
 
-#: config/h8300/h8300.opt:36
-msgid "Make integers 32 bits wide"
+#: config/mips/mips.opt:186
+msgid "Use paired-single floating-point instructions"
 msgstr ""
 
-#: config/h8300/h8300.opt:43
-msgid "Use registers for argument passing"
+#: config/mips/mips.opt:190
+msgid ""
+"Restrict the use of hardware floating-point instructions to 32-bit operations"
 msgstr ""
 
-#: config/h8300/h8300.opt:47
-msgid "Consider access to byte sized memory slow"
+#: config/mips/mips.opt:194
+msgid "Prevent the use of all hardware floating-point instructions"
 msgstr ""
 
-#: config/h8300/h8300.opt:51
-msgid "Enable linker relaxing"
+#: config/mips/mips.opt:198
+msgid "Optimize lui/addiu address loads"
 msgstr ""
 
-#: config/h8300/h8300.opt:55
-msgid "Generate H8/300H code"
+#: config/mips/mips.opt:202
+msgid "Assume all symbols have 32-bit values"
 msgstr ""
 
-#: config/h8300/h8300.opt:59
-msgid "Enable the normal mode"
+#: config/mips/mips.opt:206
+msgid "Optimize the output for PROCESSOR"
 msgstr ""
 
-#: config/h8300/h8300.opt:63
-msgid "Use H8/300 alignment rules"
+#: config/mips/mips.opt:210 config/iq2000/iq2000.opt:45
+msgid "Put uninitialized constants in ROM (needs -membedded-data)"
 msgstr ""
 
-#: config/i386/cygming.opt:24
-msgid "Create console application"
+#: config/mips/mips.opt:214
+msgid "Perform VR4130-specific alignment optimizations"
 msgstr ""
 
-#: config/i386/cygming.opt:28
-msgid "Use the Cygwin interface"
+#: config/mips/mips.opt:218
+msgid "Lift restrictions on GOT size"
 msgstr ""
 
-#: config/i386/cygming.opt:32
-msgid "Generate code for a DLL"
+#: config/fr30/fr30.opt:24
+msgid "Assume small address space"
 msgstr ""
 
-#: config/i386/cygming.opt:36
-msgid "Ignore dllimport for functions"
+#: config/m68hc11/m68hc11.opt:24 config/m68hc11/m68hc11.opt:32
+msgid "Compile for a 68HC11"
 msgstr ""
 
-#: config/i386/cygming.opt:40
-msgid "Use Mingw-specific thread support"
+#: config/m68hc11/m68hc11.opt:28 config/m68hc11/m68hc11.opt:36
+msgid "Compile for a 68HC12"
 msgstr ""
 
-#: config/i386/cygming.opt:44
-msgid "Set Windows defines"
+#: config/m68hc11/m68hc11.opt:42 config/m68hc11/m68hc11.opt:46
+msgid "Compile for a 68HCS12"
 msgstr ""
 
-#: config/i386/cygming.opt:48
-msgid "Create GUI application"
+#: config/m68hc11/m68hc11.opt:50
+msgid "Auto pre/post decrement increment allowed"
 msgstr ""
 
-#: config/i386/djgpp.opt:26
-msgid "Ignored (obsolete)"
+#: config/m68hc11/m68hc11.opt:54
+msgid "Min/max instructions allowed"
 msgstr ""
 
-#: config/i386/i386.opt:24
-msgid "sizeof(long double) is 16"
+#: config/m68hc11/m68hc11.opt:58
+msgid "Use call and rtc for function calls and returns"
 msgstr ""
 
-#: config/i386/i386.opt:28
-msgid "Generate 32bit i386 code"
+#: config/m68hc11/m68hc11.opt:62
+msgid "Auto pre/post decrement increment not allowed"
 msgstr ""
 
-#: config/i386/i386.opt:36
-msgid "Support 3DNow! built-in functions"
+#: config/m68hc11/m68hc11.opt:66
+msgid "Use jsr and rts for function calls and returns"
 msgstr ""
 
-#: config/i386/i386.opt:44
-msgid "Generate 64bit x86-64 code"
+#: config/m68hc11/m68hc11.opt:70
+msgid "Min/max instructions not allowed"
 msgstr ""
 
-#: config/i386/i386.opt:48 config/i386/i386.opt:118 config/s390/s390.opt:52
-msgid "Use hardware fp"
+#: config/m68hc11/m68hc11.opt:74
+msgid "Use direct addressing mode for soft registers"
 msgstr ""
 
-#: config/i386/i386.opt:52
-msgid "sizeof(long double) is 12"
+#: config/m68hc11/m68hc11.opt:78
+msgid "Compile with 32-bit integer mode"
 msgstr ""
 
-#: config/i386/i386.opt:56
-msgid "Reserve space for outgoing arguments in the function prologue"
+#: config/m68hc11/m68hc11.opt:83
+msgid "Specify the register allocation order"
 msgstr ""
 
-#: config/i386/i386.opt:60
-msgid "Align some doubles on dword boundary"
+#: config/m68hc11/m68hc11.opt:87
+msgid "Do not use direct addressing mode for soft registers"
 msgstr ""
 
-#: config/i386/i386.opt:64
-msgid "Function starts are aligned to this power of 2"
+#: config/m68hc11/m68hc11.opt:91
+msgid "Compile with 16-bit integer mode"
 msgstr ""
 
-#: config/i386/i386.opt:68
-msgid "Jump targets are aligned to this power of 2"
+#: config/m68hc11/m68hc11.opt:95
+msgid "Indicate the number of soft registers available"
 msgstr ""
 
-#: config/i386/i386.opt:72
-msgid "Loop code aligned to this power of 2"
+#: config/vax/vax.opt:24 config/vax/vax.opt:28
+msgid "Target DFLOAT double precision code"
 msgstr ""
 
-#: config/i386/i386.opt:76
-msgid "Align destination of the string operations"
+#: config/vax/vax.opt:32 config/vax/vax.opt:36
+msgid "Generate GFLOAT double precision code"
 msgstr ""
 
-#: config/i386/i386.opt:80 config/s390/s390.opt:32
-msgid "Generate code for given CPU"
+#: config/vax/vax.opt:40
+msgid "Generate code for GNU assembler (gas)"
 msgstr ""
 
-#: config/i386/i386.opt:84
-msgid "Use given assembler dialect"
+#: config/vax/vax.opt:44
+msgid "Generate code for UNIX assembler"
 msgstr ""
 
-#: config/i386/i386.opt:88
-msgid "Branches are this expensive (1-5, arbitrary units)"
+#: config/vax/vax.opt:48
+msgid "Use VAXC structure conventions"
 msgstr ""
 
-#: config/i386/i386.opt:92
-msgid ""
-"Data greater than given threshold will go into .ldata section in x86-64 "
-"medium model"
+#: config/cris/linux.opt:28
+msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
 msgstr ""
 
-#: config/i386/i386.opt:96
-msgid "Use given x86-64 code model"
+#: config/cris/cris.opt:46
+msgid "Work around bug in multiplication instruction"
 msgstr ""
 
-#: config/i386/i386.opt:106
-msgid "Generate sin, cos, sqrt for FPU"
+#: config/cris/cris.opt:52
+msgid "Compile for ETRAX 4 (CRIS v3)"
 msgstr ""
 
-#: config/i386/i386.opt:110
-msgid "Return values of functions in FPU registers"
+#: config/cris/cris.opt:57
+msgid "Compile for ETRAX 100 (CRIS v8)"
 msgstr ""
 
-#: config/i386/i386.opt:114
-msgid "Generate floating point mathematics using given instruction set"
+#: config/cris/cris.opt:65
+msgid "Emit verbose debug information in assembly code"
 msgstr ""
 
-#: config/i386/i386.opt:122 config/m68k/ieee.opt:25
-msgid "Use IEEE math for fp comparisons"
+#: config/cris/cris.opt:72
+msgid "Do not use condition codes from normal instructions"
 msgstr ""
 
-#: config/i386/i386.opt:126
-msgid "Inline all known string operations"
+#: config/cris/cris.opt:81
+msgid "Do not emit addressing modes with side-effect assignment"
 msgstr ""
 
-#: config/i386/i386.opt:134
-msgid "Support MMX built-in functions"
+#: config/cris/cris.opt:90
+msgid "Do not tune stack alignment"
 msgstr ""
 
-#: config/i386/i386.opt:138
-msgid "Use native (MS) bitfield layout"
+#: config/cris/cris.opt:99
+msgid "Do not tune writable data alignment"
 msgstr ""
 
-#: config/i386/i386.opt:154
-msgid "Omit the frame pointer in leaf functions"
+#: config/cris/cris.opt:108
+msgid "Do not tune code and read-only data alignment"
 msgstr ""
 
-#: config/i386/i386.opt:166
-msgid "Attempt to keep stack aligned to this power of 2"
+#: config/cris/cris.opt:117
+msgid "Align code and data to 32 bits"
 msgstr ""
 
-#: config/i386/i386.opt:170
-msgid "Use push instructions to save outgoing arguments"
+#: config/cris/cris.opt:134
+msgid "Don't align items in code or data"
 msgstr ""
 
-#: config/i386/i386.opt:174
-msgid "Use red-zone in the x86-64 code"
+#: config/cris/cris.opt:143
+msgid "Do not emit function prologue or epilogue"
 msgstr ""
 
-#: config/i386/i386.opt:178
-msgid "Number of registers used to pass integer arguments"
+#: config/cris/cris.opt:150
+msgid "Use the most feature-enabling options allowed by other options"
 msgstr ""
 
-#: config/i386/i386.opt:182
-msgid "Alternate calling convention"
+#: config/cris/cris.opt:159
+msgid "Override -mbest-lib-options"
 msgstr ""
 
-#: config/i386/i386.opt:190
-msgid "Support MMX and SSE built-in functions and code generation"
+#: config/cris/cris.opt:166
+msgid "Generate code for the specified chip or CPU version"
 msgstr ""
 
-#: config/i386/i386.opt:194
-msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
+#: config/cris/cris.opt:170
+msgid "Tune alignment for the specified chip or CPU version"
 msgstr ""
 
-#: config/i386/i386.opt:198
-msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
+#: config/cris/cris.opt:174
+msgid "Warn when a stackframe is larger than the specified size"
 msgstr ""
 
-#: config/i386/i386.opt:202
-msgid "Use SSE register passing conventions for SF and DF mode"
+#: config/cris/aout.opt:28
+msgid "Compile for the MMU-less Etrax 100-based elinux system"
 msgstr ""
 
-#: config/i386/i386.opt:206
-msgid "Uninitialized locals in .bss"
+#: config/cris/aout.opt:34
+msgid "For elinux, request a specified stack-size for this program"
 msgstr ""
 
-#: config/i386/i386.opt:210
-msgid "Enable stack probing"
+#: config/h8300/h8300.opt:24
+msgid "Generate H8S code"
 msgstr ""
 
-#: config/i386/i386.opt:214
-msgid "Use given thread-local storage dialect"
+#: config/h8300/h8300.opt:28
+msgid "Generate H8SX code"
 msgstr ""
 
-#: config/i386/i386.opt:218
-#, c-format
-msgid "Use direct references against %gs when accessing tls data"
+#: config/h8300/h8300.opt:32
+msgid "Generate H8S/2600 code"
 msgstr ""
 
-#: config/i386/i386.opt:222 config/ia64/ia64.opt:97
-#: config/rs6000/rs6000.opt:199 config/s390/s390.opt:76
-#: config/sparc/sparc.opt:96
-msgid "Schedule code for given CPU"
+#: config/h8300/h8300.opt:36
+msgid "Make integers 32 bits wide"
 msgstr ""
 
-#: config/i386/sco5.opt:25
-msgid "Generate ELF output"
+#: config/h8300/h8300.opt:43
+msgid "Use registers for argument passing"
 msgstr ""
 
-#: config/ia64/ia64.opt:3
-msgid "Generate big endian code"
+#: config/h8300/h8300.opt:47
+msgid "Consider access to byte sized memory slow"
 msgstr ""
 
-#: config/ia64/ia64.opt:7
-msgid "Generate little endian code"
+#: config/h8300/h8300.opt:51
+msgid "Enable linker relaxing"
 msgstr ""
 
-#: config/ia64/ia64.opt:11
-msgid "Generate code for GNU as"
+#: config/h8300/h8300.opt:55
+msgid "Generate H8/300H code"
 msgstr ""
 
-#: config/ia64/ia64.opt:15
-msgid "Generate code for GNU ld"
+#: config/h8300/h8300.opt:59
+msgid "Enable the normal mode"
 msgstr ""
 
-#: config/ia64/ia64.opt:19
-msgid "Emit stop bits before and after volatile extended asms"
+#: config/h8300/h8300.opt:63
+msgid "Use H8/300 alignment rules"
 msgstr ""
 
-#: config/ia64/ia64.opt:23
-msgid "Use in/loc/out register names"
+#: config/v850/v850.opt:24
+msgid "Use registers r2 and r5"
 msgstr ""
 
-#: config/ia64/ia64.opt:30
-msgid "Enable use of sdata/scommon/sbss"
+#: config/v850/v850.opt:28
+msgid "Use 4 byte entries in switch tables"
 msgstr ""
 
-#: config/ia64/ia64.opt:34
-msgid "Generate code without GP reg"
+#: config/v850/v850.opt:32
+msgid "Enable backend debugging"
 msgstr ""
 
-#: config/ia64/ia64.opt:38
-msgid "gp is constant (but save/restore gp on indirect calls)"
+#: config/v850/v850.opt:36
+msgid "Do not use the callt instruction"
 msgstr ""
 
-#: config/ia64/ia64.opt:42
-msgid "Generate self-relocatable code"
+#: config/v850/v850.opt:40
+msgid "Reuse r30 on a per function basis"
 msgstr ""
 
-#: config/ia64/ia64.opt:46
-msgid "Generate inline floating point division, optimize for latency"
+#: config/v850/v850.opt:44
+msgid "Support Green Hills ABI"
 msgstr ""
 
-#: config/ia64/ia64.opt:50
-msgid "Generate inline floating point division, optimize for throughput"
+#: config/v850/v850.opt:48
+msgid "Prohibit PC relative function calls"
 msgstr ""
 
-#: config/ia64/ia64.opt:57
-msgid "Generate inline integer division, optimize for latency"
+#: config/v850/v850.opt:52
+msgid "Use stubs for function prologues"
 msgstr ""
 
-#: config/ia64/ia64.opt:61
-msgid "Generate inline integer division, optimize for throughput"
+#: config/v850/v850.opt:56
+msgid "Set the max size of data eligible for the SDA area"
 msgstr ""
 
-#: config/ia64/ia64.opt:65
-msgid "Do not inline integer division"
+#: config/v850/v850.opt:60
+msgid "Enable the use of the short load instructions"
 msgstr ""
 
-#: config/ia64/ia64.opt:69
-msgid "Generate inline square root, optimize for latency"
+#: config/v850/v850.opt:64
+msgid "Same as: -mep -mprolog-function"
 msgstr ""
 
-#: config/ia64/ia64.opt:73
-msgid "Generate inline square root, optimize for throughput"
+#: config/v850/v850.opt:68
+msgid "Set the max size of data eligible for the TDA area"
 msgstr ""
 
-#: config/ia64/ia64.opt:77
-msgid "Do not inline square root"
+#: config/v850/v850.opt:72
+msgid "Enforce strict alignment"
 msgstr ""
 
-#: config/ia64/ia64.opt:81
-msgid "Enable Dwarf 2 line debug info via GNU as"
+#: config/v850/v850.opt:79
+msgid "Compile for the v850 processor"
 msgstr ""
 
-#: config/ia64/ia64.opt:85
-msgid "Enable earlier placing stop bits for better scheduling"
+#: config/v850/v850.opt:83
+msgid "Compile for the v850e processor"
 msgstr ""
 
-#: config/ia64/ia64.opt:89 config/pa/pa.opt:52
-msgid "Specify range of registers to make fixed"
+#: config/v850/v850.opt:87
+msgid "Compile for the v850e1 processor"
 msgstr ""
 
-#: config/ia64/ilp32.opt:3
-msgid "Generate ILP32 code"
+#: config/v850/v850.opt:91
+msgid "Set the max size of data eligible for the ZDA area"
 msgstr ""
 
-#: config/ia64/ilp32.opt:7
-msgid "Generate LP64 code"
+#: config/mmix/mmix.opt:25
+msgid "For intrinsics library: pass all parameters in registers"
 msgstr ""
 
-#: config/iq2000/iq2000.opt:24 config/ms1/ms1.opt:60
-msgid "Specify CPU for code generation purposes"
+#: config/mmix/mmix.opt:29
+msgid "Use register stack for parameters and return value"
 msgstr ""
 
-#: config/iq2000/iq2000.opt:28
-msgid "Specify CPU for scheduling purposes"
+#: config/mmix/mmix.opt:33
+msgid "Use call-clobbered registers for parameters and return value"
 msgstr ""
 
-#: config/iq2000/iq2000.opt:32 config/mips/mips.opt:78
-msgid "Use ROM instead of RAM"
+#: config/mmix/mmix.opt:38
+msgid "Use epsilon-respecting floating point compare instructions"
 msgstr ""
 
-#: config/iq2000/iq2000.opt:36
-msgid "Use GP relative sdata/sbss sections"
+#: config/mmix/mmix.opt:42
+msgid "Use zero-extending memory loads, not sign-extending ones"
 msgstr ""
 
-#: config/iq2000/iq2000.opt:41
-msgid "No default crt0.o"
+#: config/mmix/mmix.opt:46
+msgid ""
+"Generate divide results with reminder having the same sign as the divisor "
+"(not the dividend)"
 msgstr ""
 
-#: config/iq2000/iq2000.opt:45 config/mips/mips.opt:210
-msgid "Put uninitialized constants in ROM (needs -membedded-data)"
+#: config/mmix/mmix.opt:50
+msgid "Prepend global symbols with \":\" (for use with PREFIX)"
 msgstr ""
 
-#: config/m32c/m32c.opt:25 config/ms1/ms1.opt:32
-msgid "Use simulator runtime"
+#: config/mmix/mmix.opt:54
+msgid "Do not provide a default start-address 0x100 of the program"
 msgstr ""
 
-#: config/m32c/m32c.opt:29
-msgid "Compile code for R8C variants"
+#: config/mmix/mmix.opt:58
+msgid "Link to emit program in ELF format (rather than mmo)"
 msgstr ""
 
-#: config/m32c/m32c.opt:33
-msgid "Compile code for M16C variants"
+#: config/mmix/mmix.opt:62
+msgid "Use P-mnemonics for branches statically predicted as taken"
 msgstr ""
 
-#: config/m32c/m32c.opt:37
-msgid "Compile code for M32CM variants"
+#: config/mmix/mmix.opt:66
+msgid "Don't use P-mnemonics for branches"
 msgstr ""
 
-#: config/m32c/m32c.opt:41
-msgid "Compile code for M32C variants"
+#: config/mmix/mmix.opt:80
+msgid "Use addresses that allocate global registers"
 msgstr ""
 
-#: config/m32c/m32c.opt:45
-msgid "Number of memreg bytes (default: 16, range: 0..16)"
+#: config/mmix/mmix.opt:84
+msgid "Do not use addresses that allocate global registers"
 msgstr ""
 
-#: config/m32r/m32r.opt:24
-msgid "Compile for the m32rx"
+#: config/mmix/mmix.opt:88
+msgid "Generate a single exit point for each function"
 msgstr ""
 
-#: config/m32r/m32r.opt:28
-msgid "Compile for the m32r2"
+#: config/mmix/mmix.opt:92
+msgid "Do not generate a single exit point for each function"
 msgstr ""
 
-#: config/m32r/m32r.opt:32
-msgid "Compile for the m32r"
+#: config/mmix/mmix.opt:96
+msgid "Set start-address of the program"
 msgstr ""
 
-#: config/m32r/m32r.opt:36
-msgid "Align all loops to 32 byte boundary"
+#: config/mmix/mmix.opt:100
+msgid "Set start-address of data"
 msgstr ""
 
-#: config/m32r/m32r.opt:40
-msgid "Prefer branches over conditional execution"
+#: config/iq2000/iq2000.opt:28
+msgid "Specify CPU for scheduling purposes"
 msgstr ""
 
-#: config/m32r/m32r.opt:44
-msgid "Give branches their default cost"
+#: config/iq2000/iq2000.opt:36
+msgid "Use GP relative sdata/sbss sections"
 msgstr ""
 
-#: config/m32r/m32r.opt:48
-msgid "Display compile time statistics"
+#: config/iq2000/iq2000.opt:41
+msgid "No default crt0.o"
 msgstr ""
 
-#: config/m32r/m32r.opt:52
-msgid "Specify cache flush function"
+#: config/bfin/bfin.opt:24
+msgid "Omit frame pointer for leaf functions"
 msgstr ""
 
-#: config/m32r/m32r.opt:56
-msgid "Specify cache flush trap number"
+#: config/bfin/bfin.opt:28
+msgid "Program is entirely located in low 64k of memory"
 msgstr ""
 
-#: config/m32r/m32r.opt:60
-msgid "Only issue one instruction per cycle"
+#: config/bfin/bfin.opt:32
+msgid "Work around a hardware anomaly by adding a number of NOPs before a"
 msgstr ""
 
-#: config/m32r/m32r.opt:64
-msgid "Allow two instructions to be issued per cycle"
+#: config/bfin/bfin.opt:37
+msgid "Avoid speculative loads to work around a hardware anomaly."
 msgstr ""
 
-#: config/m32r/m32r.opt:68
-msgid "Code size: small, medium or large"
+#: config/bfin/bfin.opt:41
+msgid "Enabled ID based shared library"
 msgstr ""
 
-#: config/m32r/m32r.opt:72
-msgid "Don't call any cache flush functions"
+#: config/bfin/bfin.opt:49
+msgid "Avoid generating pc-relative calls; use indirection"
 msgstr ""
 
-#: config/m32r/m32r.opt:76
-msgid "Don't call any cache flush trap"
+#: config/vxworks.opt:25
+msgid "Assume the VxWorks RTP environment"
 msgstr ""
 
-#: config/m32r/m32r.opt:83
-msgid "Small data area: none, sdata, use"
+#: config/vxworks.opt:32
+msgid "Assume the VxWorks vThreads environment"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:24 config/m68hc11/m68hc11.opt:32
-msgid "Compile for a 68HC11"
+#: config/darwin.opt:24
+msgid "Generate code suitable for fast turn around debugging"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:28 config/m68hc11/m68hc11.opt:36
-msgid "Compile for a 68HC12"
+#: config/darwin.opt:28
+msgid "The earliest MacOS X version on which this program will run"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:42 config/m68hc11/m68hc11.opt:46
-msgid "Compile for a 68HCS12"
+#: config/darwin.opt:32
+msgid "Set sizeof(bool) to 1"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:50
-msgid "Auto pre/post decrement increment allowed"
+#: config/lynx.opt:24
+msgid "Support legacy multi-threading"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:54
-msgid "Min/max instructions allowed"
+#: config/lynx.opt:28
+msgid "Use shared libraries"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:58
-msgid "Use call and rtc for function calls and returns"
+#: config/lynx.opt:32
+msgid "Support multi-threading"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:62
-msgid "Auto pre/post decrement increment not allowed"
+#: c.opt:42
+msgid ""
+"Assert the <answer> to <question>.  Putting '-' before <question> disables "
+"the <answer> to <question>"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:66
-msgid "Use jsr and rts for function calls and returns"
+#: c.opt:46
+msgid "Do not discard comments"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:70
-msgid "Min/max instructions not allowed"
+#: c.opt:50
+msgid "Do not discard comments in macro expansions"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:74
-msgid "Use direct addressing mode for soft registers"
+#: c.opt:54
+msgid ""
+"Define a <macro> with <val> as its value.  If just <macro> is given, <val> "
+"is taken to be 1"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:78
-msgid "Compile with 32-bit integer mode"
+#: c.opt:61
+msgid "Add <dir> to the end of the main framework include path"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:83
-msgid "Specify the register allocation order"
+#: c.opt:65
+msgid "Print the name of header files as they are used"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:87
-msgid "Do not use direct addressing mode for soft registers"
+#: c.opt:69 c.opt:782
+msgid "Add <dir> to the end of the main include path"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:91
-msgid "Compile with 16-bit integer mode"
+#: c.opt:73
+msgid "Generate make dependencies"
 msgstr ""
 
-#: config/m68hc11/m68hc11.opt:95
-msgid "Indicate the number of soft registers available"
+#: c.opt:77
+msgid "Generate make dependencies and compile"
 msgstr ""
 
-#: config/m68k/m68k.opt:24
-msgid "Generate code for a 520X"
+#: c.opt:81
+msgid "Write dependency output to the given file"
 msgstr ""
 
-#: config/m68k/m68k.opt:28
-msgid "Generate code for a 5206e"
+#: c.opt:85
+msgid "Treat missing header files as generated files"
 msgstr ""
 
-#: config/m68k/m68k.opt:32
-msgid "Generate code for a 528x"
+#: c.opt:89
+msgid "Like -M but ignore system header files"
 msgstr ""
 
-#: config/m68k/m68k.opt:36
-msgid "Generate code for a 5307"
+#: c.opt:93
+msgid "Like -MD but ignore system header files"
 msgstr ""
 
-#: config/m68k/m68k.opt:40
-msgid "Generate code for a 5407"
+#: c.opt:97
+msgid "Generate phony targets for all headers"
 msgstr ""
 
-#: config/m68k/m68k.opt:44 config/m68k/m68k.opt:97
-msgid "Generate code for a 68000"
+#: c.opt:101
+msgid "Add a MAKE-quoted target"
 msgstr ""
 
-#: config/m68k/m68k.opt:48 config/m68k/m68k.opt:101
-msgid "Generate code for a 68020"
+#: c.opt:105
+msgid "Add an unquoted target"
 msgstr ""
 
-#: config/m68k/m68k.opt:52
-msgid "Generate code for a 68040, without any new instructions"
+#: c.opt:109
+msgid "Do not generate #line directives"
 msgstr ""
 
-#: config/m68k/m68k.opt:56
-msgid "Generate code for a 68060, without any new instructions"
+#: c.opt:113
+msgid "Undefine <macro>"
 msgstr ""
 
-#: config/m68k/m68k.opt:60
-msgid "Generate code for a 68030"
+#: c.opt:117
+msgid ""
+"Warn about things that will change when compiling with an ABI-compliant "
+"compiler"
 msgstr ""
 
-#: config/m68k/m68k.opt:64
-msgid "Generate code for a 68040"
+#: c.opt:121
+msgid "Enable most warning messages"
 msgstr ""
 
-#: config/m68k/m68k.opt:68
-msgid "Generate code for a 68060"
+#: c.opt:125
+msgid ""
+"Warn whenever an Objective-C assignment is being intercepted by the garbage "
+"collector"
 msgstr ""
 
-#: config/m68k/m68k.opt:72
-msgid "Generate code for a 68302"
+#: c.opt:129
+msgid "Warn about casting functions to incompatible types"
 msgstr ""
 
-#: config/m68k/m68k.opt:76
-msgid "Generate code for a 68332"
+#: c.opt:133
+msgid "Warn about C constructs that are not in the common subset of C and C++"
 msgstr ""
 
-#: config/m68k/m68k.opt:81
-msgid "Generate code for a 68851"
+#: c.opt:138
+msgid "Warn about casts which discard qualifiers"
 msgstr ""
 
-#: config/m68k/m68k.opt:85
-msgid "Generate code that uses 68881 floating-point instructions"
+#: c.opt:142
+msgid "Warn about subscripts whose type is \"char\""
 msgstr ""
 
-#: config/m68k/m68k.opt:89
-msgid "Align variables on a 32-bit boundary"
+#: c.opt:146
+msgid ""
+"Warn about possibly nested block comments, and C++ comments spanning more "
+"than one physical line"
 msgstr ""
 
-#: config/m68k/m68k.opt:93
-msgid "Use the bit-field instructions"
+#: c.opt:150
+msgid "Synonym for -Wcomment"
 msgstr ""
 
-#: config/m68k/m68k.opt:105
-msgid "Generate code for a cpu32"
+#: c.opt:154
+msgid "Warn about possibly confusing type conversions"
 msgstr ""
 
-#: config/m68k/m68k.opt:109
-msgid "Enable ID based shared library"
+#: c.opt:158
+msgid "Warn when all constructors and destructors are private"
 msgstr ""
 
-#: config/m68k/m68k.opt:113
-msgid "Do not use the bit-field instructions"
+#: c.opt:162
+msgid "Warn when a declaration is found after a statement"
 msgstr ""
 
-#: config/m68k/m68k.opt:117
-msgid "Use normal calling convention"
+#: c.opt:166
+msgid "Warn about deprecated compiler features"
 msgstr ""
 
-#: config/m68k/m68k.opt:121
-msgid "Consider type 'int' to be 32 bits wide"
+#: c.opt:170
+msgid "Warn about compile-time integer division by zero"
 msgstr ""
 
-#: config/m68k/m68k.opt:125
-msgid "Generate pc-relative code"
+#: c.opt:174
+msgid "Warn about violations of Effective C++ style rules"
 msgstr ""
 
-#: config/m68k/m68k.opt:129
-msgid "Use different calling convention using 'rtd'"
+#: c.opt:178
+msgid "Warn about stray tokens after #elif and #endif"
 msgstr ""
 
-#: config/m68k/m68k.opt:133
-msgid "Enable separate data segment"
+#: c.opt:186
+msgid "Make implicit function declarations an error"
 msgstr ""
 
-#: config/m68k/m68k.opt:141
-msgid "Consider type 'int' to be 16 bits wide"
+#: c.opt:190
+msgid "Warn if testing floating point numbers for equality"
 msgstr ""
 
-#: config/m68k/m68k.opt:145
-msgid "Generate code with library calls for floating point"
+#: c.opt:194
+msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
 msgstr ""
 
-#: config/m68k/m68k.opt:149
-msgid "Do not use unaligned memory references"
+#: c.opt:198
+msgid "Warn if passing too many arguments to a function for its format string"
 msgstr ""
 
-#: config/mcore/mcore.opt:24
-msgid "Generate code for the M*Core M210"
+#: c.opt:202
+msgid "Warn about format strings that are not literals"
 msgstr ""
 
-#: config/mcore/mcore.opt:28
-msgid "Generate code for the M*Core M340"
+#: c.opt:206
+msgid "Warn about possible security problems with format functions"
 msgstr ""
 
-#: config/mcore/mcore.opt:32
-msgid "Set maximum alignment to 4"
+#: c.opt:210
+msgid "Warn about strftime formats yielding 2-digit years"
 msgstr ""
 
-#: config/mcore/mcore.opt:36
-msgid "Force functions to be aligned to a 4 byte boundary"
+#: c.opt:214
+msgid "Warn about zero-length formats"
 msgstr ""
 
-#: config/mcore/mcore.opt:40
-msgid "Set maximum alignment to 8"
+#: c.opt:221
+msgid "Warn about variables which are initialized to themselves"
 msgstr ""
 
-#: config/mcore/mcore.opt:44
-msgid "Generate big-endian code"
+#: c.opt:228
+msgid "Warn about implicit function declarations"
 msgstr ""
 
-#: config/mcore/mcore.opt:48
-msgid "Emit call graph information"
+#: c.opt:232
+msgid "Warn when a declaration does not specify a type"
 msgstr ""
 
-#: config/mcore/mcore.opt:52
-msgid "Use the divide instruction"
+#: c.opt:236
+msgid "Deprecated.  This switch has no effect"
 msgstr ""
 
-#: config/mcore/mcore.opt:56
-msgid "Inline constants if it can be done in 2 insns or less"
+#: c.opt:240
+msgid ""
+"Warn when there is a cast to a pointer from an integer of a different size"
 msgstr ""
 
-#: config/mcore/mcore.opt:60
-msgid "Generate little-endian code"
+#: c.opt:244
+msgid "Warn about invalid uses of the \"offsetof\" macro"
 msgstr ""
 
-#: config/mcore/mcore.opt:68
-msgid "Use arbitrary sized immediates in bit operations"
+#: c.opt:248
+msgid "Warn about PCH files that are found but not used"
 msgstr ""
 
-#: config/mcore/mcore.opt:72
-msgid "Prefer word accesses over byte accesses"
+#: c.opt:252
+msgid "Do not warn about using \"long long\" when -pedantic"
 msgstr ""
 
-#: config/mcore/mcore.opt:76
-msgid "Set the maximum amount for a single stack increment operation"
+#: c.opt:256
+msgid "Warn about suspicious declarations of \"main\""
 msgstr ""
 
-#: config/mcore/mcore.opt:80
-msgid "Always treat bitfields as int-sized"
+#: c.opt:260
+msgid "Warn about possibly missing braces around initializers"
 msgstr ""
 
-#: config/mips/mips.opt:24
-msgid "Generate code that conforms to the given ABI"
+#: c.opt:264
+msgid "Warn about global functions without previous declarations"
 msgstr ""
 
-#: config/mips/mips.opt:28
-msgid "Use SVR4-style PIC"
+#: c.opt:268
+msgid "Warn about missing fields in struct initializers"
 msgstr ""
 
-#: config/mips/mips.opt:32
-msgid "Use PMC-style 'mad' instructions"
+#: c.opt:272
+msgid "Warn about functions which might be candidates for format attributes"
 msgstr ""
 
-#: config/mips/mips.opt:36
-msgid "Generate code for the given ISA"
+#: c.opt:276
+msgid "Warn about user-specified include directories that do not exist"
 msgstr ""
 
-#: config/mips/mips.opt:40
-msgid "Use Branch Likely instructions, overriding the architecture default"
+#: c.opt:280
+msgid "Warn about global functions without prototypes"
 msgstr ""
 
-#: config/mips/mips.opt:44
-msgid "Trap on integer divide by zero"
+#: c.opt:284
+msgid "Warn about use of multi-character character constants"
 msgstr ""
 
-#: config/mips/mips.opt:48
-msgid "Use branch-and-break sequences to check for integer divide by zero"
+#: c.opt:288
+msgid "Warn about \"extern\" declarations not at file scope"
 msgstr ""
 
-#: config/mips/mips.opt:52
-msgid "Use trap instructions to check for integer divide by zero"
+#: c.opt:292
+msgid ""
+"Warn when non-templatized friend functions are declared within a template"
 msgstr ""
 
-#: config/mips/mips.opt:56
-msgid ""
-"Allow hardware floating-point instructions to cover both 32-bit and 64-bit "
-"operations"
+#: c.opt:296
+msgid "Warn about non-virtual destructors"
 msgstr ""
 
-#: config/mips/mips.opt:60
-msgid "Use MIPS-DSP instructions"
+#: c.opt:300
+msgid ""
+"Warn about NULL being passed to argument slots marked as requiring non-NULL"
 msgstr ""
 
-#: config/mips/mips.opt:70
-msgid "Use big-endian byte order"
+#: c.opt:304
+msgid "Warn about non-normalised Unicode strings"
 msgstr ""
 
-#: config/mips/mips.opt:74
-msgid "Use little-endian byte order"
+#: c.opt:308
+msgid "Warn if a C-style cast is used in a program"
 msgstr ""
 
-#: config/mips/mips.opt:82
-msgid "Use NewABI-style %reloc() assembly operators"
+#: c.opt:312
+msgid "Warn if an old-style parameter definition is used"
 msgstr ""
 
-#: config/mips/mips.opt:86
-msgid "Work around certain R4000 errata"
+#: c.opt:316
+msgid "Warn about overloaded virtual function names"
 msgstr ""
 
-#: config/mips/mips.opt:90
-msgid "Work around certain R4400 errata"
+#: c.opt:320
+msgid "Warn about possibly missing parentheses"
 msgstr ""
 
-#: config/mips/mips.opt:94
-msgid "Work around errata for early SB-1 revision 2 cores"
+#: c.opt:324
+msgid "Warn when converting the type of pointers to member functions"
 msgstr ""
 
-#: config/mips/mips.opt:98
-msgid "Work around certain VR4120 errata"
+#: c.opt:328
+msgid "Warn about function pointer arithmetic"
 msgstr ""
 
-#: config/mips/mips.opt:102
-msgid "Work around VR4130 mflo/mfhi errata"
+#: c.opt:332
+msgid "Warn when a pointer is cast to an integer of a different size"
 msgstr ""
 
-#: config/mips/mips.opt:106
-msgid "Work around an early 4300 hardware bug"
+#: c.opt:336
+msgid "Warn about misuses of pragmas"
 msgstr ""
 
-#: config/mips/mips.opt:110
-msgid "FP exceptions are enabled"
+#: c.opt:340
+msgid "Warn if inherited methods are unimplemented"
 msgstr ""
 
-#: config/mips/mips.opt:114
-msgid "Use 32-bit floating-point registers"
+#: c.opt:344
+msgid "Warn about multiple declarations of the same object"
 msgstr ""
 
-#: config/mips/mips.opt:118
-msgid "Use 64-bit floating-point registers"
+#: c.opt:348
+msgid "Warn when the compiler reorders code"
 msgstr ""
 
-#: config/mips/mips.opt:122
-msgid "Use FUNC to flush the cache before calling stack trampolines"
+#: c.opt:352
+msgid ""
+"Warn whenever a function's return type defaults to \"int\" (C), or about "
+"inconsistent return types (C++)"
 msgstr ""
 
-#: config/mips/mips.opt:126
-msgid "Generate floating-point multiply-add instructions"
+#: c.opt:356
+msgid "Warn if a selector has multiple methods"
 msgstr ""
 
-#: config/mips/mips.opt:130
-msgid "Use 32-bit general registers"
+#: c.opt:360
+msgid "Warn about possible violations of sequence point rules"
 msgstr ""
 
-#: config/mips/mips.opt:134
-msgid "Use 64-bit general registers"
+#: c.opt:364
+msgid "Warn about signed-unsigned comparisons"
 msgstr ""
 
-#: config/mips/mips.opt:138
-msgid "Allow the use of hardware floating-point instructions"
+#: c.opt:368
+msgid "Warn when overload promotes from unsigned to signed"
 msgstr ""
 
-#: config/mips/mips.opt:142
-msgid "Generate code for ISA level N"
+#: c.opt:372
+msgid "Warn about uncasted NULL used as sentinel"
 msgstr ""
 
-#: config/mips/mips.opt:146
-msgid "Generate mips16 code"
+#: c.opt:376
+msgid "Warn about unprototyped function declarations"
 msgstr ""
 
-#: config/mips/mips.opt:150
-msgid "Use MIPS-3D instructions"
+#: c.opt:380
+msgid "Warn if type signatures of candidate methods do not match exactly"
 msgstr ""
 
-#: config/mips/mips.opt:154
-msgid "Use indirect calls"
+#: c.opt:384
+msgid "Warn when synthesis behavior differs from Cfront"
 msgstr ""
 
-#: config/mips/mips.opt:158
-msgid "Use a 32-bit long type"
+#: c.opt:388 common.opt:142
+msgid "Do not suppress warnings from system headers"
 msgstr ""
 
-#: config/mips/mips.opt:162
-msgid "Use a 64-bit long type"
+#: c.opt:392
+msgid "Warn about features not present in traditional C"
 msgstr ""
 
-#: config/mips/mips.opt:166
-msgid "Don't optimize block moves"
+#: c.opt:396
+msgid ""
+"Warn if trigraphs are encountered that might affect the meaning of the "
+"program"
 msgstr ""
 
-#: config/mips/mips.opt:170
-msgid "Use the mips-tfile postpass"
+#: c.opt:400
+msgid "Warn about @selector()s without previously declared methods"
 msgstr ""
 
-#: config/mips/mips.opt:174
-msgid "Do not use a cache-flushing function before calling stack trampolines"
+#: c.opt:404
+msgid "Warn if an undefined macro is used in an #if directive"
 msgstr ""
 
-#: config/mips/mips.opt:178
-msgid "Generate normal-mode code"
+#: c.opt:408
+msgid "Warn about unrecognized pragmas"
 msgstr ""
 
-#: config/mips/mips.opt:182
-msgid "Do not use MIPS-3D instructions"
+#: c.opt:412
+msgid "Warn about macros defined in the main file that are not used"
 msgstr ""
 
-#: config/mips/mips.opt:186
-msgid "Use paired-single floating-point instructions"
+#: c.opt:416
+msgid "Do not warn about using variadic macros when -pedantic"
 msgstr ""
 
-#: config/mips/mips.opt:190
-msgid ""
-"Restrict the use of hardware floating-point instructions to 32-bit operations"
+#: c.opt:420
+msgid "Give strings the type \"array of char\""
 msgstr ""
 
-#: config/mips/mips.opt:194
-msgid "Prevent the use of all hardware floating-point instructions"
+#: c.opt:424
+msgid "Warn when a pointer differs in signedness in an assignment"
 msgstr ""
 
-#: config/mips/mips.opt:198
-msgid "Optimize lui/addiu address loads"
+#: c.opt:428
+msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)"
 msgstr ""
 
-#: config/mips/mips.opt:202
-msgid "Assume all symbols have 32-bit values"
+#: c.opt:436
+msgid "Enforce class member access control semantics"
 msgstr ""
 
-#: config/mips/mips.opt:206
-msgid "Optimize the output for PROCESSOR"
+#: c.opt:443
+msgid "Change when template instances are emitted"
 msgstr ""
 
-#: config/mips/mips.opt:214
-msgid "Perform VR4130-specific alignment optimizations"
+#: c.opt:447
+msgid "Recognize the \"asm\" keyword"
 msgstr ""
 
-#: config/mips/mips.opt:218
-msgid "Lift restrictions on GOT size"
+#: c.opt:451
+msgid "Recognize built-in functions"
 msgstr ""
 
-#: config/mmix/mmix.opt:25
-msgid "For intrinsics library: pass all parameters in registers"
+#: c.opt:458
+msgid "Check the return value of new"
 msgstr ""
 
-#: config/mmix/mmix.opt:29
-msgid "Use register stack for parameters and return value"
+#: c.opt:462
+msgid "Allow the arguments of the '?' operator to have different types"
 msgstr ""
 
-#: config/mmix/mmix.opt:33
-msgid "Use call-clobbered registers for parameters and return value"
+#: c.opt:466
+msgid "Reduce the size of object files"
 msgstr ""
 
-#: config/mmix/mmix.opt:38
-msgid "Use epsilon-respecting floating point compare instructions"
+#: c.opt:470
+msgid "Make string literals \"const char[]\" not \"char[]\""
 msgstr ""
 
-#: config/mmix/mmix.opt:42
-msgid "Use zero-extending memory loads, not sign-extending ones"
+#: c.opt:474
+msgid "Use class <name> for constant strings"
 msgstr ""
 
-#: config/mmix/mmix.opt:46
-msgid ""
-"Generate divide results with reminder having the same sign as the divisor "
-"(not the dividend)"
+#: c.opt:478
+msgid "Inline member functions by default"
 msgstr ""
 
-#: config/mmix/mmix.opt:50
-msgid "Prepend global symbols with \":\" (for use with PREFIX)"
+#: c.opt:482
+msgid "Permit '$' as an identifier character"
 msgstr ""
 
-#: config/mmix/mmix.opt:54
-msgid "Do not provide a default start-address 0x100 of the program"
+#: c.opt:489
+msgid "Generate code to check exception specifications"
 msgstr ""
 
-#: config/mmix/mmix.opt:58
-msgid "Link to emit program in ELF format (rather than mmo)"
+#: c.opt:496
+msgid "Convert all strings and character constants to character set <cset>"
 msgstr ""
 
-#: config/mmix/mmix.opt:62
-msgid "Use P-mnemonics for branches statically predicted as taken"
+#: c.opt:500
+msgid "Permit universal character names (\\u and \\U) in identifiers"
 msgstr ""
 
-#: config/mmix/mmix.opt:66
-msgid "Don't use P-mnemonics for branches"
+#: c.opt:504
+msgid "Specify the default character set for source files"
 msgstr ""
 
-#: config/mmix/mmix.opt:80
-msgid "Use addresses that allocate global registers"
+#: c.opt:521
+msgid "Scope of for-init-statement variables is local to the loop"
 msgstr ""
 
-#: config/mmix/mmix.opt:84
-msgid "Do not use addresses that allocate global registers"
+#: c.opt:525
+msgid "Do not assume that standard C libraries and \"main\" exist"
 msgstr ""
 
-#: config/mmix/mmix.opt:88
-msgid "Generate a single exit point for each function"
+#: c.opt:529
+msgid "Recognize GNU-defined keywords"
 msgstr ""
 
-#: config/mmix/mmix.opt:92
-msgid "Do not generate a single exit point for each function"
+#: c.opt:533
+msgid "Generate code for GNU runtime environment"
 msgstr ""
 
-#: config/mmix/mmix.opt:96
-msgid "Set start-address of the program"
+#: c.opt:546
+msgid "Assume normal C execution environment"
 msgstr ""
 
-#: config/mmix/mmix.opt:100
-msgid "Set start-address of data"
+#: c.opt:550
+msgid "Enable support for huge objects"
 msgstr ""
 
-#: config/mn10300/mn10300.opt:24
-msgid "Target the AM33 processor"
+#: c.opt:554
+msgid "Export functions even if they can be inlined"
 msgstr ""
 
-#: config/mn10300/mn10300.opt:28
-msgid "Target the AM33/2.0 processor"
+#: c.opt:558
+msgid "Emit implicit instantiations of inline templates"
 msgstr ""
 
-#: config/mn10300/mn10300.opt:32
-msgid "Work around hardware multiply bug"
+#: c.opt:562
+msgid "Emit implicit instantiations of templates"
 msgstr ""
 
-#: config/mn10300/mn10300.opt:37
-msgid "Enable linker relaxations"
+#: c.opt:566
+msgid "Inject friend functions into enclosing namespace"
 msgstr ""
 
-#: config/ms1/ms1.opt:24
-msgid "Generate multiply instructions"
+#: c.opt:573
+msgid "Don't warn about uses of Microsoft extensions"
 msgstr ""
 
-#: config/ms1/ms1.opt:28
-msgid "Use byte loads and stores when generating code."
+#: c.opt:583
+msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
 msgstr ""
 
-#: config/ms1/ms1.opt:36
-msgid "Do not include crt0.o in the startup files"
+#: c.opt:587
+msgid "Assume that receivers of Objective-C messages may be nil"
 msgstr ""
 
-#: config/ms1/ms1.opt:40 config/ms1/ms1.opt:44 config/ms1/ms1.opt:48
-#: config/ms1/ms1.opt:52 config/ms1/ms1.opt:56
-msgid "Internal debug switch"
+#: c.opt:599
+msgid ""
+"Generate special Objective-C methods to initialize/destroy non-POD C++ "
+"ivars, if needed"
 msgstr ""
 
-#: config/pa/pa-hpux.opt:24
-msgid "Generate cpp defines for server IO"
+#: c.opt:603
+msgid "Allow fast jumps to the message dispatcher"
 msgstr ""
 
-#: config/pa/pa-hpux.opt:28 config/pa/pa-hpux1010.opt:24
-#: config/pa/pa-hpux1111.opt:24
-msgid "Specify UNIX standard for predefines and linking"
+#: c.opt:609
+msgid "Enable Objective-C exception and synchronization syntax"
 msgstr ""
 
-#: config/pa/pa-hpux.opt:32
-msgid "Generate cpp defines for workstation IO"
+#: c.opt:613
+msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs"
 msgstr ""
 
-#: config/pa/pa.opt:24 config/pa/pa.opt:77 config/pa/pa.opt:85
-msgid "Generate PA1.0 code"
+#: c.opt:618
+msgid "Enable Objective-C setjmp exception handling runtime"
 msgstr ""
 
-#: config/pa/pa.opt:28 config/pa/pa.opt:89 config/pa/pa.opt:109
-msgid "Generate PA1.1 code"
+#: c.opt:622
+msgid "Recognize C++ kewords like \"compl\" and \"xor\""
 msgstr ""
 
-#: config/pa/pa.opt:32 config/pa/pa.opt:93
-msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
+#: c.opt:626
+msgid "Enable optional diagnostics"
 msgstr ""
 
-#: config/pa/pa.opt:36
-msgid "Generate code for huge switch statements"
+#: c.opt:633
+msgid "Look for and use PCH files even when preprocessing"
 msgstr ""
 
-#: config/pa/pa.opt:40
-msgid "Disable FP regs"
+#: c.opt:637
+msgid "Downgrade conformance errors to warnings"
 msgstr ""
 
-#: config/pa/pa.opt:44
-msgid "Disable indexed addressing"
+#: c.opt:641
+msgid "Treat the input file as already preprocessed"
 msgstr ""
 
-#: config/pa/pa.opt:48
-msgid "Generate fast indirect calls"
+#: c.opt:645
+msgid ""
+"Used in Fix-and-Continue mode to indicate that object files may be swapped "
+"in at runtime"
 msgstr ""
 
-#: config/pa/pa.opt:56
-msgid "Assume code will be assembled by GAS"
+#: c.opt:649
+msgid "Enable automatic template instantiation"
 msgstr ""
 
-#: config/pa/pa.opt:60
-msgid "Put jumps in call delay slots"
+#: c.opt:653
+msgid "Generate run time type descriptor information"
 msgstr ""
 
-#: config/pa/pa.opt:65
-msgid "Enable linker optimizations"
+#: c.opt:657
+msgid "Use the same size for double as for float"
 msgstr ""
 
-#: config/pa/pa.opt:69
-msgid "Always generate long calls"
+#: c.opt:665
+msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
 msgstr ""
 
-#: config/pa/pa.opt:73
-msgid "Emit long load/store sequences"
+#: c.opt:669
+msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
 msgstr ""
 
-#: config/pa/pa.opt:81
-msgid "Disable space regs"
+#: c.opt:673
+msgid "Make \"char\" signed by default"
 msgstr ""
 
-#: config/pa/pa.opt:97
-msgid "Use portable calling conventions"
+#: c.opt:680
+msgid "Display statistics accumulated during compilation"
 msgstr ""
 
-#: config/pa/pa.opt:101
-msgid ""
-"Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, "
-"7200, 7300, and 8000"
+#: c.opt:687
+msgid "Distance between tab stops for column reporting"
 msgstr ""
 
-#: config/pa/pa.opt:113
-msgid "Do not disable space regs"
+#: c.opt:691
+msgid "Specify maximum template instantiation depth"
 msgstr ""
 
-#: config/pa/pa64-hpux.opt:24
-msgid "Assume code will be linked by GNU ld"
+#: c.opt:698
+msgid "Do not generate thread-safe code for initializing local statics"
 msgstr ""
 
-#: config/pa/pa64-hpux.opt:28
-msgid "Assume code will be linked by HP ld"
+#: c.opt:702
+msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:24
-msgid "Generate code for an 11/10"
+#: c.opt:706
+msgid "Make \"char\" unsigned by default"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:28
-msgid "Generate code for an 11/40"
+#: c.opt:710
+msgid "Use __cxa_atexit to register destructors"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:32
-msgid "Generate code for an 11/45"
+#: c.opt:714
+msgid "Marks all inlined methods as having hidden visibility"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:36
-msgid "Use 16-bit abs patterns"
+#: c.opt:718
+msgid "Discard unused virtual functions"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:40
-msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)"
+#: c.opt:722
+msgid "Implement vtables using thunks"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:44
-msgid "Do not use inline patterns for copying memory"
+#: c.opt:726
+msgid "Emit common-like symbols as weak symbols"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:48
-msgid "Use inline patterns for copying memory"
+#: c.opt:730
+msgid ""
+"Convert all wide strings and character constants to character set <cset>"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:52
-msgid "Do not pretend that branches are expensive"
+#: c.opt:734
+msgid "Generate a #line directive pointing at the current working directory"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:56
-msgid "Pretend that branches are expensive"
+#: c.opt:738
+msgid "Emit cross referencing information"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:60
-msgid "Use the DEC assembler syntax"
+#: c.opt:742
+msgid ""
+"Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:64
-msgid "Use 32 bit float"
+#: c.opt:746
+msgid "Dump declarations to a .decl file"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:68
-msgid "Use 64 bit float"
+#: c.opt:750 c.opt:778
+msgid "Add <dir> to the end of the system include path"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:76
-msgid "Use 16 bit int"
+#: c.opt:754
+msgid "Accept definition of macros in <file>"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:80
-msgid "Use 32 bit int"
+#: c.opt:758
+msgid "Include the contents of <file> before other files"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:84 config/rs6000/rs6000.opt:85
-msgid "Do not use hardware floating point"
+#: c.opt:762
+msgid "Specify <path> as a prefix for next two options"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:88
-msgid "Target has split I&D"
+#: c.opt:766
+msgid "Set <dir> to be the system root directory"
 msgstr ""
 
-#: config/pdp11/pdp11.opt:92
-msgid "Use UNIX assembler syntax"
+#: c.opt:770
+msgid "Add <dir> to the start of the system include path"
 msgstr ""
 
-#: config/rs6000/aix41.opt:25 config/rs6000/aix64.opt:33
-msgid "Support message passing with the Parallel Environment"
+#: c.opt:774
+msgid "Add <dir> to the end of the quote include path"
 msgstr ""
 
-#: config/rs6000/aix.opt:25 config/rs6000/rs6000.opt:124
-msgid "Conform more closely to IBM XLC semantics"
+#: c.opt:795
+msgid ""
+"Do not search standard system include directories (those specified with -"
+"isystem will still be used)"
 msgstr ""
 
-#: config/rs6000/aix64.opt:25
-msgid "Compile for 64-bit pointers"
+#: c.opt:799
+msgid "Do not search standard system include directories for C++"
 msgstr ""
 
-#: config/rs6000/aix64.opt:29
-msgid "Compile for 32-bit pointers"
+#: c.opt:815
+msgid "Generate C header of platform-specific features"
 msgstr ""
 
-#: config/rs6000/darwin.opt:25 config/rs6000/sysv4.opt:133
-msgid "Generate 64-bit code"
+#: c.opt:819
+msgid "Print a checksum of the executable for PCH validity checking, and stop"
 msgstr ""
 
-#: config/rs6000/darwin.opt:29 config/rs6000/sysv4.opt:137
-msgid "Generate 32-bit code"
+#: c.opt:823
+msgid "Remap file names when including files"
 msgstr ""
 
-#: config/rs6000/darwin.opt:33
-msgid "Generate code suitable for executables (NOT shared libs)"
+#: c.opt:827
+msgid "Conform to the ISO 1998 C++ standard"
 msgstr ""
 
-#: config/rs6000/linux64.opt:25
-msgid "Call mcount for profiling before a function prologue"
+#: c.opt:831 c.opt:859
+msgid "Conform to the ISO 1990 C standard"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:25
-msgid "Use POWER instruction set"
+#: c.opt:835 c.opt:867
+msgid "Conform to the ISO 1999 C standard"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:29
-msgid "Do not use POWER instruction set"
+#: c.opt:839
+msgid "Deprecated in favor of -std=c99"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:33
-msgid "Use POWER2 instruction set"
+#: c.opt:843
+msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:37
-msgid "Use PowerPC instruction set"
+#: c.opt:847
+msgid "Conform to the ISO 1990 C standard with GNU extensions"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:41
-msgid "Do not use PowerPC instruction set"
+#: c.opt:851
+msgid "Conform to the ISO 1999 C standard with GNU extensions"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:45
-msgid "Use PowerPC-64 instruction set"
+#: c.opt:855
+msgid "Deprecated in favor of -std=gnu99"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:49
-msgid "Use PowerPC General Purpose group optional instructions"
+#: c.opt:863
+msgid "Conform to the ISO 1990 C standard as amended in 1994"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:53
-msgid "Use PowerPC Graphics group optional instructions"
+#: c.opt:871
+msgid "Deprecated in favor of -std=iso9899:1999"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:57
-msgid "Generate single field mfcr instruction"
+#: c.opt:875
+msgid "Enable traditional preprocessing"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:61
-msgid "Use PowerPC/AS popcntb instruction"
+#: c.opt:879
+msgid "Support ISO C trigraphs"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:65
-msgid "Use AltiVec instructions"
+#: c.opt:883
+msgid "Do not predefine system-specific and GCC-specific macros"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:69
-msgid "Generate load/store multiple instructions"
+#: c.opt:887
+msgid "Enable verbose output"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:73
-msgid "Generate string instructions for block moves"
+#: common.opt:28
+msgid "Display this information"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:77
-msgid "Use new mnemonics for PowerPC architecture"
+#: common.opt:32
+msgid ""
+"Set parameter <param> to value.  See below for a complete list of parameters"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:81
-msgid "Use old mnemonics for PowerPC architecture"
+#: common.opt:42
+msgid ""
+"Put global and static data smaller than <number> bytes into a special "
+"section (on some targets)"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:93
-msgid "Do not generate load/store with update instructions"
+#: common.opt:46
+msgid "Set optimization level to <number>"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:97
-msgid "Generate load/store with update instructions"
+#: common.opt:50
+msgid "Optimize for space rather than speed"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:101
-msgid "Do not generate fused multiply/add instructions"
+#: common.opt:54
+msgid "This switch is deprecated; use -Wextra instead"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:105
-msgid "Generate fused multiply/add instructions"
+#: common.opt:58
+msgid "Warn about returning structures, unions or arrays"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:109
-msgid "Schedule the start and end of the procedure"
+#: common.opt:62
+msgid "Warn about inappropriate attribute usage"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:116
-msgid "Return all structures in memory (AIX default)"
+#: common.opt:66
+msgid "Warn about pointer casts which increase alignment"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:120
-msgid "Return small structures in registers (SVR4 default)"
+#: common.opt:70
+msgid "Warn about uses of __attribute__((deprecated)) declarations"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:128
-msgid "Generate software floating point divide for better throughput"
+#: common.opt:74
+msgid "Warn when an optimization pass is disabled"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:132
-msgid "Do not place floating point constants in TOC"
+#: common.opt:78
+msgid "Treat all warnings as errors"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:136
-msgid "Place floating point constants in TOC"
+#: common.opt:82
+msgid "Print extra (possibly unwanted) warnings"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:140
-msgid "Do not place symbol+offset constants in TOC"
+#: common.opt:86
+msgid "Exit on the first error occurred"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:144
-msgid "Place symbol+offset constants in TOC"
+#: common.opt:90
+msgid "Warn when an inlined function cannot be inlined"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:155
-msgid "Use only one TOC entry per procedure"
+#: common.opt:94
+msgid "Warn if an object is larger than <number> bytes"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:159
-msgid "Put everything in the regular TOC"
+#: common.opt:98
+msgid "Warn if the loop cannot be optimized due to nontrivial assumptions."
 msgstr ""
 
-#: config/rs6000/rs6000.opt:163
-msgid "Generate VRSAVE instructions when generating AltiVec code"
+#: common.opt:102
+msgid ""
+"Warn about functions which might be candidates for __attribute__((noreturn))"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:167
-msgid "Deprecated option.  Use -mvrsave/-mno-vrsave instead"
+#: common.opt:106
+msgid "Warn when the packed attribute has no effect on struct layout"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:171
-msgid "Generate isel instructions"
+#: common.opt:110
+msgid "Warn when padding is required to align structure members"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:175
-msgid "Deprecated option.  Use -misel/-mno-isel instead"
+#: common.opt:114
+msgid "Warn when one local variable shadows another"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:179
-msgid "Generate SPE SIMD instructions on E500"
+#: common.opt:118
+msgid "Warn when not issuing stack smashing protection for some reason"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:183
-msgid "Deprecated option.  Use -mspe/-mno-spe instead"
-msgstr ""
+#: common.opt:122 common.opt:126
+msgid "Warn about code which might break strict aliasing rules"
+msgstr ""
 
-#: config/rs6000/rs6000.opt:187
-msgid "Enable debug output"
+#: common.opt:130
+msgid "Warn about enumerated switches, with no default, missing a case"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:191
-msgid "Specify ABI to use"
+#: common.opt:134
+msgid "Warn about enumerated switches missing a \"default:\" statement"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:195 config/sparc/sparc.opt:92
-msgid "Use features of and schedule code for given CPU"
+#: common.opt:138
+msgid "Warn about all enumerated switches missing a specific case"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:203
-msgid "Select full, part, or no traceback table"
+#: common.opt:146
+msgid "Warn about uninitialized automatic variables"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:207
-msgid "Avoid all range limits on call instructions"
+#: common.opt:150
+msgid "Warn about code that will never be executed"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:211
-msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
+#: common.opt:154
+msgid "Enable all -Wunused- warnings"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:215
-msgid "Select GPR floating point method"
+#: common.opt:158
+msgid "Warn when a function is unused"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:219
-msgid "Specify size of long double (64 or 128 bits)"
+#: common.opt:166
+msgid "Warn when a function parameter is unused"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:223
-msgid "Determine which dependences between insns are considered costly"
+#: common.opt:170
+msgid "Warn when an expression value is unused"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:227
-msgid "Specify which post scheduling nop insertion scheme to apply"
+#: common.opt:174
+msgid "Warn when a variable is unused"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:231
-msgid "Specify alignment of structure fields default/natural"
+#: common.opt:178
+msgid "Warn when a register variable is declared volatile"
 msgstr ""
 
-#: config/rs6000/rs6000.opt:235
-msgid "Specify scheduling priority for dispatch slot restricted insns"
+#: common.opt:182
+msgid "Emit declaration information into <file>"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:25
-msgid "Select ABI calling convention"
+#: common.opt:195
+msgid "Enable dumps from specific passes of the compiler"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:29
-msgid "Select method for sdata handling"
+#: common.opt:199
+msgid "Set the file basename to be used for dumps"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:37 config/rs6000/sysv4.opt:41
-msgid "Align to the base type of the bit-field"
+#: common.opt:217
+msgid "Align the start of functions"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:46 config/rs6000/sysv4.opt:50
-msgid "Produce code relocatable at runtime"
+#: common.opt:224
+msgid "Align labels which are only reached by jumping"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:54 config/rs6000/sysv4.opt:58
-msgid "Produce little endian code"
+#: common.opt:231
+msgid "Align all labels"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:62 config/rs6000/sysv4.opt:66
-msgid "Produce big endian code"
+#: common.opt:238
+msgid "Align the start of loops"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:71 config/rs6000/sysv4.opt:75
-#: config/rs6000/sysv4.opt:84 config/rs6000/sysv4.opt:101
-#: config/rs6000/sysv4.opt:129 config/rs6000/sysv4.opt:141
-msgid "no description yet"
+#: common.opt:251
+msgid "Specify that arguments may alias each other and globals"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:79
-msgid "Assume all variable arg functions are prototyped"
+#: common.opt:255
+msgid "Assume arguments may alias globals but not each other"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:88
-msgid "Use EABI"
+#: common.opt:259
+msgid "Assume arguments alias neither each other nor globals"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:92
-msgid "Allow bit-fields to cross word boundaries"
+#: common.opt:263
+msgid "Generate unwind tables that are exact at each instruction boundary"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:96
-msgid "Use alternate register names"
+#: common.opt:271
+msgid "Generate code to check bounds before indexing arrays"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:105
-msgid "Link with libsim.a, libc.a and sim-crt0.o"
+#: common.opt:275
+msgid "Replace add, compare, branch with branch on count register"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:109
-msgid "Link with libads.a, libc.a and crt0.o"
+#: common.opt:279
+msgid "Use profiling information for branch probabilities"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:113
-msgid "Link with libyk.a, libc.a and crt0.o"
+#: common.opt:283
+msgid ""
+"Perform branch target load optimization before prologue / epilogue threading"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:117
-msgid "Link with libmvme.a, libc.a and crt0.o"
+#: common.opt:287
+msgid ""
+"Perform branch target load optimization after prologue / epilogue threading"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:121
-msgid "Set the PPC_EMB bit in the ELF flags header"
+#: common.opt:291
+msgid ""
+"Restrict target load migration not to re-use registers in any basic block"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:125
-msgid "Use the WindISS simulator"
+#: common.opt:295
+msgid "Mark <register> as being preserved across functions"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:145
-msgid "Generate code to use a non-exec PLT and GOT"
+#: common.opt:299
+msgid "Mark <register> as being corrupted by function calls"
 msgstr ""
 
-#: config/rs6000/sysv4.opt:149
-msgid "Generate code for old exec BSS PLT"
+#: common.opt:306
+msgid "Save registers around function calls"
 msgstr ""
 
-#: config/s390/s390.opt:24
-msgid "31 bit ABI"
+#: common.opt:310
+msgid "Do not put uninitialized globals in the common section"
 msgstr ""
 
-#: config/s390/s390.opt:28
-msgid "64 bit ABI"
+#: common.opt:314
+msgid "Perform a register copy-propagation optimization pass"
 msgstr ""
 
-#: config/s390/s390.opt:36
-msgid "Maintain backchain pointer"
+#: common.opt:318
+msgid "Perform cross-jumping optimization"
 msgstr ""
 
-#: config/s390/s390.opt:40
-msgid "Additional debug prints"
+#: common.opt:322
+msgid "When running CSE, follow jumps to their targets"
 msgstr ""
 
-#: config/s390/s390.opt:44
-msgid "ESA/390 architecture"
+#: common.opt:326
+msgid "When running CSE, follow conditional jumps"
 msgstr ""
 
-#: config/s390/s390.opt:48
-msgid "Enable fused multiply/add instructions"
+#: common.opt:330
+msgid "Omit range reduction step when performing complex division"
 msgstr ""
 
-#: config/s390/s390.opt:56
-msgid "Use packed stack layout"
+#: common.opt:334
+msgid "Place data items into their own section"
 msgstr ""
 
-#: config/s390/s390.opt:60
-msgid "Use bras for executable < 64k"
+#: common.opt:340
+msgid "Defer popping functions args from stack until later"
 msgstr ""
 
-#: config/s390/s390.opt:64
-msgid "Don't use hardware fp"
+#: common.opt:344
+msgid "Attempt to fill delay slots of branch instructions"
 msgstr ""
 
-#: config/s390/s390.opt:68
+#: common.opt:348
+msgid "Delete useless null pointer checks"
+msgstr ""
+
+#: common.opt:352
 msgid ""
-"Set the max. number of bytes which has to be left to stack size before a "
-"trap instruction is triggered"
+"How often to emit source location at the beginning of line-wrapped "
+"diagnostics"
 msgstr ""
 
-#: config/s390/s390.opt:72
+#: common.opt:356
 msgid ""
-"Emit extra code in the function prologue in order to trap if the stack size "
-"exceeds the given limit"
+"Amend appropriate diagnostic messages with the command line option that "
+"controls them"
 msgstr ""
 
-#: config/s390/s390.opt:80
-msgid "mvcle use"
+#: common.opt:360
+msgid "Dump various compiler internals to a file"
 msgstr ""
 
-#: config/s390/s390.opt:84
-msgid "Warn if a function uses alloca or creates an array with dynamic size"
+#: common.opt:364
+msgid ""
+"Suppress output of instruction numbers and line number notes in debugging "
+"dumps"
 msgstr ""
 
-#: config/s390/s390.opt:88
-msgid "Warn if a single function's framesize exceeds the given framesize"
+#: common.opt:368
+msgid "Perform early inlining"
 msgstr ""
 
-#: config/s390/s390.opt:92
-msgid "z/Architecture"
+#: common.opt:372
+msgid "Perform DWARF2 duplicate elimination"
 msgstr ""
 
-#: config/s390/tpf.opt:24
-msgid "Enable TPF-OS tracing code"
+#: common.opt:376 common.opt:380
+msgid "Perform unused type elimination in debug info"
 msgstr ""
 
-#: config/s390/tpf.opt:28
-msgid "Specify main object for TPF-OS"
+#: common.opt:384
+msgid "Enable exception handling"
 msgstr ""
 
-#: config/sh/sh.opt:45
-msgid "Generate SH1 code"
+#: common.opt:388
+msgid "Perform a number of minor, expensive optimizations"
 msgstr ""
 
-#: config/sh/sh.opt:49
-msgid "Generate SH2 code"
+#: common.opt:395
+msgid "Assume no NaNs or infinities are generated"
 msgstr ""
 
-#: config/sh/sh.opt:53
-msgid "Generate SH2a code"
+#: common.opt:399
+msgid "Mark <register> as being unavailable to the compiler"
 msgstr ""
 
-#: config/sh/sh.opt:57
-msgid "Generate SH2a FPU-less code"
+#: common.opt:403
+msgid "Don't allocate floats and doubles in extended-precision registers"
 msgstr ""
 
-#: config/sh/sh.opt:61
-msgid "Generate default single-precision SH2a code"
+#: common.opt:409
+msgid "Copy memory address constants into registers before use"
 msgstr ""
 
-#: config/sh/sh.opt:65
-msgid "Generate only single-precision SH2a code"
+#: common.opt:415
+msgid "Copy memory operands into registers before use"
 msgstr ""
 
-#: config/sh/sh.opt:69
-msgid "Generate SH2e code"
+#: common.opt:422
+msgid "Allow function addresses to be held in registers"
 msgstr ""
 
-#: config/sh/sh.opt:73
-msgid "Generate SH3 code"
+#: common.opt:426
+msgid "Place each function into its own section"
 msgstr ""
 
-#: config/sh/sh.opt:77
-msgid "Generate SH3e code"
+#: common.opt:430
+msgid "Perform global common subexpression elimination"
 msgstr ""
 
-#: config/sh/sh.opt:81
-msgid "Generate SH4 code"
+#: common.opt:434
+msgid ""
+"Perform enhanced load motion during global common subexpression elimination"
 msgstr ""
 
-#: config/sh/sh.opt:85
-msgid "Generate SH4 FPU-less code"
+#: common.opt:438
+msgid "Perform store motion after global common subexpression elimination"
 msgstr ""
 
-#: config/sh/sh.opt:89
-msgid "Generate default single-precision SH4 code"
+#: common.opt:442
+msgid ""
+"Perform redundant load after store elimination in global common subexpression"
 msgstr ""
 
-#: config/sh/sh.opt:93
-msgid "Generate only single-precision SH4 code"
+#: common.opt:447
+msgid ""
+"Perform global common subexpression elimination after register allocation"
 msgstr ""
 
-#: config/sh/sh.opt:97
-msgid "Generate SH4a code"
+#: common.opt:452
+msgid "Enable guessing of branch probabilities"
 msgstr ""
 
-#: config/sh/sh.opt:101
-msgid "Generate SH4a FPU-less code"
+#: common.opt:460
+msgid "Process #ident directives"
 msgstr ""
 
-#: config/sh/sh.opt:105
-msgid "Generate default single-precision SH4a code"
+#: common.opt:464
+msgid "Perform conversion of conditional jumps to branchless equivalents"
 msgstr ""
 
-#: config/sh/sh.opt:109
-msgid "Generate only single-precision SH4a code"
+#: common.opt:468
+msgid "Perform conversion of conditional jumps to conditional execution"
 msgstr ""
 
-#: config/sh/sh.opt:113
-msgid "Generate SH4al-dsp code"
+#: common.opt:476
+msgid "Do not generate .size directives"
 msgstr ""
 
-#: config/sh/sh.opt:117
-msgid "Generate 32-bit SHmedia code"
+#: common.opt:485
+msgid "Pay attention to the \"inline\" keyword"
 msgstr ""
 
-#: config/sh/sh.opt:121
-msgid "Generate 32-bit FPU-less SHmedia code"
+#: common.opt:489
+msgid "Integrate simple functions into their callers"
 msgstr ""
 
-#: config/sh/sh.opt:125
-msgid "Generate 64-bit SHmedia code"
+#: common.opt:493
+msgid "Integrate functions called once into their callers"
 msgstr ""
 
-#: config/sh/sh.opt:129
-msgid "Generate 64-bit FPU-less SHmedia code"
+#: common.opt:500
+msgid "Limit the size of inlined functions to <number>"
 msgstr ""
 
-#: config/sh/sh.opt:133
-msgid "Generate SHcompact code"
+#: common.opt:504
+msgid "Instrument function entry and exit with profiling calls"
 msgstr ""
 
-#: config/sh/sh.opt:137
-msgid "Generate FPU-less SHcompact code"
+#: common.opt:508
+msgid "Perform Interprocedural constant propagation"
 msgstr ""
 
-#: config/sh/sh.opt:141
+#: common.opt:512
+msgid "Discover pure and const functions"
+msgstr ""
+
+#: common.opt:516
+msgid "Discover readonly and non addressable static variables"
+msgstr ""
+
+#: common.opt:520
+msgid "Type based escape and alias analysis"
+msgstr ""
+
+#: common.opt:524
+msgid "Optimize induction variables on trees"
+msgstr ""
+
+#: common.opt:528
+msgid "Use jump tables for sufficiently large switch statements"
+msgstr ""
+
+#: common.opt:532
+msgid "Generate code for functions even if they are fully inlined"
+msgstr ""
+
+#: common.opt:536
+msgid "Emit static const variables even if they are not used"
+msgstr ""
+
+#: common.opt:540
+msgid "Give external symbols a leading underscore"
+msgstr ""
+
+#: common.opt:544
+msgid "Perform loop optimizations"
+msgstr ""
+
+#: common.opt:548
+msgid "Perform loop optimizations using the new loop optimizer"
+msgstr ""
+
+#: common.opt:552
+msgid "Set errno after built-in math functions"
+msgstr ""
+
+#: common.opt:556
+msgid "Report on permanent memory allocation"
+msgstr ""
+
+#: common.opt:563
+msgid "Attempt to merge identical constants and constant variables"
+msgstr ""
+
+#: common.opt:567
+msgid "Attempt to merge identical constants across compilation units"
+msgstr ""
+
+#: common.opt:571
 msgid ""
-"Throttle unrolling to avoid thrashing target registers unless the unroll "
-"benefit outweighs this"
+"Limit diagnostics to <number> characters per line.  0 suppresses line-"
+"wrapping"
 msgstr ""
 
-#: config/sh/sh.opt:145
-msgid "Generate code in big endian mode"
+#: common.opt:575
+msgid "Perform SMS based modulo scheduling before the first scheduling pass"
 msgstr ""
 
-#: config/sh/sh.opt:149
-msgid "Generate 32-bit offsets in switch tables"
+#: common.opt:579
+msgid "Move loop invariant computations out of loops"
 msgstr ""
 
-#: config/sh/sh.opt:153
-msgid "Enable SH5 cut2 workaround"
+#: common.opt:583
+msgid "Add mudflap bounds-checking instrumentation for single-threaded program"
 msgstr ""
 
-#: config/sh/sh.opt:157
-msgid "Align doubles at 64-bit boundaries"
+#: common.opt:587
+msgid "Add mudflap bounds-checking instrumentation for multi-threaded program"
 msgstr ""
 
-#: config/sh/sh.opt:161
+#: common.opt:591
+msgid "Ignore read operations when inserting mudflap instrumentation"
+msgstr ""
+
+#: common.opt:595
 msgid ""
-"Division strategy, one of: call, call2, fp, inv, inv:minlat, inv20u, inv20l, "
-"inv:call, inv:call2, inv:fp"
+"Enable/Disable the traditional scheduling in loops that already passed "
+"modulo scheduling"
 msgstr ""
 
-#: config/sh/sh.opt:165
-msgid "Specify name for 32 bit signed division function"
+#: common.opt:599
+msgid "Support synchronous non-call exceptions"
 msgstr ""
 
-#: config/sh/sh.opt:172
-msgid "Cost to assume for gettr insn"
+#: common.opt:603
+msgid "When possible do not generate stack frames"
 msgstr ""
 
-#: config/sh/sh.opt:176 config/sh/sh.opt:222
-msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions"
+#: common.opt:607
+msgid "Do the full register move optimization pass"
 msgstr ""
 
-#: config/sh/sh.opt:180
-msgid "Increase the IEEE compliance for floating-point code"
+#: common.opt:611
+msgid "Optimize sibling and tail recursive calls"
 msgstr ""
 
-#: config/sh/sh.opt:184
-msgid "Enable the use of the indexed addressing mode for SHmedia32/SHcompact"
+#: common.opt:615
+msgid "Pack structure members together without holes"
 msgstr ""
 
-#: config/sh/sh.opt:188
-msgid "Assume symbols might be invalid"
+#: common.opt:619
+msgid "Set initial maximum structure member alignment"
 msgstr ""
 
-#: config/sh/sh.opt:192
-msgid "Annotate assembler instructions with estimated addresses"
+#: common.opt:623
+msgid "Return small aggregates in memory, not registers"
 msgstr ""
 
-#: config/sh/sh.opt:196
-msgid "Generate code in little endian mode"
+#: common.opt:627
+msgid "Perform loop peeling"
 msgstr ""
 
-#: config/sh/sh.opt:200
-msgid "Mark MAC register as call-clobbered"
+#: common.opt:631
+msgid "Enable machine specific peephole optimizations"
 msgstr ""
 
-#: config/sh/sh.opt:206
-msgid "Make structs a multiple of 4 bytes (warning: ABI altered)"
+#: common.opt:635
+msgid "Enable an RTL peephole pass before sched2"
 msgstr ""
 
-#: config/sh/sh.opt:210
-msgid "Emit function-calls using global offset table when generating PIC"
+#: common.opt:639
+msgid "Generate position-independent code if possible (large mode)"
 msgstr ""
 
-#: config/sh/sh.opt:214
-msgid "Assume pt* instructions won't trap"
+#: common.opt:643
+msgid ""
+"Generate position-independent code for executables if possible (large mode)"
 msgstr ""
 
-#: config/sh/sh.opt:218
-msgid "Shorten address references during linking"
+#: common.opt:647
+msgid "Generate position-independent code if possible (small mode)"
 msgstr ""
 
-#: config/sh/sh.opt:226
-msgid "Deprecated. Use -Os instead"
+#: common.opt:651
+msgid ""
+"Generate position-independent code for executables if possible (small mode)"
 msgstr ""
 
-#: config/sh/sh.opt:230
-msgid "Cost to assume for a multiply insn"
+#: common.opt:655
+msgid "Generate prefetch instructions, if available, for arrays in loops"
 msgstr ""
 
-#: config/sh/sh.opt:234
+#: common.opt:659
+msgid "Enable basic program profiling code"
+msgstr ""
+
+#: common.opt:663
+msgid "Insert arc-based program profiling code"
+msgstr ""
+
+#: common.opt:667
 msgid ""
-"Generate library function call to invalidate instruction cache entries after "
-"fixing trampoline"
+"Enable common options for generating profile info for profile feedback "
+"directed optimizations"
+msgstr ""
+
+#: common.opt:671
+msgid ""
+"Enable common options for performing profile feedback directed optimizations"
+msgstr ""
+
+#: common.opt:675
+msgid "Insert code to profile values of expressions"
+msgstr ""
+
+#: common.opt:682
+msgid "Make compile reproducible using <string>"
+msgstr ""
+
+#: common.opt:686
+msgid "Return small aggregates in registers"
+msgstr ""
+
+#: common.opt:690
+msgid "Enables a register move optimization"
+msgstr ""
+
+#: common.opt:694
+msgid "Perform a register renaming optimization pass"
+msgstr ""
+
+#: common.opt:698
+msgid "Reorder basic blocks to improve code placement"
+msgstr ""
+
+#: common.opt:702
+msgid "Reorder basic blocks and partition into hot and cold sections"
+msgstr ""
+
+#: common.opt:706
+msgid "Reorder functions to improve code placement"
+msgstr ""
+
+#: common.opt:710
+msgid "Add a common subexpression elimination pass after loop optimizations"
+msgstr ""
+
+#: common.opt:714
+msgid "Run the loop optimizer twice"
+msgstr ""
+
+#: common.opt:718
+msgid "Disable optimizations that assume default FP rounding behavior"
+msgstr ""
+
+#: common.opt:722
+msgid "Enable scheduling across basic blocks"
+msgstr ""
+
+#: common.opt:726
+msgid "Allow speculative motion of non-loads"
+msgstr ""
+
+#: common.opt:730
+msgid "Allow speculative motion of some loads"
+msgstr ""
+
+#: common.opt:734
+msgid "Allow speculative motion of more loads"
+msgstr ""
+
+#: common.opt:738
+msgid "Set the verbosity level of the scheduler"
+msgstr ""
+
+#: common.opt:742
+msgid "If scheduling post reload, do superblock scheduling"
+msgstr ""
+
+#: common.opt:746
+msgid "If scheduling post reload, do trace scheduling"
+msgstr ""
+
+#: common.opt:750
+msgid "Reschedule instructions before register allocation"
+msgstr ""
+
+#: common.opt:754
+msgid "Reschedule instructions after register allocation"
+msgstr ""
+
+#: common.opt:760
+msgid "Allow premature scheduling of queued insns"
+msgstr ""
+
+#: common.opt:764
+msgid "Set number of queued insns that can be prematurely scheduled"
+msgstr ""
+
+#: common.opt:772 common.opt:776
+msgid ""
+"Set dependence distance checking in premature scheduling of queued insns"
+msgstr ""
+
+#: common.opt:780
+msgid "Mark data as shared rather than private"
+msgstr ""
+
+#: common.opt:784
+msgid "Show column numbers in diagnostics, when available.  Default on"
+msgstr ""
+
+#: common.opt:788
+msgid "Disable optimizations observable by IEEE signaling NaNs"
+msgstr ""
+
+#: common.opt:792
+msgid "Convert floating point constants to single precision constants"
+msgstr ""
+
+#: common.opt:796
+msgid "Split lifetimes of induction variables when loops are unrolled"
+msgstr ""
+
+#: common.opt:800
+msgid "Apply variable expansion when loops are unrolled"
+msgstr ""
+
+#: common.opt:806
+msgid "Insert stack checking code into the program"
+msgstr ""
+
+#: common.opt:813
+msgid "Trap if the stack goes past <register>"
+msgstr ""
+
+#: common.opt:817
+msgid "Trap if the stack goes past symbol <name>"
+msgstr ""
+
+#: common.opt:821
+msgid "Use propolice as a stack protection method"
+msgstr ""
+
+#: common.opt:825
+msgid "Use a stack protection method for every function"
+msgstr ""
+
+#: common.opt:829
+msgid "Perform strength reduction optimizations"
+msgstr ""
+
+#: common.opt:837
+msgid "Assume strict aliasing rules apply"
+msgstr ""
+
+#: common.opt:841
+msgid "Check for syntax errors, then stop"
+msgstr ""
+
+#: common.opt:845
+msgid "Create data files needed by \"gcov\""
+msgstr ""
+
+#: common.opt:849
+msgid "Perform jump threading optimizations"
+msgstr ""
+
+#: common.opt:853
+msgid "Report the time taken by each compiler pass"
+msgstr ""
+
+#: common.opt:857
+msgid "Set the default thread-local storage code generation model"
+msgstr ""
+
+#: common.opt:861
+msgid "Perform superblock formation via tail duplication"
+msgstr ""
+
+#: common.opt:868
+msgid "Assume floating-point operations can trap"
+msgstr ""
+
+#: common.opt:872
+msgid "Trap for signed overflow in addition, subtraction and multiplication"
+msgstr ""
+
+#: common.opt:876
+msgid "Enable SSA-CCP optimization on trees"
+msgstr ""
+
+#: common.opt:880
+msgid "Enable SSA-CCP optimization for stores and loads"
+msgstr ""
+
+#: common.opt:884
+msgid "Enable loop header copying on trees"
+msgstr ""
+
+#: common.opt:888
+msgid "Coalesce memory temporaries in the SSA->normal pass"
+msgstr ""
+
+#: common.opt:892
+msgid "Replace SSA temporaries with better names in copies"
+msgstr ""
+
+#: common.opt:896
+msgid "Enable copy propagation on trees"
+msgstr ""
+
+#: common.opt:900
+msgid "Enable copy propagation for stores and loads"
+msgstr ""
+
+#: common.opt:904
+msgid "Enable SSA dead code elimination optimization on trees"
+msgstr ""
+
+#: common.opt:908
+msgid "Enable dominator optimizations"
+msgstr ""
+
+#: common.opt:912
+msgid "Enable dead store elimination"
+msgstr ""
+
+#: common.opt:916
+msgid "Enable Full Redundancy Elimination (FRE) on trees"
+msgstr ""
+
+#: common.opt:920
+msgid "Enable loop invariant motion on trees"
+msgstr ""
+
+#: common.opt:924
+msgid "Enable linear loop transforms on trees"
+msgstr ""
+
+#: common.opt:928
+msgid "Create canonical induction variables in loops"
+msgstr ""
+
+#: common.opt:932
+msgid "Enable loop optimizations on tree level"
+msgstr ""
+
+#: common.opt:936
+msgid "Enable SSA-PRE optimization on trees"
+msgstr ""
+
+#: common.opt:940
+msgid "Perform structural alias analysis"
+msgstr ""
+
+#: common.opt:944
+msgid "Enable SSA code sinking on trees"
+msgstr ""
+
+#: common.opt:948
+msgid "Perform scalar replacement of aggregates"
+msgstr ""
+
+#: common.opt:952
+msgid "Replace temporary expressions in the SSA->normal pass"
+msgstr ""
+
+#: common.opt:956
+msgid "Perform live range splitting during the SSA->normal pass"
+msgstr ""
+
+#: common.opt:960
+msgid "Perform Value Range Propagation on trees"
+msgstr ""
+
+#: common.opt:964
+msgid "Compile whole compilation unit at a time"
+msgstr ""
+
+#: common.opt:968
+msgid "Perform loop unrolling when iteration count is known"
+msgstr ""
+
+#: common.opt:972
+msgid "Perform loop unrolling for all loops"
+msgstr ""
+
+#: common.opt:979
+msgid "Allow loop optimizations to assume that the loops behave in normal way"
+msgstr ""
+
+#: common.opt:987
+msgid "Allow math optimizations that may violate IEEE or ISO standards"
+msgstr ""
+
+#: common.opt:991
+msgid "Perform loop unswitching"
+msgstr ""
+
+#: common.opt:995
+msgid "Just generate unwind tables for exception handling"
+msgstr ""
+
+#: common.opt:999
+msgid "Perform variable tracking"
+msgstr ""
+
+#: common.opt:1003
+msgid "Enable loop vectorization on trees"
+msgstr ""
+
+#: common.opt:1007
+msgid "Enable loop versioning when doing loop vectorization on trees"
+msgstr ""
+
+#: common.opt:1011
+msgid "Set the verbosity level of the vectorizer"
+msgstr ""
+
+#: common.opt:1021
+msgid "Add extra commentary to assembler output"
+msgstr ""
+
+#: common.opt:1025
+msgid "Set the default symbol visibility"
+msgstr ""
+
+#: common.opt:1030
+msgid "Use expression value profiles in optimizations"
+msgstr ""
+
+#: common.opt:1034
+msgid "Construct webs and split unrelated uses of single variable"
+msgstr ""
+
+#: common.opt:1038
+msgid "Perform whole program optimizations"
+msgstr ""
+
+#: common.opt:1042
+msgid "Assume signed arithmetic overflow wraps around"
+msgstr ""
+
+#: common.opt:1046
+msgid "Put zero initialized data in the bss section"
+msgstr ""
+
+#: common.opt:1050
+msgid "Generate debug information in default format"
+msgstr ""
+
+#: common.opt:1054
+msgid "Generate debug information in COFF format"
+msgstr ""
+
+#: common.opt:1058
+msgid "Generate debug information in DWARF v2 format"
+msgstr ""
+
+#: common.opt:1062
+msgid "Generate debug information in default extended format"
+msgstr ""
+
+#: common.opt:1066
+msgid "Generate debug information in STABS format"
+msgstr ""
+
+#: common.opt:1070
+msgid "Generate debug information in extended STABS format"
+msgstr ""
+
+#: common.opt:1074
+msgid "Generate debug information in VMS format"
+msgstr ""
+
+#: common.opt:1078
+msgid "Generate debug information in XCOFF format"
+msgstr ""
+
+#: common.opt:1082
+msgid "Generate debug information in extended XCOFF format"
+msgstr ""
+
+#: common.opt:1086
+msgid "Place output into <file>"
+msgstr ""
+
+#: common.opt:1090
+msgid "Enable function profiling"
+msgstr ""
+
+#: common.opt:1094
+msgid "Issue warnings needed for strict compliance to the standard"
+msgstr ""
+
+#: common.opt:1098
+msgid "Like -pedantic but issue them as errors"
+msgstr ""
+
+#: common.opt:1102
+msgid "Do not display functions compiled or elapsed time"
+msgstr ""
+
+#: common.opt:1106
+msgid "Display the compiler's version"
+msgstr ""
+
+#: common.opt:1110
+msgid "Suppress warnings"
+msgstr ""
+
+#: attribs.c:175
+#, gcc-internal-format
+msgid "%qs attribute directive ignored"
+msgstr ""
+
+#: attribs.c:183
+#, gcc-internal-format
+msgid "wrong number of arguments specified for %qs attribute"
+msgstr ""
+
+#: attribs.c:200
+#, gcc-internal-format
+msgid "%qs attribute does not apply to types"
+msgstr ""
+
+#: attribs.c:247
+#, gcc-internal-format
+msgid "%qs attribute only applies to function types"
+msgstr ""
+
+#: bb-reorder.c:1872
+#, gcc-internal-format
+msgid "multiple hot/cold transitions found (bb %i)"
+msgstr ""
+
+#: bt-load.c:1504
+#, gcc-internal-format
+msgid ""
+"branch target register load optimization is not intended to be run twice"
+msgstr ""
+
+#: builtins.c:366
+#, gcc-internal-format
+msgid "offset outside bounds of constant string"
+msgstr ""
+
+#: builtins.c:966
+#, gcc-internal-format
+msgid "second argument to %<__builtin_prefetch%> must be a constant"
+msgstr ""
+
+#: builtins.c:973
+#, gcc-internal-format
+msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
+msgstr ""
+
+#: builtins.c:981
+#, gcc-internal-format
+msgid "third argument to %<__builtin_prefetch%> must be a constant"
+msgstr ""
+
+#: builtins.c:988
+#, gcc-internal-format
+msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
+msgstr ""
+
+#: builtins.c:4078
+#, gcc-internal-format
+msgid "argument of %<__builtin_args_info%> must be constant"
+msgstr ""
+
+#: builtins.c:4084
+#, gcc-internal-format
+msgid "argument of %<__builtin_args_info%> out of range"
+msgstr ""
+
+#: builtins.c:4090
+#, gcc-internal-format
+msgid "missing argument in %<__builtin_args_info%>"
+msgstr ""
+
+#: builtins.c:4186 gimplify.c:1883
+#, gcc-internal-format
+msgid "too few arguments to function %<va_start%>"
+msgstr ""
+
+#: builtins.c:4349
+#, gcc-internal-format
+msgid "first argument to %<va_arg%> not of type %<va_list%>"
+msgstr ""
+
+#. Unfortunately, this is merely undefined, rather than a constraint
+#. violation, so we cannot make this an error.  If this call is never
+#. executed, the program is still strictly conforming.
+#: builtins.c:4363
+#, gcc-internal-format
+msgid "%qT is promoted to %qT when passed through %<...%>"
+msgstr ""
+
+#: builtins.c:4368
+#, gcc-internal-format
+msgid "(so you should pass %qT not %qT to %<va_arg%>)"
+msgstr ""
+
+#. We can, however, treat "undefined" any way we please.
+#. Call abort to encourage the user to fix the program.
+#: builtins.c:4374 c-typeck.c:2186
+#, gcc-internal-format
+msgid "if this code is reached, the program will abort"
+msgstr ""
+
+#: builtins.c:4493
+#, gcc-internal-format
+msgid "invalid argument to %<__builtin_frame_address%>"
+msgstr ""
+
+#: builtins.c:4495
+#, gcc-internal-format
+msgid "invalid argument to %<__builtin_return_address%>"
+msgstr ""
+
+#: builtins.c:4508
+#, gcc-internal-format
+msgid "unsupported argument to %<__builtin_frame_address%>"
+msgstr ""
+
+#: builtins.c:4510
+#, gcc-internal-format
+msgid "unsupported argument to %<__builtin_return_address%>"
+msgstr ""
+
+#: builtins.c:4613
+#, gcc-internal-format
+msgid "second argument to %<__builtin_expect%> must be a constant"
+msgstr ""
+
+#: builtins.c:6075
+#, gcc-internal-format
+msgid "%<__builtin_longjmp%> second argument must be 1"
+msgstr ""
+
+#: builtins.c:6639
+#, gcc-internal-format
+msgid "target format does not support infinity"
+msgstr ""
+
+#: builtins.c:8481 builtins.c:8575
+#, gcc-internal-format
+msgid "too few arguments to function %qs"
+msgstr ""
+
+#: builtins.c:8487 builtins.c:8581
+#, gcc-internal-format
+msgid "too many arguments to function %qs"
+msgstr ""
+
+#: builtins.c:8493 builtins.c:8606
+#, gcc-internal-format
+msgid "non-floating-point argument to function %qs"
+msgstr ""
+
+#: builtins.c:9700
+#, gcc-internal-format
+msgid "%<va_start%> used in function with fixed args"
+msgstr ""
+
+#. Evidently an out of date version of <stdarg.h>; can't validate
+#. va_start's second argument, but can still work as intended.
+#: builtins.c:9707
+#, gcc-internal-format
+msgid "%<__builtin_next_arg%> called without an argument"
+msgstr ""
+
+#: builtins.c:9722
+#, gcc-internal-format
+msgid "%<va_start%> used with too many arguments"
+msgstr ""
+
+#. FIXME: Sometimes with the tree optimizers we can get the
+#. not the last argument even though the user used the last
+#. argument.  We just warn and set the arg to be the last
+#. argument so that we will get wrong-code because of
+#. it.
+#: builtins.c:9742
+#, gcc-internal-format
+msgid "second parameter of %<va_start%> not last named argument"
+msgstr ""
+
+#: builtins.c:9851
+#, gcc-internal-format
+msgid "%Hfirst argument of %D must be a pointer, second integer constant"
+msgstr ""
+
+#: builtins.c:9864
+#, gcc-internal-format
+msgid "%Hlast argument of %D is not integer constant between 0 and 3"
+msgstr ""
+
+#: builtins.c:9910 builtins.c:10063 builtins.c:10128
+#, gcc-internal-format
+msgid "%Hcall to %D will always overflow destination buffer"
+msgstr ""
+
+#: c-common.c:831
+#, gcc-internal-format
+msgid "%qD is not defined outside of function scope"
+msgstr ""
+
+#: c-common.c:852
+#, gcc-internal-format
+msgid ""
+"string length %qd is greater than the length %qd ISO C%d compilers are "
+"required to support"
+msgstr ""
+
+#: c-common.c:893
+#, gcc-internal-format
+msgid "overflow in constant expression"
+msgstr ""
+
+#: c-common.c:913
+#, gcc-internal-format
+msgid "integer overflow in expression"
+msgstr ""
+
+#: c-common.c:922
+#, gcc-internal-format
+msgid "floating point overflow in expression"
+msgstr ""
+
+#: c-common.c:928
+#, gcc-internal-format
+msgid "vector overflow in expression"
+msgstr ""
+
+#. This detects cases like converting -129 or 256 to unsigned char.
+#: c-common.c:950
+#, gcc-internal-format
+msgid "large integer implicitly truncated to unsigned type"
+msgstr ""
+
+#: c-common.c:953
+#, gcc-internal-format
+msgid "negative integer implicitly converted to unsigned type"
+msgstr ""
+
+#: c-common.c:1013
+#, gcc-internal-format
+msgid "overflow in implicit constant conversion"
+msgstr ""
+
+#: c-common.c:1149
+#, gcc-internal-format
+msgid "operation on %qE may be undefined"
+msgstr ""
+
+#: c-common.c:1435
+#, gcc-internal-format
+msgid "case label does not reduce to an integer constant"
+msgstr ""
+
+#: c-common.c:1475
+#, gcc-internal-format
+msgid "case label value is less than minimum value for type"
 msgstr ""
 
-#: config/sparc/little-endian.opt:24
-msgid "Generate code for little-endian"
+#: c-common.c:1483
+#, gcc-internal-format
+msgid "case label value exceeds maximum value for type"
 msgstr ""
 
-#: config/sparc/little-endian.opt:28
-msgid "Generate code for big-endian"
+#: c-common.c:1491
+#, gcc-internal-format
+msgid "lower value in case label range less than minimum value for type"
 msgstr ""
 
-#: config/sparc/sparc.opt:24 config/sparc/sparc.opt:28
-msgid "Use hardware FP"
+#: c-common.c:1500
+#, gcc-internal-format
+msgid "upper value in case label range exceeds maximum value for type"
 msgstr ""
 
-#: config/sparc/sparc.opt:32
-msgid "Do not use hardware FP"
+#: c-common.c:1840
+#, gcc-internal-format
+msgid "invalid truth-value expression"
 msgstr ""
 
-#: config/sparc/sparc.opt:36
-msgid "Assume possible double misalignment"
+#: c-common.c:1888
+#, gcc-internal-format
+msgid "invalid operands to binary %s"
 msgstr ""
 
-#: config/sparc/sparc.opt:40
-msgid "Pass -assert pure-text to linker"
+#: c-common.c:2123
+#, gcc-internal-format
+msgid "comparison is always false due to limited range of data type"
 msgstr ""
 
-#: config/sparc/sparc.opt:44
-msgid "Use ABI reserved registers"
+#: c-common.c:2125
+#, gcc-internal-format
+msgid "comparison is always true due to limited range of data type"
 msgstr ""
 
-#: config/sparc/sparc.opt:48
-msgid "Use hardware quad FP instructions"
+#: c-common.c:2195
+#, gcc-internal-format
+msgid "comparison of unsigned expression >= 0 is always true"
 msgstr ""
 
-#: config/sparc/sparc.opt:52
-msgid "Do not use hardware quad fp instructions"
+#: c-common.c:2204
+#, gcc-internal-format
+msgid "comparison of unsigned expression < 0 is always false"
 msgstr ""
 
-#: config/sparc/sparc.opt:56
-msgid "Compile for V8+ ABI"
+#: c-common.c:2246
+#, gcc-internal-format
+msgid "pointer of type %<void *%> used in arithmetic"
 msgstr ""
 
-#: config/sparc/sparc.opt:60
-msgid "Use UltraSPARC Visual Instruction Set extensions"
+#: c-common.c:2252
+#, gcc-internal-format
+msgid "pointer to a function used in arithmetic"
 msgstr ""
 
-#: config/sparc/sparc.opt:64
-msgid "Pointers are 64-bit"
+#: c-common.c:2258
+#, gcc-internal-format
+msgid "pointer to member function used in arithmetic"
 msgstr ""
 
-#: config/sparc/sparc.opt:68
-msgid "Pointers are 32-bit"
+#. Common Ada/Pascal programmer's mistake.  We always warn
+#. about this since it is so bad.
+#: c-common.c:2384
+#, gcc-internal-format
+msgid "the address of %qD, will always evaluate as %<true%>"
 msgstr ""
 
-#: config/sparc/sparc.opt:72
-msgid "Use 64-bit ABI"
+#: c-common.c:2481
+#, gcc-internal-format
+msgid "suggest parentheses around assignment used as truth value"
 msgstr ""
 
-#: config/sparc/sparc.opt:76
-msgid "Use 32-bit ABI"
+#: c-common.c:2549 c-common.c:2589
+#, gcc-internal-format
+msgid "invalid use of %<restrict%>"
 msgstr ""
 
-#: config/sparc/sparc.opt:80
-msgid "Use stack bias"
+#: c-common.c:2805
+#, gcc-internal-format
+msgid "invalid application of %<sizeof%> to a function type"
 msgstr ""
 
-#: config/sparc/sparc.opt:84
-msgid "Use structs on stronger alignment for double-word copies"
+#: c-common.c:2815
+#, gcc-internal-format
+msgid "invalid application of %qs to a void type"
 msgstr ""
 
-#: config/sparc/sparc.opt:88
-msgid "Optimize tail call instructions in assembler and linker"
+#: c-common.c:2821
+#, gcc-internal-format
+msgid "invalid application of %qs to incomplete type %qT "
 msgstr ""
 
-#: config/sparc/sparc.opt:100
-msgid "Use given SPARC-V9 code model"
+#: c-common.c:2862
+#, gcc-internal-format
+msgid "%<__alignof%> applied to a bit-field"
 msgstr ""
 
-#: config/stormy16/stormy16.opt:25
-msgid "Provide libraries for the simulator"
+#: c-common.c:3393
+#, gcc-internal-format
+msgid "cannot disable built-in function %qs"
 msgstr ""
 
-#: config/v850/v850.opt:24
-msgid "Use registers r2 and r5"
+#: c-common.c:3581
+#, gcc-internal-format
+msgid "pointers are not permitted as case values"
 msgstr ""
 
-#: config/v850/v850.opt:28
-msgid "Use 4 byte entries in switch tables"
+#: c-common.c:3587
+#, gcc-internal-format
+msgid "range expressions in switch statements are non-standard"
 msgstr ""
 
-#: config/v850/v850.opt:32
-msgid "Enable backend debugging"
+#: c-common.c:3613
+#, gcc-internal-format
+msgid "empty range specified"
 msgstr ""
 
-#: config/v850/v850.opt:36
-msgid "Do not use the callt instruction"
+#: c-common.c:3673
+#, gcc-internal-format
+msgid "duplicate (or overlapping) case value"
 msgstr ""
 
-#: config/v850/v850.opt:40
-msgid "Reuse r30 on a per function basis"
+#: c-common.c:3674
+#, gcc-internal-format
+msgid "%Jthis is the first entry overlapping that value"
 msgstr ""
 
-#: config/v850/v850.opt:44
-msgid "Support Green Hills ABI"
+#: c-common.c:3678
+#, gcc-internal-format
+msgid "duplicate case value"
 msgstr ""
 
-#: config/v850/v850.opt:48
-msgid "Prohibit PC relative function calls"
+#: c-common.c:3679
+#, gcc-internal-format
+msgid "%Jpreviously used here"
 msgstr ""
 
-#: config/v850/v850.opt:52
-msgid "Use stubs for function prologues"
+#: c-common.c:3683
+#, gcc-internal-format
+msgid "multiple default labels in one switch"
 msgstr ""
 
-#: config/v850/v850.opt:56
-msgid "Set the max size of data eligible for the SDA area"
+#: c-common.c:3684
+#, gcc-internal-format
+msgid "%Jthis is the first default label"
 msgstr ""
 
-#: config/v850/v850.opt:60
-msgid "Enable the use of the short load instructions"
+#: c-common.c:3733
+#, gcc-internal-format
+msgid "%Jcase value %qs not in enumerated type"
 msgstr ""
 
-#: config/v850/v850.opt:64
-msgid "Same as: -mep -mprolog-function"
+#: c-common.c:3736
+#, gcc-internal-format
+msgid "%Jcase value %qs not in enumerated type %qT"
 msgstr ""
 
-#: config/v850/v850.opt:68
-msgid "Set the max size of data eligible for the TDA area"
+#: c-common.c:3793
+#, gcc-internal-format
+msgid "%Hswitch missing default case"
 msgstr ""
 
-#: config/v850/v850.opt:72
-msgid "Enforce strict alignment"
+#. Warn if there are enumerators that don't correspond to
+#. case expressions.
+#: c-common.c:3853
+#, gcc-internal-format
+msgid "%Henumeration value %qE not handled in switch"
 msgstr ""
 
-#: config/v850/v850.opt:79
-msgid "Compile for the v850 processor"
+#: c-common.c:3880
+#, gcc-internal-format
+msgid "taking the address of a label is non-standard"
 msgstr ""
 
-#: config/v850/v850.opt:83
-msgid "Compile for the v850e processor"
+#: c-common.c:4049 c-common.c:4068 c-common.c:4086 c-common.c:4113
+#: c-common.c:4132 c-common.c:4155 c-common.c:4176 c-common.c:4201
+#: c-common.c:4227 c-common.c:4275 c-common.c:4302 c-common.c:4353
+#: c-common.c:4378 c-common.c:4406 c-common.c:4425 c-common.c:4757
+#: c-common.c:4822 c-common.c:4918 c-common.c:4984 c-common.c:5002
+#: c-common.c:5048 c-common.c:5118 c-common.c:5142 c-common.c:5429
+#: c-common.c:5452 c-common.c:5491
+#, gcc-internal-format
+msgid "%qE attribute ignored"
 msgstr ""
 
-#: config/v850/v850.opt:87
-msgid "Compile for the v850e1 processor"
+#: c-common.c:4256
+#, gcc-internal-format
+msgid "%qE attribute have effect only on public objects"
 msgstr ""
 
-#: config/v850/v850.opt:91
-msgid "Set the max size of data eligible for the ZDA area"
+#: c-common.c:4463
+#, gcc-internal-format
+msgid "unknown machine mode %qs"
 msgstr ""
 
-#: config/vax/vax.opt:24 config/vax/vax.opt:28
-msgid "Target DFLOAT double precision code"
+#: c-common.c:4483
+#, gcc-internal-format
+msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
 msgstr ""
 
-#: config/vax/vax.opt:32 config/vax/vax.opt:36
-msgid "Generate GFLOAT double precision code"
+#: c-common.c:4486
+#, gcc-internal-format
+msgid "use __attribute__ ((vector_size)) instead"
 msgstr ""
 
-#: config/vax/vax.opt:40
-msgid "Generate code for GNU assembler (gas)"
+#: c-common.c:4495
+#, gcc-internal-format
+msgid "unable to emulate %qs"
 msgstr ""
 
-#: config/vax/vax.opt:44
-msgid "Generate code for UNIX assembler"
+#: c-common.c:4505
+#, gcc-internal-format
+msgid "invalid pointer mode %qs"
 msgstr ""
 
-#: config/vax/vax.opt:48
-msgid "Use VAXC structure conventions"
+#: c-common.c:4520
+#, gcc-internal-format
+msgid "no data type for mode %qs"
 msgstr ""
 
-#: config/xtensa/xtensa.opt:24
-msgid "Use CONST16 instruction to load constants"
+#: c-common.c:4530
+#, gcc-internal-format
+msgid "cannot use mode %qs for enumeral types"
 msgstr ""
 
-#: config/xtensa/xtensa.opt:28
-msgid "Enable fused multiply/add and multiply/subtract FP instructions"
+#: c-common.c:4557
+#, gcc-internal-format
+msgid "mode %qs applied to inappropriate type"
 msgstr ""
 
-#: config/xtensa/xtensa.opt:32
-msgid "Use indirect CALLXn instructions for large programs"
+#: c-common.c:4588
+#, gcc-internal-format
+msgid "%Jsection attribute cannot be specified for local variables"
 msgstr ""
 
-#: config/xtensa/xtensa.opt:36
-msgid "Automatically align branch targets to reduce branch penalties"
+#: c-common.c:4599
+#, gcc-internal-format
+msgid "section of %q+D conflicts with previous declaration"
 msgstr ""
 
-#: config/xtensa/xtensa.opt:40
-msgid "Intersperse literal pools with code in the text section"
+#: c-common.c:4608
+#, gcc-internal-format
+msgid "section attribute not allowed for %q+D"
 msgstr ""
 
-#: fortran/lang.opt:30
-msgid "Add a directory for INCLUDE and MODULE searching"
+#: c-common.c:4614
+#, gcc-internal-format
+msgid "%Jsection attributes are not supported for this target"
 msgstr ""
 
-#: fortran/lang.opt:34
-msgid "Put MODULE files in 'directory'"
+#: c-common.c:4646
+#, gcc-internal-format
+msgid "requested alignment is not a constant"
 msgstr ""
 
-#: fortran/lang.opt:42
-msgid "Warn about possible aliasing of dummy arguments"
+#: c-common.c:4651
+#, gcc-internal-format
+msgid "requested alignment is not a power of 2"
 msgstr ""
 
-#: fortran/lang.opt:46
-msgid "Warn about implicit conversion"
+#: c-common.c:4656
+#, gcc-internal-format
+msgid "requested alignment is too large"
 msgstr ""
 
-#: fortran/lang.opt:50
-msgid "Warn about calls with implicit interface"
+#: c-common.c:4682
+#, gcc-internal-format
+msgid "alignment may not be specified for %q+D"
 msgstr ""
 
-#: fortran/lang.opt:54
-msgid "Warn about truncated source lines"
+#: c-common.c:4720
+#, gcc-internal-format
+msgid "%q+D defined both normally and as an alias"
 msgstr ""
 
-#: fortran/lang.opt:58
-msgid "Warn about usage of non-standard intrinsics"
+#: c-common.c:4736
+#, gcc-internal-format
+msgid "alias argument not a string"
 msgstr ""
 
-#: fortran/lang.opt:62
-msgid "Warn about \"suspicious\" constructs"
+#: c-common.c:4787
+#, gcc-internal-format
+msgid "%Jweakref attribute must appear before alias attribute"
 msgstr ""
 
-#: fortran/lang.opt:66
-msgid "Warn about underflow of numerical constant expressions"
+#: c-common.c:4815
+#, gcc-internal-format
+msgid "%qE attribute ignored on non-class types"
 msgstr ""
 
-#: fortran/lang.opt:74
-msgid ""
-"Do not treat local variables and COMMON blocks as if they were named in SAVE "
-"statements"
+#: c-common.c:4828
+#, gcc-internal-format
+msgid "visibility argument not a string"
 msgstr ""
 
-#: fortran/lang.opt:78
-msgid "Specify that backslash in string introduces an escape character"
+#: c-common.c:4840
+#, gcc-internal-format
+msgid "%qE attribute ignored on types"
 msgstr ""
 
-#: fortran/lang.opt:82
-msgid "Set the default double precision kind to an 8 byte wide type"
+#: c-common.c:4855
+#, gcc-internal-format
+msgid ""
+"visibility argument must be one of \"default\", \"hidden\", \"protected\" or "
+"\"internal\""
 msgstr ""
 
-#: fortran/lang.opt:86
-msgid "Set the default integer kind to an 8 byte wide type"
+#: c-common.c:4926
+#, gcc-internal-format
+msgid "tls_model argument not a string"
 msgstr ""
 
-#: fortran/lang.opt:90
-msgid "Set the default real kind to an 8 byte wide type"
+#: c-common.c:4939
+#, gcc-internal-format
+msgid ""
+"tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-"
+"dynamic\" or \"global-dynamic\""
 msgstr ""
 
-#: fortran/lang.opt:94
-msgid "Ignore 'D' in column one in fixed form"
+#: c-common.c:4958 c-common.c:5022
+#, gcc-internal-format
+msgid "%J%qE attribute applies only to functions"
 msgstr ""
 
-#: fortran/lang.opt:98
-msgid "Treat lines with 'D' in column one as comments"
+#: c-common.c:4963 c-common.c:5027
+#, gcc-internal-format
+msgid "%Jcan%'t set %qE attribute after definition"
 msgstr ""
 
-#: fortran/lang.opt:102
-msgid "Allow dollar signs in entity names"
+#: c-common.c:5116
+#, gcc-internal-format
+msgid "%qE attribute ignored for %qE"
 msgstr ""
 
-#: fortran/lang.opt:106
-msgid "Display the code tree after parsing"
+#: c-common.c:5171
+#, gcc-internal-format
+msgid "invalid vector type for attribute %qE"
 msgstr ""
 
-#: fortran/lang.opt:110
-msgid "Use f2c calling convention"
+#: c-common.c:5179
+#, gcc-internal-format
+msgid "number of components of the vector not a power of two"
 msgstr ""
 
-#: fortran/lang.opt:114
-msgid "Assume that the source file is fixed form"
+#: c-common.c:5207
+#, gcc-internal-format
+msgid "nonnull attribute without arguments on a non-prototype"
 msgstr ""
 
-#: fortran/lang.opt:118
-msgid "Assume that the source file is free form"
+#: c-common.c:5222
+#, gcc-internal-format
+msgid "nonnull argument has invalid operand number (argument %lu)"
 msgstr ""
 
-#: fortran/lang.opt:122
-msgid "Append underscores to externally visible names"
+#: c-common.c:5241
+#, gcc-internal-format
+msgid ""
+"nonnull argument with out-of-range operand number (argument %lu, operand %lu)"
 msgstr ""
 
-#: fortran/lang.opt:126
-msgid "Append a second underscore if the name already contains an underscore"
+#: c-common.c:5249
+#, gcc-internal-format
+msgid ""
+"nonnull argument references non-pointer operand (argument %lu, operand %lu)"
 msgstr ""
 
-#: fortran/lang.opt:130
-msgid ""
-"Specify that no implicit typing is allowed, unless overridden by explicit "
-"IMPLICIT statements"
+#: c-common.c:5312 c-common.c:5335
+#, gcc-internal-format
+msgid "not enough variable arguments to fit a sentinel"
 msgstr ""
 
-#: fortran/lang.opt:134
-msgid "Allow arbitrary character line width in fixed mode"
+#: c-common.c:5356
+#, gcc-internal-format
+msgid "missing sentinel in function call"
 msgstr ""
 
-#: fortran/lang.opt:138
-msgid "Use n as character line width in fixed mode"
+#: c-common.c:5398
+#, gcc-internal-format
+msgid "null argument where non-null required (argument %lu)"
 msgstr ""
 
-#: fortran/lang.opt:142
-msgid "Maximum identifier length"
+#: c-common.c:5463
+#, gcc-internal-format
+msgid "cleanup argument not an identifier"
 msgstr ""
 
-#: fortran/lang.opt:146
-msgid "Size in bytes of the largest array that will be put on the stack"
+#: c-common.c:5470
+#, gcc-internal-format
+msgid "cleanup argument not a function"
 msgstr ""
 
-#: fortran/lang.opt:150
-msgid "Set default accessibility of module entities to PRIVATE"
+#: c-common.c:5509
+#, gcc-internal-format
+msgid "%qE attribute requires prototypes with named arguments"
 msgstr ""
 
-#: fortran/lang.opt:154
-msgid "Don't generate code, just do syntax and semantics checking"
+#: c-common.c:5520
+#, gcc-internal-format
+msgid "%qE attribute only applies to variadic functions"
 msgstr ""
 
-#: fortran/lang.opt:158
-msgid "Try to layout derived types as compact as possible"
+#: c-common.c:5531
+#, gcc-internal-format
+msgid "requested position is not an integer constant"
 msgstr ""
 
-#: fortran/lang.opt:162
-msgid "Copy array sections into a contiguous block on procedure entry"
+#: c-common.c:5538
+#, gcc-internal-format
+msgid "requested position is less than zero"
 msgstr ""
 
-#: fortran/lang.opt:166
-msgid "Set the kind for a real with the 'q' exponent to 'n'"
+#: c-common.c:5840
+#, gcc-internal-format
+msgid ""
+"%Hignoring return value of %qD, declared with attribute warn_unused_result"
 msgstr ""
 
-#: fortran/lang.opt:170
-msgid "Conform to the ISO Fortran 95 standard"
+#: c-common.c:5844
+#, gcc-internal-format
+msgid ""
+"%Hignoring return value of function declared with attribute "
+"warn_unused_result"
 msgstr ""
 
-#: fortran/lang.opt:174
-msgid "Conform to the ISO Fortran 2003 standard"
+#: c-common.c:5904 cp/typeck.c:4239
+#, gcc-internal-format
+msgid "attempt to take address of bit-field structure member %qD"
 msgstr ""
 
-#: fortran/lang.opt:178
-msgid "Conform nothing in particular"
+#: c-common.c:5951
+#, gcc-internal-format
+msgid "invalid lvalue in assignment"
 msgstr ""
 
-#: fortran/lang.opt:182
-msgid "Accept extensions to support legacy code"
+#: c-common.c:5954
+#, gcc-internal-format
+msgid "invalid lvalue in increment"
 msgstr ""
 
-#: java/lang.opt:66
-msgid "Warn if a deprecated compiler feature, class, method, or field is used"
+#: c-common.c:5957
+#, gcc-internal-format
+msgid "invalid lvalue in decrement"
 msgstr ""
 
-#: java/lang.opt:70
-msgid "Warn if deprecated empty statements are found"
+#: c-common.c:5960
+#, gcc-internal-format
+msgid "invalid lvalue in unary %<&%>"
 msgstr ""
 
-#: java/lang.opt:74
-msgid "Warn if .class files are out of date"
+#: c-common.c:5963
+#, gcc-internal-format
+msgid "invalid lvalue in asm statement"
 msgstr ""
 
-#: java/lang.opt:78
-msgid "Warn if modifiers are specified when not necessary"
+#: c-common.c:6091 c-common.c:6140 c-typeck.c:2444
+#, gcc-internal-format
+msgid "too few arguments to function %qE"
 msgstr ""
 
-#: java/lang.opt:82
-msgid "Deprecated; use --classpath instead"
+#. ??? This should not be an error when inlining calls to
+#. unprototyped functions.
+#: c-common.c:6108 c-typeck.c:4117
+#, gcc-internal-format
+msgid "incompatible type for argument %d of %qE"
 msgstr ""
 
-#: java/lang.opt:86
-msgid "Permit the use of the assert keyword"
+#. Except for passing an argument to an unprototyped function,
+#. this is a constraint violation.  When passing an argument to
+#. an unprototyped function, it is compile-time undefined;
+#. making it a constraint in that case was rejected in
+#. DR#252.
+#: c-convert.c:96 c-typeck.c:1597 c-typeck.c:3758 cp/typeck.c:1372
+#: cp/typeck.c:5986 fortran/convert.c:89 treelang/tree-convert.c:79
+#, gcc-internal-format
+msgid "void value not ignored as it ought to be"
 msgstr ""
 
-#: java/lang.opt:108
-msgid "Replace system path"
+#: c-convert.c:134 fortran/convert.c:122 java/typeck.c:154
+#: treelang/tree-convert.c:105
+#, gcc-internal-format
+msgid "conversion to non-scalar type requested"
 msgstr ""
 
-#: java/lang.opt:112
-msgid "Generate checks for references to NULL"
+#: c-decl.c:564
+#, gcc-internal-format
+msgid "array %q+D assumed to have one element"
 msgstr ""
 
-#: java/lang.opt:116
-msgid "Set class path"
+#: c-decl.c:669
+#, gcc-internal-format
+msgid "GCC supports only %u nested scopes"
 msgstr ""
 
-#: java/lang.opt:123
-msgid "Output a class file"
+#: c-decl.c:755 cp/decl.c:355 java/decl.c:1685
+#, gcc-internal-format
+msgid "label %q+D used but not defined"
 msgstr ""
 
-#: java/lang.opt:127
-msgid "Alias for -femit-class-file"
+#: c-decl.c:761 cp/decl.c:366 java/decl.c:1690
+#, gcc-internal-format
+msgid "label %q+D defined but not used"
 msgstr ""
 
-#: java/lang.opt:131
-msgid "Choose input encoding (defaults from your locale)"
+#: c-decl.c:763
+#, gcc-internal-format
+msgid "label %q+D declared but not defined"
 msgstr ""
 
-#: java/lang.opt:135
-msgid "Set the extension directory path"
+#: c-decl.c:798
+#, gcc-internal-format
+msgid "nested function %q+D declared but never defined"
 msgstr ""
 
-#: java/lang.opt:139
-msgid "Input file is a file with a list of filenames to compile"
+#: c-decl.c:812 cp/decl.c:560
+#, gcc-internal-format
+msgid "unused variable %q+D"
 msgstr ""
 
-#: java/lang.opt:143
-msgid "Always check for non gcj generated classes archives"
+#: c-decl.c:816
+#, gcc-internal-format
+msgid "type of array %q+D completed incompatibly with implicit initialization"
 msgstr ""
 
-#: java/lang.opt:147
+#: c-decl.c:1050
+#, gcc-internal-format
 msgid ""
-"Assume the runtime uses a hash table to map an object to its synchronization "
-"structure"
+"a parameter list with an ellipsis can%'t match an empty parameter name list "
+"declaration"
 msgstr ""
 
-#: java/lang.opt:151
-msgid "Use offset tables for virtual method calls"
+#: c-decl.c:1057
+#, gcc-internal-format
+msgid ""
+"an argument type that has a default promotion can%'t match an empty "
+"parameter name list declaration"
 msgstr ""
 
-#: java/lang.opt:158
-msgid "Assume native functions are implemented using JNI"
+#: c-decl.c:1092
+#, gcc-internal-format
+msgid ""
+"prototype for %q+D declares more arguments than previous old-style definition"
 msgstr ""
 
-#: java/lang.opt:162
-msgid "Enable optimization of static class initialization code"
+#: c-decl.c:1098
+#, gcc-internal-format
+msgid ""
+"prototype for %q+D declares fewer arguments than previous old-style "
+"definition"
 msgstr ""
 
-#: java/lang.opt:169
-msgid "Enable assignability checks for stores into object arrays"
+#: c-decl.c:1107
+#, gcc-internal-format
+msgid "prototype for %q+D declares argument %d with incompatible type"
 msgstr ""
 
-#: java/lang.opt:173
-msgid "Generate code for the Boehm GC"
+#. If we get here, no errors were found, but do issue a warning
+#. for this poor-style construct.
+#: c-decl.c:1120
+#, gcc-internal-format
+msgid "prototype for %q+D follows non-prototype definition"
 msgstr ""
 
-#: java/lang.opt:177
-msgid "Call a library routine to do integer divisions"
+#: c-decl.c:1135
+#, gcc-internal-format
+msgid "previous definition of %q+D was here"
 msgstr ""
 
-#: java/lang.opt:181
-msgid "Generated should be loaded by bootstrap loader"
+#: c-decl.c:1137
+#, gcc-internal-format
+msgid "previous implicit declaration of %q+D was here"
 msgstr ""
 
-#: treelang/lang.opt:30
-msgid "Trace lexical analysis"
+#: c-decl.c:1139
+#, gcc-internal-format
+msgid "previous declaration of %q+D was here"
 msgstr ""
 
-#: treelang/lang.opt:34
-msgid "Trace the parsing process"
+#: c-decl.c:1179
+#, gcc-internal-format
+msgid "%q+D redeclared as different kind of symbol"
 msgstr ""
 
-#: attribs.c:175
+#: c-decl.c:1183
 #, gcc-internal-format
-msgid "%qs attribute directive ignored"
+msgid "built-in function %q+D declared as non-function"
 msgstr ""
 
-#: attribs.c:183
+#: c-decl.c:1186 c-decl.c:1302 c-decl.c:1926
 #, gcc-internal-format
-msgid "wrong number of arguments specified for %qs attribute"
+msgid "declaration of %q+D shadows a built-in function"
 msgstr ""
 
-#: attribs.c:200
+#: c-decl.c:1195
 #, gcc-internal-format
-msgid "%qs attribute does not apply to types"
+msgid "redeclaration of enumerator %q+D"
 msgstr ""
 
-#: attribs.c:247
+#. If types don't match for a built-in, throw away the
+#. built-in.  No point in calling locate_old_decl here, it
+#. won't print anything.
+#: c-decl.c:1216
 #, gcc-internal-format
-msgid "%qs attribute only applies to function types"
+msgid "conflicting types for built-in function %q+D"
 msgstr ""
 
-#: bb-reorder.c:1871
+#: c-decl.c:1240 c-decl.c:1253 c-decl.c:1263
 #, gcc-internal-format
-msgid "multiple hot/cold transitions found (bb %i)"
+msgid "conflicting types for %q+D"
 msgstr ""
 
-#: bt-load.c:1504
+#: c-decl.c:1261
 #, gcc-internal-format
-msgid ""
-"branch target register load optimization is not intended to be run twice"
+msgid "conflicting type qualifiers for %q+D"
 msgstr ""
 
-#: builtins.c:366
+#. Allow OLDDECL to continue in use.
+#: c-decl.c:1278
 #, gcc-internal-format
-msgid "offset outside bounds of constant string"
+msgid "redefinition of typedef %q+D"
 msgstr ""
 
-#: builtins.c:966
+#: c-decl.c:1326 c-decl.c:1404
 #, gcc-internal-format
-msgid "second argument to %<__builtin_prefetch%> must be a constant"
+msgid "redefinition of %q+D"
 msgstr ""
 
-#: builtins.c:973
+#: c-decl.c:1361 c-decl.c:1442
 #, gcc-internal-format
-msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
+msgid "static declaration of %q+D follows non-static declaration"
 msgstr ""
 
-#: builtins.c:981
+#: c-decl.c:1371 c-decl.c:1378 c-decl.c:1431 c-decl.c:1439
 #, gcc-internal-format
-msgid "third argument to %<__builtin_prefetch%> must be a constant"
+msgid "non-static declaration of %q+D follows static declaration"
 msgstr ""
 
-#: builtins.c:988
+#: c-decl.c:1391
 #, gcc-internal-format
-msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
+msgid "thread-local declaration of %q+D follows non-thread-local declaration"
 msgstr ""
 
-#: builtins.c:4078
+#: c-decl.c:1394
 #, gcc-internal-format
-msgid "argument of %<__builtin_args_info%> must be constant"
+msgid "non-thread-local declaration of %q+D follows thread-local declaration"
 msgstr ""
 
-#: builtins.c:4084
+#: c-decl.c:1424
 #, gcc-internal-format
-msgid "argument of %<__builtin_args_info%> out of range"
+msgid "extern declaration of %q+D follows declaration with no linkage"
 msgstr ""
 
-#: builtins.c:4090
+#: c-decl.c:1460
 #, gcc-internal-format
-msgid "missing argument in %<__builtin_args_info%>"
+msgid "declaration of %q+D with no linkage follows extern declaration"
 msgstr ""
 
-#: builtins.c:4186 gimplify.c:1776
+#: c-decl.c:1466
 #, gcc-internal-format
-msgid "too few arguments to function %<va_start%>"
+msgid "redeclaration of %q+D with no linkage"
 msgstr ""
 
-#: builtins.c:4349
+#: c-decl.c:1480
 #, gcc-internal-format
-msgid "first argument to %<va_arg%> not of type %<va_list%>"
+msgid ""
+"redeclaration of %q+D with different visibility (old visibility preserved)"
 msgstr ""
 
-#. Unfortunately, this is merely undefined, rather than a constraint
-#. violation, so we cannot make this an error.  If this call is never
-#. executed, the program is still strictly conforming.
-#: builtins.c:4363
+#: c-decl.c:1491
 #, gcc-internal-format
-msgid "%qT is promoted to %qT when passed through %<...%>"
+msgid "inline declaration of %qD follows declaration with attribute noinline"
 msgstr ""
 
-#: builtins.c:4368
+#: c-decl.c:1498
 #, gcc-internal-format
-msgid "(so you should pass %qT not %qT to %<va_arg%>)"
+msgid "declaration of %q+D with attribute noinline follows inline declaration "
 msgstr ""
 
-#. We can, however, treat "undefined" any way we please.
-#. Call abort to encourage the user to fix the program.
-#: builtins.c:4374 c-typeck.c:2076
+#: c-decl.c:1513
 #, gcc-internal-format
-msgid "if this code is reached, the program will abort"
+msgid "%q+D declared inline after being called"
 msgstr ""
 
-#: builtins.c:4493
+#: c-decl.c:1518
 #, gcc-internal-format
-msgid "invalid argument to %<__builtin_frame_address%>"
+msgid "%q+D declared inline after its definition"
 msgstr ""
 
-#: builtins.c:4495
+#: c-decl.c:1537
 #, gcc-internal-format
-msgid "invalid argument to %<__builtin_return_address%>"
+msgid "redefinition of parameter %q+D"
 msgstr ""
 
-#: builtins.c:4508
+#: c-decl.c:1564
 #, gcc-internal-format
-msgid "unsupported argument to %<__builtin_frame_address%>"
+msgid "redundant redeclaration of %q+D"
 msgstr ""
 
-#: builtins.c:4510
+#: c-decl.c:1913
 #, gcc-internal-format
-msgid "unsupported argument to %<__builtin_return_address%>"
+msgid "declaration of %q+D shadows previous non-variable"
 msgstr ""
 
-#: builtins.c:4613
+#: c-decl.c:1918
 #, gcc-internal-format
-msgid "second argument to %<__builtin_expect%> must be a constant"
+msgid "declaration of %q+D shadows a parameter"
 msgstr ""
 
-#: builtins.c:6063
+#: c-decl.c:1921
 #, gcc-internal-format
-msgid "%<__builtin_longjmp%> second argument must be 1"
+msgid "declaration of %q+D shadows a global declaration"
 msgstr ""
 
-#: builtins.c:6610
+#: c-decl.c:1931
 #, gcc-internal-format
-msgid "target format does not support infinity"
+msgid "declaration of %q+D shadows a previous local"
 msgstr ""
 
-#: builtins.c:8439 builtins.c:8533
+#: c-decl.c:1934 cp/name-lookup.c:953 cp/name-lookup.c:984
+#: cp/name-lookup.c:992
 #, gcc-internal-format
-msgid "too few arguments to function %qs"
+msgid "%Jshadowed declaration is here"
 msgstr ""
 
-#: builtins.c:8445 builtins.c:8539
+#: c-decl.c:2134
 #, gcc-internal-format
-msgid "too many arguments to function %qs"
+msgid "nested extern declaration of %qD"
 msgstr ""
 
-#: builtins.c:8451 builtins.c:8564
+#: c-decl.c:2303
 #, gcc-internal-format
-msgid "non-floating-point argument to function %qs"
+msgid "implicit declaration of function %qE"
 msgstr ""
 
-#: builtins.c:9656
+#: c-decl.c:2364
 #, gcc-internal-format
-msgid "%<va_start%> used in function with fixed args"
+msgid "incompatible implicit declaration of built-in function %qD"
 msgstr ""
 
-#. Evidently an out of date version of <stdarg.h>; can't validate
-#. va_start's second argument, but can still work as intended.
-#: builtins.c:9663
+#: c-decl.c:2373
 #, gcc-internal-format
-msgid "%<__builtin_next_arg%> called without an argument"
+msgid "incompatible implicit declaration of function %qD"
 msgstr ""
 
-#: builtins.c:9678
+#: c-decl.c:2426
 #, gcc-internal-format
-msgid "%<va_start%> used with too many arguments"
+msgid "%H%qE undeclared here (not in a function)"
 msgstr ""
 
-#. FIXME: Sometimes with the tree optimizers we can get the
-#. not the last argument even though the user used the last
-#. argument.  We just warn and set the arg to be the last
-#. argument so that we will get wrong-code because of
-#. it.
-#: builtins.c:9698
+#: c-decl.c:2431
 #, gcc-internal-format
-msgid "second parameter of %<va_start%> not last named argument"
+msgid "%H%qE undeclared (first use in this function)"
 msgstr ""
 
-#: builtins.c:9807
+#: c-decl.c:2435
 #, gcc-internal-format
-msgid "%Hfirst argument of %D must be a pointer, second integer constant"
+msgid "%H(Each undeclared identifier is reported only once"
 msgstr ""
 
-#: builtins.c:9820
+#: c-decl.c:2436
 #, gcc-internal-format
-msgid "%Hlast argument of %D is not integer constant between 0 and 3"
+msgid "%Hfor each function it appears in.)"
 msgstr ""
 
-#: builtins.c:9866 builtins.c:10019 builtins.c:10084
+#: c-decl.c:2474 cp/decl.c:2131
 #, gcc-internal-format
-msgid "%Hcall to %D will always overflow destination buffer"
+msgid "label %qE referenced outside of any function"
 msgstr ""
 
-#: c-common.c:828
+#: c-decl.c:2516
 #, gcc-internal-format
-msgid "%qD is not defined outside of function scope"
+msgid "duplicate label declaration %qE"
 msgstr ""
 
-#: c-common.c:849
+#: c-decl.c:2552
 #, gcc-internal-format
-msgid ""
-"string length %qd is greater than the length %qd ISO C%d compilers are "
-"required to support"
+msgid "%Hduplicate label %qD"
 msgstr ""
 
-#: c-common.c:890
+#: c-decl.c:2562
 #, gcc-internal-format
-msgid "overflow in constant expression"
+msgid "%Jjump into statement expression"
 msgstr ""
 
-#: c-common.c:910
+#: c-decl.c:2564
 #, gcc-internal-format
-msgid "integer overflow in expression"
+msgid "%Jjump into scope of identifier with variably modified type"
 msgstr ""
 
-#: c-common.c:919
+#: c-decl.c:2579
 #, gcc-internal-format
-msgid "floating point overflow in expression"
+msgid ""
+"%Htraditional C lacks a separate namespace for labels, identifier %qE "
+"conflicts"
 msgstr ""
 
-#: c-common.c:925
+#: c-decl.c:2654
 #, gcc-internal-format
-msgid "vector overflow in expression"
+msgid "%H%qE defined as wrong kind of tag"
 msgstr ""
 
-#. This detects cases like converting -129 or 256 to unsigned char.
-#: c-common.c:947
+#: c-decl.c:2869
 #, gcc-internal-format
-msgid "large integer implicitly truncated to unsigned type"
+msgid "unnamed struct/union that defines no instances"
 msgstr ""
 
-#: c-common.c:950
+#: c-decl.c:2877
 #, gcc-internal-format
-msgid "negative integer implicitly converted to unsigned type"
+msgid "empty declaration with storage class specifier does not redeclare tag"
 msgstr ""
 
-#: c-common.c:1008
+#: c-decl.c:2888
 #, gcc-internal-format
-msgid "overflow in implicit constant conversion"
+msgid "empty declaration with type qualifier does not redeclare tag"
 msgstr ""
 
-#: c-common.c:1144
+#: c-decl.c:2909 c-decl.c:2916
 #, gcc-internal-format
-msgid "operation on %qE may be undefined"
+msgid "useless type name in empty declaration"
 msgstr ""
 
-#: c-common.c:1430
+#: c-decl.c:2924
 #, gcc-internal-format
-msgid "case label does not reduce to an integer constant"
+msgid "%<inline%> in empty declaration"
 msgstr ""
 
-#: c-common.c:1470
+#: c-decl.c:2930
 #, gcc-internal-format
-msgid "case label value is less than minimum value for type"
+msgid "%<auto%> in file-scope empty declaration"
 msgstr ""
 
-#: c-common.c:1478
+#: c-decl.c:2936
 #, gcc-internal-format
-msgid "case label value exceeds maximum value for type"
+msgid "%<register%> in file-scope empty declaration"
 msgstr ""
 
-#: c-common.c:1486
+#: c-decl.c:2942
 #, gcc-internal-format
-msgid "lower value in case label range less than minimum value for type"
+msgid "useless storage class specifier in empty declaration"
 msgstr ""
 
-#: c-common.c:1495
+#: c-decl.c:2948
 #, gcc-internal-format
-msgid "upper value in case label range exceeds maximum value for type"
+msgid "useless %<__thread%> in empty declaration"
 msgstr ""
 
-#: c-common.c:1835
+#: c-decl.c:2956
 #, gcc-internal-format
-msgid "invalid truth-value expression"
+msgid "useless type qualifier in empty declaration"
 msgstr ""
 
-#: c-common.c:1883
+#: c-decl.c:2963 c-parser.c:1157
 #, gcc-internal-format
-msgid "invalid operands to binary %s"
+msgid "empty declaration"
 msgstr ""
 
-#: c-common.c:2118
+#: c-decl.c:3029
 #, gcc-internal-format
-msgid "comparison is always false due to limited range of data type"
+msgid ""
+"ISO C90 does not support %<static%> or type qualifiers in parameter array "
+"declarators"
 msgstr ""
 
-#: c-common.c:2120
+#: c-decl.c:3032
 #, gcc-internal-format
-msgid "comparison is always true due to limited range of data type"
+msgid "ISO C90 does not support %<[*]%> array declarators"
 msgstr ""
 
-#: c-common.c:2190
+#: c-decl.c:3035
 #, gcc-internal-format
-msgid "comparison of unsigned expression >= 0 is always true"
+msgid "GCC does not yet properly implement %<[*]%> array declarators"
 msgstr ""
 
-#: c-common.c:2199
+#: c-decl.c:3054
 #, gcc-internal-format
-msgid "comparison of unsigned expression < 0 is always false"
+msgid "static or type qualifiers in abstract declarator"
 msgstr ""
 
-#: c-common.c:2241
+#: c-decl.c:3113
 #, gcc-internal-format
-msgid "pointer of type %<void *%> used in arithmetic"
+msgid "%q+D is usually a function"
 msgstr ""
 
-#: c-common.c:2247
+#: c-decl.c:3122 cp/decl.c:3702 cp/decl2.c:838
 #, gcc-internal-format
-msgid "pointer to a function used in arithmetic"
+msgid "typedef %qD is initialized (use __typeof__ instead)"
 msgstr ""
 
-#: c-common.c:2253
+#: c-decl.c:3127
 #, gcc-internal-format
-msgid "pointer to member function used in arithmetic"
+msgid "function %qD is initialized like a variable"
 msgstr ""
 
-#. Common Ada/Pascal programmer's mistake.  We always warn
-#. about this since it is so bad.
-#: c-common.c:2379
+#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
+#: c-decl.c:3133
 #, gcc-internal-format
-msgid "the address of %qD, will always evaluate as %<true%>"
+msgid "parameter %qD is initialized"
 msgstr ""
 
-#: c-common.c:2476
+#: c-decl.c:3158
 #, gcc-internal-format
-msgid "suggest parentheses around assignment used as truth value"
+msgid "variable %qD has initializer but incomplete type"
 msgstr ""
 
-#: c-common.c:2544 c-common.c:2584
+#: c-decl.c:3234 c-decl.c:5858 cp/decl.c:3741 cp/decl.c:10148
 #, gcc-internal-format
-msgid "invalid use of %<restrict%>"
+msgid "inline function %q+D given attribute noinline"
 msgstr ""
 
-#: c-common.c:2800
+#: c-decl.c:3306
 #, gcc-internal-format
-msgid "invalid application of %<sizeof%> to a function type"
+msgid "initializer fails to determine size of %q+D"
 msgstr ""
 
-#: c-common.c:2810
+#: c-decl.c:3311
 #, gcc-internal-format
-msgid "invalid application of %qs to a void type"
+msgid "array size missing in %q+D"
 msgstr ""
 
-#: c-common.c:2816
+#: c-decl.c:3323
 #, gcc-internal-format
-msgid "invalid application of %qs to incomplete type %qT "
+msgid "zero or negative size array %q+D"
 msgstr ""
 
-#: c-common.c:2857
+#: c-decl.c:3375 varasm.c:1646
 #, gcc-internal-format
-msgid "%<__alignof%> applied to a bit-field"
+msgid "storage size of %q+D isn%'t known"
 msgstr ""
 
-#: c-common.c:3388
+#: c-decl.c:3385
 #, gcc-internal-format
-msgid "cannot disable built-in function %qs"
+msgid "storage size of %q+D isn%'t constant"
 msgstr ""
 
-#: c-common.c:3576
+#: c-decl.c:3432
 #, gcc-internal-format
-msgid "pointers are not permitted as case values"
+msgid "ignoring asm-specifier for non-static local variable %q+D"
 msgstr ""
 
-#: c-common.c:3582
+#: c-decl.c:3460 fortran/f95-lang.c:667
 #, gcc-internal-format
-msgid "range expressions in switch statements are non-standard"
+msgid "cannot put object with volatile field into register"
 msgstr ""
 
-#: c-common.c:3607
+#: c-decl.c:3595
 #, gcc-internal-format
-msgid "empty range specified"
+msgid "ISO C forbids forward parameter declarations"
 msgstr ""
 
-#: c-common.c:3666
+#: c-decl.c:3722
 #, gcc-internal-format
-msgid "duplicate (or overlapping) case value"
+msgid "bit-field %qs width not an integer constant"
 msgstr ""
 
-#: c-common.c:3667
+#: c-decl.c:3730
 #, gcc-internal-format
-msgid "%Jthis is the first entry overlapping that value"
+msgid "negative width in bit-field %qs"
 msgstr ""
 
-#: c-common.c:3671
+#: c-decl.c:3735
 #, gcc-internal-format
-msgid "duplicate case value"
+msgid "zero width for bit-field %qs"
 msgstr ""
 
-#: c-common.c:3672
+#: c-decl.c:3745
 #, gcc-internal-format
-msgid "%Jpreviously used here"
+msgid "bit-field %qs has invalid type"
 msgstr ""
 
-#: c-common.c:3676
+#: c-decl.c:3754
 #, gcc-internal-format
-msgid "multiple default labels in one switch"
+msgid "type of bit-field %qs is a GCC extension"
 msgstr ""
 
-#: c-common.c:3677
+#: c-decl.c:3763
 #, gcc-internal-format
-msgid "%Jthis is the first default label"
+msgid "width of %qs exceeds its type"
 msgstr ""
 
-#: c-common.c:3726
+#: c-decl.c:3776
 #, gcc-internal-format
-msgid "%Jcase value %qs not in enumerated type"
+msgid "%qs is narrower than values of its type"
 msgstr ""
 
-#: c-common.c:3729
+#: c-decl.c:3925
 #, gcc-internal-format
-msgid "%Jcase value %qs not in enumerated type %qT"
+msgid "type defaults to %<int%> in declaration of %qs"
 msgstr ""
 
-#: c-common.c:3786
+#: c-decl.c:3953
 #, gcc-internal-format
-msgid "%Hswitch missing default case"
+msgid "duplicate %<const%>"
 msgstr ""
 
-#. Warn if there are enumerators that don't correspond to
-#. case expressions.
-#: c-common.c:3846
+#: c-decl.c:3955
 #, gcc-internal-format
-msgid "%Henumeration value %qE not handled in switch"
+msgid "duplicate %<restrict%>"
 msgstr ""
 
-#: c-common.c:3873
+#: c-decl.c:3957
 #, gcc-internal-format
-msgid "taking the address of a label is non-standard"
+msgid "duplicate %<volatile%>"
 msgstr ""
 
-#: c-common.c:4042 c-common.c:4061 c-common.c:4079 c-common.c:4106
-#: c-common.c:4125 c-common.c:4148 c-common.c:4169 c-common.c:4194
-#: c-common.c:4220 c-common.c:4268 c-common.c:4295 c-common.c:4339
-#: c-common.c:4367 c-common.c:4395 c-common.c:4414 c-common.c:4740
-#: c-common.c:4771 c-common.c:4867 c-common.c:4933 c-common.c:4951
-#: c-common.c:4997 c-common.c:5067 c-common.c:5091 c-common.c:5378
-#: c-common.c:5401 c-common.c:5440
+#: c-decl.c:3976
 #, gcc-internal-format
-msgid "%qE attribute ignored"
+msgid "function definition declared %<auto%>"
 msgstr ""
 
-#: c-common.c:4249
+#: c-decl.c:3978
 #, gcc-internal-format
-msgid "%qE attribute have effect only on public objects"
+msgid "function definition declared %<register%>"
 msgstr ""
 
-#: c-common.c:4452
+#: c-decl.c:3980
 #, gcc-internal-format
-msgid "unknown machine mode %qs"
+msgid "function definition declared %<typedef%>"
 msgstr ""
 
-#: c-common.c:4472
+#: c-decl.c:3982
 #, gcc-internal-format
-msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
+msgid "function definition declared %<__thread%>"
 msgstr ""
 
-#: c-common.c:4475
+#: c-decl.c:3998
 #, gcc-internal-format
-msgid "use __attribute__ ((vector_size)) instead"
+msgid "storage class specified for structure field %qs"
 msgstr ""
 
-#: c-common.c:4484
+#: c-decl.c:4002 cp/decl.c:7207
 #, gcc-internal-format
-msgid "unable to emulate %qs"
+msgid "storage class specified for parameter %qs"
 msgstr ""
 
-#: c-common.c:4494
+#: c-decl.c:4005 cp/decl.c:7209
 #, gcc-internal-format
-msgid "invalid pointer mode %qs"
+msgid "storage class specified for typename"
 msgstr ""
 
-#: c-common.c:4509
+#: c-decl.c:4018 cp/decl.c:7226
 #, gcc-internal-format
-msgid "no data type for mode %qs"
+msgid "%qs initialized and declared %<extern%>"
 msgstr ""
 
-#: c-common.c:4519
+#: c-decl.c:4020 cp/decl.c:7229
 #, gcc-internal-format
-msgid "cannot use mode %qs for enumeral types"
+msgid "%qs has both %<extern%> and initializer"
 msgstr ""
 
-#: c-common.c:4543
+#: c-decl.c:4025
 #, gcc-internal-format
-msgid "mode %qs applied to inappropriate type"
+msgid "file-scope declaration of %qs specifies %<auto%>"
 msgstr ""
 
-#: c-common.c:4574
+#: c-decl.c:4027
 #, gcc-internal-format
-msgid "%Jsection attribute cannot be specified for local variables"
+msgid "file-scope declaration of %qs specifies %<register%>"
 msgstr ""
 
-#: c-common.c:4585
+#: c-decl.c:4032 cp/decl.c:7233
 #, gcc-internal-format
-msgid "section of %q+D conflicts with previous declaration"
+msgid "nested function %qs declared %<extern%>"
 msgstr ""
 
-#: c-common.c:4594
+#: c-decl.c:4035 cp/decl.c:7243
 #, gcc-internal-format
-msgid "section attribute not allowed for %q+D"
+msgid "function-scope %qs implicitly auto and declared %<__thread%>"
 msgstr ""
 
-#: c-common.c:4600
+#. Only the innermost declarator (making a parameter be of
+#. array type which is converted to pointer type)
+#. may have static or type qualifiers.
+#: c-decl.c:4082 c-decl.c:4276
 #, gcc-internal-format
-msgid "%Jsection attributes are not supported for this target"
+msgid "static or type qualifiers in non-parameter array declarator"
 msgstr ""
 
-#: c-common.c:4632
+#: c-decl.c:4128
 #, gcc-internal-format
-msgid "requested alignment is not a constant"
+msgid "declaration of %qs as array of voids"
 msgstr ""
 
-#: c-common.c:4637
+#: c-decl.c:4134
 #, gcc-internal-format
-msgid "requested alignment is not a power of 2"
+msgid "declaration of %qs as array of functions"
 msgstr ""
 
-#: c-common.c:4642
+#: c-decl.c:4139
 #, gcc-internal-format
-msgid "requested alignment is too large"
+msgid "invalid use of structure with flexible array member"
 msgstr ""
 
-#: c-common.c:4668
+#: c-decl.c:4159
 #, gcc-internal-format
-msgid "alignment may not be specified for %q+D"
+msgid "size of array %qs has non-integer type"
 msgstr ""
 
-#: c-common.c:4706
+#: c-decl.c:4164
 #, gcc-internal-format
-msgid "%q+D defined both normally and as an alias"
+msgid "ISO C forbids zero-size array %qs"
 msgstr ""
 
-#: c-common.c:4722
+#: c-decl.c:4171
 #, gcc-internal-format
-msgid "alias argument not a string"
+msgid "size of array %qs is negative"
 msgstr ""
 
-#: c-common.c:4764
+#: c-decl.c:4185
 #, gcc-internal-format
-msgid "%qE attribute ignored on non-class types"
+msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
 msgstr ""
 
-#: c-common.c:4777
+#: c-decl.c:4189
 #, gcc-internal-format
-msgid "visibility argument not a string"
+msgid "ISO C90 forbids variable-size array %qs"
 msgstr ""
 
-#: c-common.c:4789
+#: c-decl.c:4229 c-decl.c:4398 cp/decl.c:7665
 #, gcc-internal-format
-msgid "%qE attribute ignored on types"
+msgid "size of array %qs is too large"
 msgstr ""
 
-#: c-common.c:4804
+#: c-decl.c:4240
 #, gcc-internal-format
-msgid ""
-"visibility argument must be one of \"default\", \"hidden\", \"protected\" or "
-"\"internal\""
+msgid "ISO C90 does not support flexible array members"
 msgstr ""
 
-#: c-common.c:4875
+#: c-decl.c:4250
 #, gcc-internal-format
-msgid "tls_model argument not a string"
+msgid "array type has incomplete element type"
 msgstr ""
 
-#: c-common.c:4888
+#: c-decl.c:4308 cp/decl.c:7334
 #, gcc-internal-format
-msgid ""
-"tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-"
-"dynamic\" or \"global-dynamic\""
+msgid "%qs declared as function returning a function"
 msgstr ""
 
-#: c-common.c:4907 c-common.c:4971
+#: c-decl.c:4313 cp/decl.c:7339
 #, gcc-internal-format
-msgid "%J%qE attribute applies only to functions"
+msgid "%qs declared as function returning an array"
 msgstr ""
 
-#: c-common.c:4912 c-common.c:4976
+#: c-decl.c:4333
 #, gcc-internal-format
-msgid "%Jcan%'t set %qE attribute after definition"
+msgid "function definition has qualified void return type"
 msgstr ""
 
-#: c-common.c:5065
+#: c-decl.c:4336
 #, gcc-internal-format
-msgid "%qE attribute ignored for %qE"
+msgid "type qualifiers ignored on function return type"
 msgstr ""
 
-#: c-common.c:5120
+#: c-decl.c:4365 c-decl.c:4411 c-decl.c:4506 c-decl.c:4596
 #, gcc-internal-format
-msgid "invalid vector type for attribute %qE"
+msgid "ISO C forbids qualified function types"
 msgstr ""
 
-#: c-common.c:5128
+#: c-decl.c:4419
 #, gcc-internal-format
-msgid "number of components of the vector not a power of two"
+msgid "typedef %q+D declared %<inline%>"
 msgstr ""
 
-#: c-common.c:5156
+#: c-decl.c:4449
 #, gcc-internal-format
-msgid "nonnull attribute without arguments on a non-prototype"
+msgid "ISO C forbids const or volatile function types"
 msgstr ""
 
-#: c-common.c:5171
+#: c-decl.c:4469
 #, gcc-internal-format
-msgid "nonnull argument has invalid operand number (argument %lu)"
+msgid "variable or field %qs declared void"
 msgstr ""
 
-#: c-common.c:5190
+#: c-decl.c:4499
 #, gcc-internal-format
-msgid ""
-"nonnull argument with out-of-range operand number (argument %lu, operand %lu)"
+msgid "attributes in parameter array declarator ignored"
 msgstr ""
 
-#: c-common.c:5198
+#: c-decl.c:4533
 #, gcc-internal-format
-msgid ""
-"nonnull argument references non-pointer operand (argument %lu, operand %lu)"
+msgid "parameter %q+D declared %<inline%>"
 msgstr ""
 
-#: c-common.c:5261 c-common.c:5284
+#: c-decl.c:4546
 #, gcc-internal-format
-msgid "not enough variable arguments to fit a sentinel"
+msgid "field %qs declared as a function"
 msgstr ""
 
-#: c-common.c:5305
+#: c-decl.c:4552
 #, gcc-internal-format
-msgid "missing sentinel in function call"
+msgid "field %qs has incomplete type"
 msgstr ""
 
-#: c-common.c:5347
+#: c-decl.c:4566 c-decl.c:4578 c-decl.c:4582
 #, gcc-internal-format
-msgid "null argument where non-null required (argument %lu)"
+msgid "invalid storage class for function %qs"
 msgstr ""
 
-#: c-common.c:5412
+#: c-decl.c:4602
 #, gcc-internal-format
-msgid "cleanup argument not an identifier"
+msgid "%<noreturn%> function returns non-void value"
 msgstr ""
 
-#: c-common.c:5419
+#: c-decl.c:4630
 #, gcc-internal-format
-msgid "cleanup argument not a function"
+msgid "cannot inline function %<main%>"
 msgstr ""
 
-#: c-common.c:5458
+#: c-decl.c:4677
 #, gcc-internal-format
-msgid "%qE attribute requires prototypes with named arguments"
+msgid "variable previously declared %<static%> redeclared %<extern%>"
 msgstr ""
 
-#: c-common.c:5469
+#: c-decl.c:4687
 #, gcc-internal-format
-msgid "%qE attribute only applies to variadic functions"
+msgid "variable %q+D declared %<inline%>"
 msgstr ""
 
-#: c-common.c:5480
+#. A mere warning is sure to result in improper semantics
+#. at runtime.  Don't bother to allow this to compile.
+#. A mere warning is sure to result in improper
+#. semantics at runtime.  Don't bother to allow this to
+#. compile.
+#: c-decl.c:4717 cp/decl.c:6094 cp/decl.c:8255
 #, gcc-internal-format
-msgid "requested position is not an integer constant"
+msgid "thread-local storage not supported for this target"
 msgstr ""
 
-#: c-common.c:5487
+#: c-decl.c:4782 c-decl.c:5937
 #, gcc-internal-format
-msgid "requested position is less than zero"
+msgid "function declaration isn%'t a prototype"
 msgstr ""
 
-#: c-common.c:5789
+#: c-decl.c:4790
 #, gcc-internal-format
-msgid ""
-"%Hignoring return value of %qD, declared with attribute warn_unused_result"
+msgid "parameter names (without types) in function declaration"
 msgstr ""
 
-#: c-common.c:5793
+#: c-decl.c:4823
 #, gcc-internal-format
-msgid ""
-"%Hignoring return value of function declared with attribute "
-"warn_unused_result"
+msgid "parameter %u (%q+D) has incomplete type"
 msgstr ""
 
-#: c-common.c:5853 cp/typeck.c:4169
+#: c-decl.c:4826
 #, gcc-internal-format
-msgid "attempt to take address of bit-field structure member %qD"
+msgid "%Jparameter %u has incomplete type"
 msgstr ""
 
-#: c-common.c:5900
+#: c-decl.c:4835
 #, gcc-internal-format
-msgid "invalid lvalue in assignment"
+msgid "parameter %u (%q+D) has void type"
 msgstr ""
 
-#: c-common.c:5903
+#: c-decl.c:4838
 #, gcc-internal-format
-msgid "invalid lvalue in increment"
+msgid "%Jparameter %u has void type"
 msgstr ""
 
-#: c-common.c:5906
+#: c-decl.c:4898
 #, gcc-internal-format
-msgid "invalid lvalue in decrement"
+msgid "%<void%> as only parameter may not be qualified"
 msgstr ""
 
-#: c-common.c:5909
+#: c-decl.c:4902 c-decl.c:4936
 #, gcc-internal-format
-msgid "invalid lvalue in unary %<&%>"
+msgid "%<void%> must be the only parameter"
 msgstr ""
 
-#: c-common.c:5912
+#: c-decl.c:4930
 #, gcc-internal-format
-msgid "invalid lvalue in asm statement"
+msgid "parameter %q+D has just a forward declaration"
 msgstr ""
 
-#: c-common.c:6040 c-common.c:6089 c-typeck.c:2334
+#. The %s will be one of 'struct', 'union', or 'enum'.
+#: c-decl.c:4975
 #, gcc-internal-format
-msgid "too few arguments to function %qE"
+msgid "%<%s %E%> declared inside parameter list"
 msgstr ""
 
-#. ??? This should not be an error when inlining calls to
-#. unprototyped functions.
-#: c-common.c:6057 c-typeck.c:4000
+#. The %s will be one of 'struct', 'union', or 'enum'.
+#: c-decl.c:4979
 #, gcc-internal-format
-msgid "incompatible type for argument %d of %qE"
+msgid "anonymous %s declared inside parameter list"
 msgstr ""
 
-#. Except for passing an argument to an unprototyped function,
-#. this is a constraint violation.  When passing an argument to
-#. an unprototyped function, it is compile-time undefined;
-#. making it a constraint in that case was rejected in
-#. DR#252.
-#: c-convert.c:96 c-typeck.c:1487 c-typeck.c:3641 cp/typeck.c:1366
-#: cp/typeck.c:5908 fortran/convert.c:89 treelang/tree-convert.c:79
+#: c-decl.c:4984
 #, gcc-internal-format
-msgid "void value not ignored as it ought to be"
+msgid ""
+"its scope is only this definition or declaration, which is probably not what "
+"you want"
 msgstr ""
 
-#: c-convert.c:134 fortran/convert.c:122 java/typeck.c:154
-#: treelang/tree-convert.c:105
+#: c-decl.c:5117
 #, gcc-internal-format
-msgid "conversion to non-scalar type requested"
+msgid "redefinition of %<union %E%>"
 msgstr ""
 
-#: c-decl.c:564
+#: c-decl.c:5119
 #, gcc-internal-format
-msgid "array %q+D assumed to have one element"
+msgid "redefinition of %<struct %E%>"
 msgstr ""
 
-#: c-decl.c:669
+#: c-decl.c:5124
 #, gcc-internal-format
-msgid "GCC supports only %u nested scopes"
+msgid "nested redefinition of %<union %E%>"
 msgstr ""
 
-#: c-decl.c:755 cp/decl.c:355 java/decl.c:1685
+#: c-decl.c:5126
 #, gcc-internal-format
-msgid "label %q+D used but not defined"
+msgid "nested redefinition of %<struct %E%>"
 msgstr ""
 
-#: c-decl.c:761 cp/decl.c:366 java/decl.c:1690
+#: c-decl.c:5197 cp/decl.c:3502
 #, gcc-internal-format
-msgid "label %q+D defined but not used"
+msgid "declaration does not declare anything"
 msgstr ""
 
-#: c-decl.c:763
+#: c-decl.c:5201
 #, gcc-internal-format
-msgid "label %q+D declared but not defined"
+msgid "ISO C doesn%'t support unnamed structs/unions"
 msgstr ""
 
-#: c-decl.c:798
+#: c-decl.c:5244 c-decl.c:5260
 #, gcc-internal-format
-msgid "nested function %q+D declared but never defined"
+msgid "duplicate member %q+D"
 msgstr ""
 
-#: c-decl.c:811 cp/decl.c:560
+#: c-decl.c:5299
 #, gcc-internal-format
-msgid "unused variable %q+D"
+msgid "union has no named members"
 msgstr ""
 
-#: c-decl.c:815
+#: c-decl.c:5301
 #, gcc-internal-format
-msgid "type of array %q+D completed incompatibly with implicit initialization"
+msgid "union has no members"
 msgstr ""
 
-#: c-decl.c:1049
+#: c-decl.c:5306
 #, gcc-internal-format
-msgid ""
-"a parameter list with an ellipsis can%'t match an empty parameter name list "
-"declaration"
+msgid "struct has no named members"
 msgstr ""
 
-#: c-decl.c:1056
+#: c-decl.c:5308
 #, gcc-internal-format
-msgid ""
-"an argument type that has a default promotion can%'t match an empty "
-"parameter name list declaration"
+msgid "struct has no members"
 msgstr ""
 
-#: c-decl.c:1091
+#: c-decl.c:5365
 #, gcc-internal-format
-msgid ""
-"prototype for %q+D declares more arguments than previous old-style definition"
+msgid "%Jflexible array member in union"
 msgstr ""
 
-#: c-decl.c:1097
+#: c-decl.c:5370
 #, gcc-internal-format
-msgid ""
-"prototype for %q+D declares fewer arguments than previous old-style "
-"definition"
+msgid "%Jflexible array member not at end of struct"
 msgstr ""
 
-#: c-decl.c:1106
+#: c-decl.c:5375
 #, gcc-internal-format
-msgid "prototype for %q+D declares argument %d with incompatible type"
+msgid "%Jflexible array member in otherwise empty struct"
 msgstr ""
 
-#. If we get here, no errors were found, but do issue a warning
-#. for this poor-style construct.
-#: c-decl.c:1119
+#: c-decl.c:5382
 #, gcc-internal-format
-msgid "prototype for %q+D follows non-prototype definition"
+msgid "%Jinvalid use of structure with flexible array member"
 msgstr ""
 
-#: c-decl.c:1134
+#: c-decl.c:5493
 #, gcc-internal-format
-msgid "previous definition of %q+D was here"
+msgid "union cannot be made transparent"
 msgstr ""
 
-#: c-decl.c:1136
+#: c-decl.c:5564
 #, gcc-internal-format
-msgid "previous implicit declaration of %q+D was here"
+msgid "nested redefinition of %<enum %E%>"
 msgstr ""
 
-#: c-decl.c:1138
+#. This enum is a named one that has been declared already.
+#: c-decl.c:5571
 #, gcc-internal-format
-msgid "previous declaration of %q+D was here"
+msgid "redeclaration of %<enum %E%>"
 msgstr ""
 
-#: c-decl.c:1178
+#: c-decl.c:5634
 #, gcc-internal-format
-msgid "%q+D redeclared as different kind of symbol"
+msgid "enumeration values exceed range of largest integer"
 msgstr ""
 
-#: c-decl.c:1182
+#: c-decl.c:5651
 #, gcc-internal-format
-msgid "built-in function %q+D declared as non-function"
+msgid "specified mode too small for enumeral values"
 msgstr ""
 
-#: c-decl.c:1185 c-decl.c:1301 c-decl.c:1921
+#: c-decl.c:5747
 #, gcc-internal-format
-msgid "declaration of %q+D shadows a built-in function"
+msgid "enumerator value for %qE is not an integer constant"
 msgstr ""
 
-#: c-decl.c:1194
+#: c-decl.c:5764
 #, gcc-internal-format
-msgid "redeclaration of enumerator %q+D"
+msgid "overflow in enumeration values"
 msgstr ""
 
-#. If types don't match for a built-in, throw away the
-#. built-in.  No point in calling locate_old_decl here, it
-#. won't print anything.
-#: c-decl.c:1215
+#: c-decl.c:5769
 #, gcc-internal-format
-msgid "conflicting types for built-in function %q+D"
+msgid "ISO C restricts enumerator values to range of %<int%>"
 msgstr ""
 
-#: c-decl.c:1239 c-decl.c:1252 c-decl.c:1262
+#: c-decl.c:5865
 #, gcc-internal-format
-msgid "conflicting types for %q+D"
+msgid "return type is an incomplete type"
 msgstr ""
 
-#: c-decl.c:1260
+#: c-decl.c:5873
 #, gcc-internal-format
-msgid "conflicting type qualifiers for %q+D"
+msgid "return type defaults to %<int%>"
 msgstr ""
 
-#. Allow OLDDECL to continue in use.
-#: c-decl.c:1277
+#: c-decl.c:5944
 #, gcc-internal-format
-msgid "redefinition of typedef %q+D"
+msgid "no previous prototype for %q+D"
 msgstr ""
 
-#: c-decl.c:1325 c-decl.c:1403
+#: c-decl.c:5953
 #, gcc-internal-format
-msgid "redefinition of %q+D"
+msgid "%q+D was used with no prototype before its definition"
 msgstr ""
 
-#: c-decl.c:1360 c-decl.c:1441
+#: c-decl.c:5959
 #, gcc-internal-format
-msgid "static declaration of %q+D follows non-static declaration"
+msgid "no previous declaration for %q+D"
 msgstr ""
 
-#: c-decl.c:1370 c-decl.c:1377 c-decl.c:1430 c-decl.c:1438
+#: c-decl.c:5969
 #, gcc-internal-format
-msgid "non-static declaration of %q+D follows static declaration"
+msgid "%q+D was used with no declaration before its definition"
 msgstr ""
 
-#: c-decl.c:1390
+#: c-decl.c:6001 c-decl.c:6518
 #, gcc-internal-format
-msgid "thread-local declaration of %q+D follows non-thread-local declaration"
+msgid "return type of %q+D is not %<int%>"
 msgstr ""
 
-#: c-decl.c:1393
+#: c-decl.c:6016
 #, gcc-internal-format
-msgid "non-thread-local declaration of %q+D follows thread-local declaration"
+msgid "first argument of %q+D should be %<int%>"
 msgstr ""
 
-#: c-decl.c:1423
+#: c-decl.c:6024
 #, gcc-internal-format
-msgid "extern declaration of %q+D follows declaration with no linkage"
+msgid "second argument of %q+D should be %<char **%>"
 msgstr ""
 
-#: c-decl.c:1459
+#: c-decl.c:6033
 #, gcc-internal-format
-msgid "declaration of %q+D with no linkage follows extern declaration"
+msgid "third argument of %q+D should probably be %<char **%>"
 msgstr ""
 
-#: c-decl.c:1465
+#: c-decl.c:6043
 #, gcc-internal-format
-msgid "redeclaration of %q+D with no linkage"
+msgid "%q+D takes only zero or two arguments"
 msgstr ""
 
-#: c-decl.c:1479
+#: c-decl.c:6046
 #, gcc-internal-format
-msgid ""
-"redeclaration of %q+D with different visibility (old visibility preserved)"
+msgid "%q+D is normally a non-static function"
 msgstr ""
 
-#: c-decl.c:1490
+#: c-decl.c:6092
 #, gcc-internal-format
-msgid "inline declaration of %qD follows declaration with attribute noinline"
+msgid "%Jold-style parameter declarations in prototyped function definition"
 msgstr ""
 
-#: c-decl.c:1497
+#: c-decl.c:6106
 #, gcc-internal-format
-msgid "declaration of %q+D with attribute noinline follows inline declaration "
+msgid "%Jtraditional C rejects ISO C style function definitions"
 msgstr ""
 
-#: c-decl.c:1512
+#: c-decl.c:6122
 #, gcc-internal-format
-msgid "%q+D declared inline after being called"
+msgid "%Jparameter name omitted"
 msgstr ""
 
-#: c-decl.c:1517
+#: c-decl.c:6156
 #, gcc-internal-format
-msgid "%q+D declared inline after its definition"
+msgid "%Jold-style function definition"
 msgstr ""
 
-#: c-decl.c:1536
+#: c-decl.c:6165
 #, gcc-internal-format
-msgid "redefinition of parameter %q+D"
+msgid "%Jparameter name missing from parameter list"
 msgstr ""
 
-#: c-decl.c:1563
+#: c-decl.c:6176
 #, gcc-internal-format
-msgid "redundant redeclaration of %q+D"
+msgid "%q+D declared as a non-parameter"
 msgstr ""
 
-#: c-decl.c:1908
+#: c-decl.c:6181
 #, gcc-internal-format
-msgid "declaration of %q+D shadows previous non-variable"
+msgid "multiple parameters named %q+D"
 msgstr ""
 
-#: c-decl.c:1913
+#: c-decl.c:6189
 #, gcc-internal-format
-msgid "declaration of %q+D shadows a parameter"
+msgid "parameter %q+D declared with void type"
 msgstr ""
 
-#: c-decl.c:1916
+#: c-decl.c:6206 c-decl.c:6208
 #, gcc-internal-format
-msgid "declaration of %q+D shadows a global declaration"
+msgid "type of %q+D defaults to %<int%>"
 msgstr ""
 
-#: c-decl.c:1926
+#: c-decl.c:6227
 #, gcc-internal-format
-msgid "declaration of %q+D shadows a previous local"
+msgid "parameter %q+D has incomplete type"
 msgstr ""
 
-#: c-decl.c:1929 cp/name-lookup.c:952 cp/name-lookup.c:983
-#: cp/name-lookup.c:991
+#: c-decl.c:6233
 #, gcc-internal-format
-msgid "%Jshadowed declaration is here"
+msgid "declaration for parameter %q+D but no such parameter"
 msgstr ""
 
-#: c-decl.c:2129
+#: c-decl.c:6283
 #, gcc-internal-format
-msgid "nested extern declaration of %qD"
+msgid "number of arguments doesn%'t match built-in prototype"
 msgstr ""
 
-#: c-decl.c:2298
+#: c-decl.c:6287
 #, gcc-internal-format
-msgid "implicit declaration of function %qE"
+msgid "number of arguments doesn%'t match prototype"
 msgstr ""
 
-#: c-decl.c:2359
+#: c-decl.c:6288 c-decl.c:6328 c-decl.c:6341
 #, gcc-internal-format
-msgid "incompatible implicit declaration of built-in function %qD"
+msgid "%Hprototype declaration"
 msgstr ""
 
-#: c-decl.c:2368
+#: c-decl.c:6322
 #, gcc-internal-format
-msgid "incompatible implicit declaration of function %qD"
+msgid "promoted argument %qD doesn%'t match built-in prototype"
 msgstr ""
 
-#: c-decl.c:2421
+#: c-decl.c:6326
 #, gcc-internal-format
-msgid "%H%qE undeclared here (not in a function)"
+msgid "promoted argument %qD doesn%'t match prototype"
 msgstr ""
 
-#: c-decl.c:2426
+#: c-decl.c:6336
 #, gcc-internal-format
-msgid "%H%qE undeclared (first use in this function)"
+msgid "argument %qD doesn%'t match built-in prototype"
 msgstr ""
 
-#: c-decl.c:2430
+#: c-decl.c:6340
 #, gcc-internal-format
-msgid "%H(Each undeclared identifier is reported only once"
+msgid "argument %qD doesn%'t match prototype"
 msgstr ""
 
-#: c-decl.c:2431
+#: c-decl.c:6563 cp/decl.c:10942
 #, gcc-internal-format
-msgid "%Hfor each function it appears in.)"
+msgid "no return statement in function returning non-void"
 msgstr ""
 
-#: c-decl.c:2469 cp/decl.c:2095
+#: c-decl.c:6572
 #, gcc-internal-format
-msgid "label %qE referenced outside of any function"
+msgid "this function may return with or without a value"
 msgstr ""
 
-#: c-decl.c:2511
+#. If we get here, declarations have been used in a for loop without
+#. the C99 for loop scope.  This doesn't make much sense, so don't
+#. allow it.
+#: c-decl.c:6665
 #, gcc-internal-format
-msgid "duplicate label declaration %qE"
+msgid "%<for%> loop initial declaration used outside C99 mode"
 msgstr ""
 
-#: c-decl.c:2547
+#: c-decl.c:6694
 #, gcc-internal-format
-msgid "%Hduplicate label %qD"
+msgid "declaration of static variable %q+D in %<for%> loop initial declaration"
 msgstr ""
 
-#: c-decl.c:2557
+#: c-decl.c:6697
 #, gcc-internal-format
-msgid "%Jjump into statement expression"
+msgid ""
+"declaration of %<extern%> variable %q+D in %<for%> loop initial declaration"
 msgstr ""
 
-#: c-decl.c:2559
+#: c-decl.c:6702
 #, gcc-internal-format
-msgid "%Jjump into scope of identifier with variably modified type"
+msgid "%<struct %E%> declared in %<for%> loop initial declaration"
 msgstr ""
 
-#: c-decl.c:2574
+#: c-decl.c:6706
 #, gcc-internal-format
-msgid ""
-"%Htraditional C lacks a separate namespace for labels, identifier %qE "
-"conflicts"
+msgid "%<union %E%> declared in %<for%> loop initial declaration"
 msgstr ""
 
-#: c-decl.c:2649
+#: c-decl.c:6710
 #, gcc-internal-format
-msgid "%H%qE defined as wrong kind of tag"
+msgid "%<enum %E%> declared in %<for%> loop initial declaration"
 msgstr ""
 
-#: c-decl.c:2864
+#: c-decl.c:6714
 #, gcc-internal-format
-msgid "unnamed struct/union that defines no instances"
+msgid "declaration of non-variable %q+D in %<for%> loop initial declaration"
 msgstr ""
 
-#: c-decl.c:2872
+#: c-decl.c:6998 c-decl.c:7149 c-decl.c:7359
 #, gcc-internal-format
-msgid "empty declaration with storage class specifier does not redeclare tag"
+msgid "duplicate %qE"
 msgstr ""
 
-#: c-decl.c:2883
+#: c-decl.c:7021 c-decl.c:7158 c-decl.c:7261
 #, gcc-internal-format
-msgid "empty declaration with type qualifier does not redeclare tag"
+msgid "two or more data types in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:2904 c-decl.c:2911
+#: c-decl.c:7033 cp/decl.c:6897
 #, gcc-internal-format
-msgid "useless type name in empty declaration"
+msgid "%<long long long%> is too long for GCC"
 msgstr ""
 
-#: c-decl.c:2919
+#: c-decl.c:7040 c-decl.c:7232
 #, gcc-internal-format
-msgid "%<inline%> in empty declaration"
+msgid "both %<long long%> and %<double%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:2925
+#: c-decl.c:7046
 #, gcc-internal-format
-msgid "%<auto%> in file-scope empty declaration"
+msgid "ISO C90 does not support %<long long%>"
 msgstr ""
 
-#: c-decl.c:2931
+#: c-decl.c:7051 c-decl.c:7071
 #, gcc-internal-format
-msgid "%<register%> in file-scope empty declaration"
+msgid "both %<long%> and %<short%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:2937
+#: c-decl.c:7054 c-decl.c:7165
 #, gcc-internal-format
-msgid "useless storage class specifier in empty declaration"
+msgid "both %<long%> and %<void%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:2943
+#: c-decl.c:7057 c-decl.c:7184
 #, gcc-internal-format
-msgid "useless %<__thread%> in empty declaration"
+msgid "both %<long%> and %<_Bool%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:2951
+#: c-decl.c:7060 c-decl.c:7203
 #, gcc-internal-format
-msgid "useless type qualifier in empty declaration"
+msgid "both %<long%> and %<char%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:2958 c-parser.c:1157
+#: c-decl.c:7063 c-decl.c:7216
 #, gcc-internal-format
-msgid "empty declaration"
+msgid "both %<long%> and %<float%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3024
+#: c-decl.c:7074 c-decl.c:7168
 #, gcc-internal-format
-msgid ""
-"ISO C90 does not support %<static%> or type qualifiers in parameter array "
-"declarators"
+msgid "both %<short%> and %<void%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3027
+#: c-decl.c:7077 c-decl.c:7187
 #, gcc-internal-format
-msgid "ISO C90 does not support %<[*]%> array declarators"
+msgid "both %<short%> and %<_Bool%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3030
+#: c-decl.c:7080 c-decl.c:7206
 #, gcc-internal-format
-msgid "GCC does not yet properly implement %<[*]%> array declarators"
+msgid "both %<short%> and %<char%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3049
+#: c-decl.c:7083 c-decl.c:7219
 #, gcc-internal-format
-msgid "static or type qualifiers in abstract declarator"
+msgid "both %<short%> and %<float%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3108
+#: c-decl.c:7086 c-decl.c:7235
 #, gcc-internal-format
-msgid "%q+D is usually a function"
+msgid "both %<short%> and %<double%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3117 cp/decl.c:3667 cp/decl2.c:840
+#: c-decl.c:7094 c-decl.c:7114
 #, gcc-internal-format
-msgid "typedef %qD is initialized (use __typeof__ instead)"
+msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3122
+#: c-decl.c:7097 c-decl.c:7171
 #, gcc-internal-format
-msgid "function %qD is initialized like a variable"
+msgid "both %<signed%> and %<void%> in declaration specifiers"
 msgstr ""
 
-#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
-#: c-decl.c:3128
+#: c-decl.c:7100 c-decl.c:7190
 #, gcc-internal-format
-msgid "parameter %qD is initialized"
+msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3153
+#: c-decl.c:7103 c-decl.c:7222
 #, gcc-internal-format
-msgid "variable %qD has initializer but incomplete type"
+msgid "both %<signed%> and %<float%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3229 c-decl.c:5853 cp/decl.c:3706 cp/decl.c:10100
+#: c-decl.c:7106 c-decl.c:7238
 #, gcc-internal-format
-msgid "inline function %q+D given attribute noinline"
+msgid "both %<signed%> and %<double%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3301
+#: c-decl.c:7117 c-decl.c:7174
 #, gcc-internal-format
-msgid "initializer fails to determine size of %q+D"
+msgid "both %<unsigned%> and %<void%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3306
+#: c-decl.c:7120 c-decl.c:7193
 #, gcc-internal-format
-msgid "array size missing in %q+D"
+msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3318
+#: c-decl.c:7123 c-decl.c:7225
 #, gcc-internal-format
-msgid "zero or negative size array %q+D"
+msgid "both %<unsigned%> and %<float%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3370 varasm.c:1641
+#: c-decl.c:7126 c-decl.c:7241
 #, gcc-internal-format
-msgid "storage size of %q+D isn%'t known"
+msgid "both %<unsigned%> and %<double%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3380
+#: c-decl.c:7134
 #, gcc-internal-format
-msgid "storage size of %q+D isn%'t constant"
+msgid "ISO C90 does not support complex types"
 msgstr ""
 
-#: c-decl.c:3427
+#: c-decl.c:7136 c-decl.c:7177
 #, gcc-internal-format
-msgid "ignoring asm-specifier for non-static local variable %q+D"
+msgid "both %<complex%> and %<void%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3457 fortran/f95-lang.c:636
+#: c-decl.c:7139 c-decl.c:7196
 #, gcc-internal-format
-msgid "cannot put object with volatile field into register"
+msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3592
+#: c-decl.c:7278
 #, gcc-internal-format
-msgid "ISO C forbids forward parameter declarations"
+msgid "%qE fails to be a typedef or built in type"
 msgstr ""
 
-#: c-decl.c:3719
+#: c-decl.c:7310
 #, gcc-internal-format
-msgid "bit-field %qs width not an integer constant"
+msgid "%qE is not at beginning of declaration"
 msgstr ""
 
-#: c-decl.c:3727
+#: c-decl.c:7324
 #, gcc-internal-format
-msgid "negative width in bit-field %qs"
+msgid "%<__thread%> used with %<auto%>"
 msgstr ""
 
-#: c-decl.c:3732
+#: c-decl.c:7326
 #, gcc-internal-format
-msgid "zero width for bit-field %qs"
+msgid "%<__thread%> used with %<register%>"
 msgstr ""
 
-#: c-decl.c:3742
+#: c-decl.c:7328
 #, gcc-internal-format
-msgid "bit-field %qs has invalid type"
+msgid "%<__thread%> used with %<typedef%>"
 msgstr ""
 
-#: c-decl.c:3751
+#: c-decl.c:7339 cp/parser.c:7361
 #, gcc-internal-format
-msgid "type of bit-field %qs is a GCC extension"
+msgid "%<__thread%> before %<extern%>"
 msgstr ""
 
-#: c-decl.c:3760
+#: c-decl.c:7348 cp/parser.c:7351
 #, gcc-internal-format
-msgid "width of %qs exceeds its type"
+msgid "%<__thread%> before %<static%>"
 msgstr ""
 
-#: c-decl.c:3773
+#: c-decl.c:7364
 #, gcc-internal-format
-msgid "%qs is narrower than values of its type"
+msgid "multiple storage classes in declaration specifiers"
 msgstr ""
 
-#: c-decl.c:3922
+#: c-decl.c:7371
 #, gcc-internal-format
-msgid "type defaults to %<int%> in declaration of %qs"
+msgid "%<__thread%> used with %qE"
 msgstr ""
 
-#: c-decl.c:3950
+#: c-decl.c:7425
 #, gcc-internal-format
-msgid "duplicate %<const%>"
+msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
 msgstr ""
 
-#: c-decl.c:3952
+#: c-decl.c:7470 c-decl.c:7496
 #, gcc-internal-format
-msgid "duplicate %<restrict%>"
+msgid "ISO C does not support complex integer types"
 msgstr ""
 
-#: c-decl.c:3954
+#: c-decl.c:7570 toplev.c:821
 #, gcc-internal-format
-msgid "duplicate %<volatile%>"
+msgid "%q+F used but never defined"
 msgstr ""
 
-#: c-decl.c:3973
+#: c-format.c:97 c-format.c:206
 #, gcc-internal-format
-msgid "function definition declared %<auto%>"
+msgid "format string has invalid operand number"
 msgstr ""
 
-#: c-decl.c:3975
+#: c-format.c:114
 #, gcc-internal-format
-msgid "function definition declared %<register%>"
+msgid "function does not return string type"
 msgstr ""
 
-#: c-decl.c:3977
+#: c-format.c:143
 #, gcc-internal-format
-msgid "function definition declared %<typedef%>"
+msgid "format string argument not a string type"
 msgstr ""
 
-#: c-decl.c:3979
+#: c-format.c:186
 #, gcc-internal-format
-msgid "function definition declared %<__thread%>"
+msgid "unrecognized format specifier"
 msgstr ""
 
-#: c-decl.c:3995
+#: c-format.c:198
 #, gcc-internal-format
-msgid "storage class specified for structure field %qs"
+msgid "%qE is an unrecognized format function type"
 msgstr ""
 
-#: c-decl.c:3999 cp/decl.c:7173
+#: c-format.c:212
 #, gcc-internal-format
-msgid "storage class specified for parameter %qs"
+msgid "%<...%> has invalid operand number"
 msgstr ""
 
-#: c-decl.c:4002 cp/decl.c:7175
+#: c-format.c:219
 #, gcc-internal-format
-msgid "storage class specified for typename"
+msgid "format string argument follows the args to be formatted"
 msgstr ""
 
-#: c-decl.c:4015 cp/decl.c:7192
+#: c-format.c:899
 #, gcc-internal-format
-msgid "%qs initialized and declared %<extern%>"
+msgid "function might be possible candidate for %qs format attribute"
 msgstr ""
 
-#: c-decl.c:4017 cp/decl.c:7195
+#: c-format.c:991 c-format.c:1012 c-format.c:2026
 #, gcc-internal-format
-msgid "%qs has both %<extern%> and initializer"
+msgid "missing $ operand number in format"
 msgstr ""
 
-#: c-decl.c:4022
+#: c-format.c:1021
 #, gcc-internal-format
-msgid "file-scope declaration of %qs specifies %<auto%>"
+msgid "%s does not support %%n$ operand number formats"
 msgstr ""
 
-#: c-decl.c:4024
+#: c-format.c:1028
 #, gcc-internal-format
-msgid "file-scope declaration of %qs specifies %<register%>"
+msgid "operand number out of range in format"
 msgstr ""
 
-#: c-decl.c:4029 cp/decl.c:7199
+#: c-format.c:1051
 #, gcc-internal-format
-msgid "nested function %qs declared %<extern%>"
+msgid "format argument %d used more than once in %s format"
 msgstr ""
 
-#: c-decl.c:4032 cp/decl.c:7209
+#: c-format.c:1083
 #, gcc-internal-format
-msgid "function-scope %qs implicitly auto and declared %<__thread%>"
+msgid "$ operand number used after format without operand number"
 msgstr ""
 
-#. Only the innermost declarator (making a parameter be of
-#. array type which is converted to pointer type)
-#. may have static or type qualifiers.
-#: c-decl.c:4079 c-decl.c:4270
+#: c-format.c:1114
 #, gcc-internal-format
-msgid "static or type qualifiers in non-parameter array declarator"
+msgid "format argument %d unused before used argument %d in $-style format"
 msgstr ""
 
-#: c-decl.c:4125
+#: c-format.c:1209
 #, gcc-internal-format
-msgid "declaration of %qs as array of voids"
+msgid "format not a string literal, format string not checked"
 msgstr ""
 
-#: c-decl.c:4131
+#: c-format.c:1224 c-format.c:1227
 #, gcc-internal-format
-msgid "declaration of %qs as array of functions"
+msgid "format not a string literal and no format arguments"
 msgstr ""
 
-#: c-decl.c:4136
+#: c-format.c:1230
 #, gcc-internal-format
-msgid "invalid use of structure with flexible array member"
+msgid "format not a string literal, argument types not checked"
 msgstr ""
 
-#: c-decl.c:4156
+#: c-format.c:1243
 #, gcc-internal-format
-msgid "size of array %qs has non-integer type"
+msgid "too many arguments for format"
 msgstr ""
 
-#: c-decl.c:4161
+#: c-format.c:1246
 #, gcc-internal-format
-msgid "ISO C forbids zero-size array %qs"
+msgid "unused arguments in $-style format"
 msgstr ""
 
-#: c-decl.c:4168
+#: c-format.c:1249
 #, gcc-internal-format
-msgid "size of array %qs is negative"
+msgid "zero-length %s format string"
 msgstr ""
 
-#: c-decl.c:4182
+#: c-format.c:1253
 #, gcc-internal-format
-msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
+msgid "format is a wide character string"
 msgstr ""
 
-#: c-decl.c:4186
+#: c-format.c:1256
 #, gcc-internal-format
-msgid "ISO C90 forbids variable-size array %qs"
+msgid "unterminated format string"
 msgstr ""
 
-#: c-decl.c:4226 c-decl.c:4392 cp/decl.c:7636
+#: c-format.c:1470
 #, gcc-internal-format
-msgid "size of array %qs is too large"
+msgid "embedded %<\\0%> in format"
 msgstr ""
 
-#: c-decl.c:4237
+#: c-format.c:1485
 #, gcc-internal-format
-msgid "ISO C90 does not support flexible array members"
+msgid "spurious trailing %<%%%> in format"
 msgstr ""
 
-#: c-decl.c:4247
+#: c-format.c:1529 c-format.c:1774
 #, gcc-internal-format
-msgid "array type has incomplete element type"
+msgid "repeated %s in format"
 msgstr ""
 
-#: c-decl.c:4302 cp/decl.c:7300
+#: c-format.c:1542
 #, gcc-internal-format
-msgid "%qs declared as function returning a function"
+msgid "missing fill character at end of strfmon format"
 msgstr ""
 
-#: c-decl.c:4307 cp/decl.c:7305
+#: c-format.c:1586 c-format.c:1688 c-format.c:1973 c-format.c:2038
 #, gcc-internal-format
-msgid "%qs declared as function returning an array"
+msgid "too few arguments for format"
 msgstr ""
 
-#: c-decl.c:4327
+#: c-format.c:1627
 #, gcc-internal-format
-msgid "function definition has qualified void return type"
+msgid "zero width in %s format"
 msgstr ""
 
-#: c-decl.c:4330
+#: c-format.c:1645
 #, gcc-internal-format
-msgid "type qualifiers ignored on function return type"
+msgid "empty left precision in %s format"
 msgstr ""
 
-#: c-decl.c:4359 c-decl.c:4405 c-decl.c:4500 c-decl.c:4590
+#: c-format.c:1718
 #, gcc-internal-format
-msgid "ISO C forbids qualified function types"
+msgid "empty precision in %s format"
 msgstr ""
 
-#: c-decl.c:4413
+#: c-format.c:1758
 #, gcc-internal-format
-msgid "typedef %q+D declared %<inline%>"
+msgid "%s does not support the %qs %s length modifier"
 msgstr ""
 
-#: c-decl.c:4443
+#: c-format.c:1808
 #, gcc-internal-format
-msgid "ISO C forbids const or volatile function types"
+msgid "conversion lacks type at end of format"
 msgstr ""
 
-#: c-decl.c:4463
+#: c-format.c:1819
 #, gcc-internal-format
-msgid "variable or field %qs declared void"
+msgid "unknown conversion type character %qc in format"
 msgstr ""
 
-#: c-decl.c:4493
+#: c-format.c:1822
 #, gcc-internal-format
-msgid "attributes in parameter array declarator ignored"
+msgid "unknown conversion type character 0x%x in format"
 msgstr ""
 
-#: c-decl.c:4527
+#: c-format.c:1829
 #, gcc-internal-format
-msgid "parameter %q+D declared %<inline%>"
+msgid "%s does not support the %<%%%c%> %s format"
 msgstr ""
 
-#: c-decl.c:4540
+#: c-format.c:1845
 #, gcc-internal-format
-msgid "field %qs declared as a function"
+msgid "%s used with %<%%%c%> %s format"
 msgstr ""
 
-#: c-decl.c:4546
+#: c-format.c:1854
 #, gcc-internal-format
-msgid "field %qs has incomplete type"
+msgid "%s does not support %s"
 msgstr ""
 
-#: c-decl.c:4560 c-decl.c:4572 c-decl.c:4576
+#: c-format.c:1864
 #, gcc-internal-format
-msgid "invalid storage class for function %qs"
+msgid "%s does not support %s with the %<%%%c%> %s format"
 msgstr ""
 
-#: c-decl.c:4596
+#: c-format.c:1898
 #, gcc-internal-format
-msgid "%<noreturn%> function returns non-void value"
+msgid "%s ignored with %s and %<%%%c%> %s format"
 msgstr ""
 
-#: c-decl.c:4624
+#: c-format.c:1902
 #, gcc-internal-format
-msgid "cannot inline function %<main%>"
+msgid "%s ignored with %s in %s format"
 msgstr ""
 
-#: c-decl.c:4671
+#: c-format.c:1909
 #, gcc-internal-format
-msgid "variable previously declared %<static%> redeclared %<extern%>"
+msgid "use of %s and %s together with %<%%%c%> %s format"
 msgstr ""
 
-#: c-decl.c:4681
+#: c-format.c:1913
 #, gcc-internal-format
-msgid "variable %q+D declared %<inline%>"
+msgid "use of %s and %s together in %s format"
 msgstr ""
 
-#. A mere warning is sure to result in improper semantics
-#. at runtime.  Don't bother to allow this to compile.
-#: c-decl.c:4712 cp/decl.c:6060
+#: c-format.c:1932
 #, gcc-internal-format
-msgid "thread-local storage not supported for this target"
+msgid "%<%%%c%> yields only last 2 digits of year in some locales"
 msgstr ""
 
-#: c-decl.c:4777 c-decl.c:5932
+#: c-format.c:1935
 #, gcc-internal-format
-msgid "function declaration isn%'t a prototype"
+msgid "%<%%%c%> yields only last 2 digits of year"
 msgstr ""
 
-#: c-decl.c:4785
+#. The end of the format string was reached.
+#: c-format.c:1952
 #, gcc-internal-format
-msgid "parameter names (without types) in function declaration"
+msgid "no closing %<]%> for %<%%[%> format"
 msgstr ""
 
-#: c-decl.c:4818
+#: c-format.c:1966
 #, gcc-internal-format
-msgid "parameter %u (%q+D) has incomplete type"
+msgid "use of %qs length modifier with %qc type character"
 msgstr ""
 
-#: c-decl.c:4821
+#: c-format.c:1988
 #, gcc-internal-format
-msgid "%Jparameter %u has incomplete type"
+msgid "%s does not support the %<%%%s%c%> %s format"
 msgstr ""
 
-#: c-decl.c:4830
+#: c-format.c:2005
 #, gcc-internal-format
-msgid "parameter %u (%q+D) has void type"
+msgid "operand number specified with suppressed assignment"
 msgstr ""
 
-#: c-decl.c:4833
+#: c-format.c:2008
 #, gcc-internal-format
-msgid "%Jparameter %u has void type"
+msgid "operand number specified for format taking no argument"
 msgstr ""
 
-#: c-decl.c:4893
+#: c-format.c:2151
 #, gcc-internal-format
-msgid "%<void%> as only parameter may not be qualified"
+msgid "writing through null pointer (argument %d)"
 msgstr ""
 
-#: c-decl.c:4897 c-decl.c:4931
+#: c-format.c:2159
 #, gcc-internal-format
-msgid "%<void%> must be the only parameter"
+msgid "reading through null pointer (argument %d)"
 msgstr ""
 
-#: c-decl.c:4925
+#: c-format.c:2179
 #, gcc-internal-format
-msgid "parameter %q+D has just a forward declaration"
+msgid "writing into constant object (argument %d)"
 msgstr ""
 
-#. The %s will be one of 'struct', 'union', or 'enum'.
-#: c-decl.c:4970
+#: c-format.c:2190
 #, gcc-internal-format
-msgid "%<%s %E%> declared inside parameter list"
+msgid "extra type qualifiers in format argument (argument %d)"
 msgstr ""
 
-#. The %s will be one of 'struct', 'union', or 'enum'.
-#: c-decl.c:4974
+#: c-format.c:2301
 #, gcc-internal-format
-msgid "anonymous %s declared inside parameter list"
+msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
 msgstr ""
 
-#: c-decl.c:4979
+#: c-format.c:2305
 #, gcc-internal-format
-msgid ""
-"its scope is only this definition or declaration, which is probably not what "
-"you want"
+msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
 msgstr ""
 
-#: c-decl.c:5112
+#: c-format.c:2313
 #, gcc-internal-format
-msgid "redefinition of %<union %E%>"
+msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
 msgstr ""
 
-#: c-decl.c:5114
+#: c-format.c:2317
 #, gcc-internal-format
-msgid "redefinition of %<struct %E%>"
+msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
 msgstr ""
 
-#: c-decl.c:5119
+#: c-format.c:2376 c-format.c:2382 c-format.c:2532
 #, gcc-internal-format
-msgid "nested redefinition of %<union %E%>"
+msgid "%<__gcc_host_wide_int__%> is not defined as a type"
 msgstr ""
 
-#: c-decl.c:5121
+#: c-format.c:2389 c-format.c:2542
 #, gcc-internal-format
-msgid "nested redefinition of %<struct %E%>"
+msgid "%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>"
 msgstr ""
 
-#: c-decl.c:5192 cp/decl.c:3465
+#: c-format.c:2438
 #, gcc-internal-format
-msgid "declaration does not declare anything"
+msgid "%<locus%> is not defined as a type"
 msgstr ""
 
-#: c-decl.c:5196
+#: c-format.c:2491
 #, gcc-internal-format
-msgid "ISO C doesn%'t support unnamed structs/unions"
+msgid "%<location_t%> is not defined as a type"
 msgstr ""
 
-#: c-decl.c:5239 c-decl.c:5255
+#: c-format.c:2508
 #, gcc-internal-format
-msgid "duplicate member %q+D"
+msgid "%<tree%> is not defined as a type"
 msgstr ""
 
-#: c-decl.c:5294
+#: c-format.c:2513
 #, gcc-internal-format
-msgid "union has no named members"
+msgid "%<tree%> is not defined as a pointer type"
 msgstr ""
 
-#: c-decl.c:5296
+#: c-format.c:2724
 #, gcc-internal-format
-msgid "union has no members"
+msgid "args to be formatted is not %<...%>"
 msgstr ""
 
-#: c-decl.c:5301
+#: c-format.c:2733
 #, gcc-internal-format
-msgid "struct has no named members"
+msgid "strftime formats cannot format arguments"
 msgstr ""
 
-#: c-decl.c:5303
+#: c-lex.c:254
 #, gcc-internal-format
-msgid "struct has no members"
+msgid "badly nested C headers from preprocessor"
 msgstr ""
 
-#: c-decl.c:5360
+#: c-lex.c:302
 #, gcc-internal-format
-msgid "%Jflexible array member in union"
+msgid "%Hignoring #pragma %s %s"
 msgstr ""
 
-#: c-decl.c:5365
+#. ... or not.
+#: c-lex.c:412
 #, gcc-internal-format
-msgid "%Jflexible array member not at end of struct"
+msgid "%Hstray %<@%> in program"
 msgstr ""
 
-#: c-decl.c:5370
+#: c-lex.c:426
 #, gcc-internal-format
-msgid "%Jflexible array member in otherwise empty struct"
+msgid "stray %qs in program"
 msgstr ""
 
-#: c-decl.c:5377
+#: c-lex.c:436
 #, gcc-internal-format
-msgid "%Jinvalid use of structure with flexible array member"
+msgid "missing terminating %c character"
 msgstr ""
 
-#: c-decl.c:5488
+#: c-lex.c:438
 #, gcc-internal-format
-msgid "union cannot be made transparent"
+msgid "stray %qc in program"
 msgstr ""
 
-#: c-decl.c:5559
+#: c-lex.c:440
 #, gcc-internal-format
-msgid "nested redefinition of %<enum %E%>"
+msgid "stray %<\\%o%> in program"
 msgstr ""
 
-#. This enum is a named one that has been declared already.
-#: c-decl.c:5566
+#: c-lex.c:601
 #, gcc-internal-format
-msgid "redeclaration of %<enum %E%>"
+msgid "this decimal constant is unsigned only in ISO C90"
 msgstr ""
 
-#: c-decl.c:5629
+#: c-lex.c:605
 #, gcc-internal-format
-msgid "enumeration values exceed range of largest integer"
+msgid "this decimal constant would be unsigned in ISO C90"
 msgstr ""
 
-#: c-decl.c:5646
+#: c-lex.c:621
 #, gcc-internal-format
-msgid "specified mode too small for enumeral values"
+msgid "integer constant is too large for %qs type"
 msgstr ""
 
-#: c-decl.c:5742
+#: c-lex.c:687
 #, gcc-internal-format
-msgid "enumerator value for %qE is not an integer constant"
+msgid "floating constant exceeds range of %<%s%>"
 msgstr ""
 
-#: c-decl.c:5759
+#: c-lex.c:770
 #, gcc-internal-format
-msgid "overflow in enumeration values"
+msgid "traditional C rejects string constant concatenation"
 msgstr ""
 
-#: c-decl.c:5764
+#: c-objc-common.c:81
 #, gcc-internal-format
-msgid "ISO C restricts enumerator values to range of %<int%>"
+msgid ""
+"function %q+F can never be inlined because it is suppressed using -fno-inline"
 msgstr ""
 
-#: c-decl.c:5860
+#: c-objc-common.c:91
 #, gcc-internal-format
-msgid "return type is an incomplete type"
+msgid ""
+"function %q+F can never be inlined because it might not be bound within this "
+"unit of translation"
 msgstr ""
 
-#: c-decl.c:5868
+#: c-objc-common.c:99
 #, gcc-internal-format
-msgid "return type defaults to %<int%>"
+msgid ""
+"function %q+F can never be inlined because it uses attributes conflicting "
+"with inlining"
 msgstr ""
 
-#: c-decl.c:5939
+#: c-opts.c:147
 #, gcc-internal-format
-msgid "no previous prototype for %q+D"
+msgid "no class name specified with %qs"
 msgstr ""
 
-#: c-decl.c:5948
+#: c-opts.c:151
 #, gcc-internal-format
-msgid "%q+D was used with no prototype before its definition"
+msgid "assertion missing after %qs"
 msgstr ""
 
-#: c-decl.c:5954
+#: c-opts.c:156
 #, gcc-internal-format
-msgid "no previous declaration for %q+D"
+msgid "macro name missing after %qs"
 msgstr ""
 
-#: c-decl.c:5964
+#: c-opts.c:165
 #, gcc-internal-format
-msgid "%q+D was used with no declaration before its definition"
+msgid "missing path after %qs"
 msgstr ""
 
-#: c-decl.c:5996 c-decl.c:6513
+#: c-opts.c:174
 #, gcc-internal-format
-msgid "return type of %q+D is not %<int%>"
+msgid "missing filename after %qs"
 msgstr ""
 
-#: c-decl.c:6011
+#: c-opts.c:179
 #, gcc-internal-format
-msgid "first argument of %q+D should be %<int%>"
+msgid "missing makefile target after %qs"
 msgstr ""
 
-#: c-decl.c:6019
+#: c-opts.c:319
 #, gcc-internal-format
-msgid "second argument of %q+D should be %<char **%>"
+msgid "-I- specified twice"
 msgstr ""
 
-#: c-decl.c:6028
+#: c-opts.c:322
 #, gcc-internal-format
-msgid "third argument of %q+D should probably be %<char **%>"
+msgid "obsolete option -I- used, please use -iquote instead"
 msgstr ""
 
-#: c-decl.c:6038
+#: c-opts.c:489
 #, gcc-internal-format
-msgid "%q+D takes only zero or two arguments"
+msgid "argument %qs to %<-Wnormalized%> not recognized"
 msgstr ""
 
-#: c-decl.c:6041
+#: c-opts.c:573
 #, gcc-internal-format
-msgid "%q+D is normally a non-static function"
+msgid "switch %qs is no longer supported"
 msgstr ""
 
-#: c-decl.c:6087
+#: c-opts.c:683
 #, gcc-internal-format
-msgid "%Jold-style parameter declarations in prototyped function definition"
+msgid ""
+"-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
 msgstr ""
 
-#: c-decl.c:6101
+#: c-opts.c:865
 #, gcc-internal-format
-msgid "%Jtraditional C rejects ISO C style function definitions"
+msgid "output filename specified twice"
 msgstr ""
 
-#: c-decl.c:6117
+#: c-opts.c:1002
 #, gcc-internal-format
-msgid "%Jparameter name omitted"
+msgid "-Wformat-y2k ignored without -Wformat"
 msgstr ""
 
-#: c-decl.c:6151
+#: c-opts.c:1004
 #, gcc-internal-format
-msgid "%Jold-style function definition"
+msgid "-Wformat-extra-args ignored without -Wformat"
 msgstr ""
 
-#: c-decl.c:6160
+#: c-opts.c:1006
 #, gcc-internal-format
-msgid "%Jparameter name missing from parameter list"
+msgid "-Wformat-zero-length ignored without -Wformat"
 msgstr ""
 
-#: c-decl.c:6171
+#: c-opts.c:1008
 #, gcc-internal-format
-msgid "%q+D declared as a non-parameter"
+msgid "-Wformat-nonliteral ignored without -Wformat"
 msgstr ""
 
-#: c-decl.c:6176
+#: c-opts.c:1010
 #, gcc-internal-format
-msgid "multiple parameters named %q+D"
+msgid "-Wformat-security ignored without -Wformat"
 msgstr ""
 
-#: c-decl.c:6184
+#: c-opts.c:1030
 #, gcc-internal-format
-msgid "parameter %q+D declared with void type"
+msgid "opening output file %s: %m"
 msgstr ""
 
-#: c-decl.c:6201 c-decl.c:6203
+#: c-opts.c:1035
 #, gcc-internal-format
-msgid "type of %q+D defaults to %<int%>"
+msgid "too many filenames given.  Type %s --help for usage"
 msgstr ""
 
-#: c-decl.c:6222
+#: c-opts.c:1121
 #, gcc-internal-format
-msgid "parameter %q+D has incomplete type"
+msgid "YYDEBUG was not defined at build time, -dy ignored"
 msgstr ""
 
-#: c-decl.c:6228
+#: c-opts.c:1167
 #, gcc-internal-format
-msgid "declaration for parameter %q+D but no such parameter"
+msgid "opening dependency file %s: %m"
 msgstr ""
 
-#: c-decl.c:6278
+#: c-opts.c:1177
 #, gcc-internal-format
-msgid "number of arguments doesn%'t match built-in prototype"
+msgid "closing dependency file %s: %m"
 msgstr ""
 
-#: c-decl.c:6282
+#: c-opts.c:1180
 #, gcc-internal-format
-msgid "number of arguments doesn%'t match prototype"
+msgid "when writing output to %s: %m"
 msgstr ""
 
-#: c-decl.c:6283 c-decl.c:6323 c-decl.c:6336
+#: c-opts.c:1260
 #, gcc-internal-format
-msgid "%Hprototype declaration"
+msgid "to generate dependencies you must specify either -M or -MM"
 msgstr ""
 
-#: c-decl.c:6317
+#: c-opts.c:1428
 #, gcc-internal-format
-msgid "promoted argument %qD doesn%'t match built-in prototype"
+msgid "too late for # directive to set debug directory"
 msgstr ""
 
-#: c-decl.c:6321
+#: c-parser.c:969
 #, gcc-internal-format
-msgid "promoted argument %qD doesn%'t match prototype"
+msgid "ISO C forbids an empty source file"
 msgstr ""
 
-#: c-decl.c:6331
+#: c-parser.c:1054 c-parser.c:5762
 #, gcc-internal-format
-msgid "argument %qD doesn%'t match built-in prototype"
+msgid "ISO C does not allow extra %<;%> outside of a function"
 msgstr ""
 
-#: c-decl.c:6335
+#: c-parser.c:1145
 #, gcc-internal-format
-msgid "argument %qD doesn%'t match prototype"
+msgid "expected declaration specifiers"
 msgstr ""
 
-#: c-decl.c:6558 cp/decl.c:10877
+#: c-parser.c:1193
 #, gcc-internal-format
-msgid "no return statement in function returning non-void"
+msgid "data definition has no type or storage class"
 msgstr ""
 
-#: c-decl.c:6567
+#: c-parser.c:1247
 #, gcc-internal-format
-msgid "this function may return with or without a value"
+msgid "expected %<,%> or %<;%>"
 msgstr ""
 
-#. If we get here, declarations have been used in a for loop without
-#. the C99 for loop scope.  This doesn't make much sense, so don't
-#. allow it.
-#: c-decl.c:6660
+#. This can appear in many cases looking nothing like a
+#. function definition, so we don't give a more specific
+#. error suggesting there was one.
+#: c-parser.c:1254 c-parser.c:1271
 #, gcc-internal-format
-msgid "%<for%> loop initial declaration used outside C99 mode"
+msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
 msgstr ""
 
-#: c-decl.c:6689
+#: c-parser.c:1263
 #, gcc-internal-format
-msgid "declaration of static variable %q+D in %<for%> loop initial declaration"
+msgid "ISO C forbids nested functions"
 msgstr ""
 
-#: c-decl.c:6692
+#: c-parser.c:1609 c-parser.c:2372 c-parser.c:2981 c-parser.c:3222
+#: c-parser.c:4009 c-parser.c:4590 c-parser.c:4980 c-parser.c:5000
+#: c-parser.c:5115 c-parser.c:5261 c-parser.c:5278 c-parser.c:5410
+#: c-parser.c:5422 c-parser.c:5447 c-parser.c:5575 c-parser.c:5604
+#: c-parser.c:5612 c-parser.c:5640 c-parser.c:5654 c-parser.c:5867
+#: c-parser.c:5966
 #, gcc-internal-format
-msgid ""
-"declaration of %<extern%> variable %q+D in %<for%> loop initial declaration"
+msgid "expected identifier"
 msgstr ""
 
-#: c-decl.c:6697
+#: c-parser.c:1635 cp/parser.c:10194
 #, gcc-internal-format
-msgid "%<struct %E%> declared in %<for%> loop initial declaration"
+msgid "comma at end of enumerator list"
 msgstr ""
 
-#: c-decl.c:6701
+#: c-parser.c:1641
 #, gcc-internal-format
-msgid "%<union %E%> declared in %<for%> loop initial declaration"
+msgid "expected %<,%> or %<}%>"
 msgstr ""
 
-#: c-decl.c:6705
+#: c-parser.c:1655 c-parser.c:1825 c-parser.c:5729
 #, gcc-internal-format
-msgid "%<enum %E%> declared in %<for%> loop initial declaration"
+msgid "expected %<{%>"
 msgstr ""
 
-#: c-decl.c:6709
+#: c-parser.c:1664
 #, gcc-internal-format
-msgid "declaration of non-variable %q+D in %<for%> loop initial declaration"
+msgid "ISO C forbids forward references to %<enum%> types"
 msgstr ""
 
-#: c-decl.c:6993 c-decl.c:7144 c-decl.c:7354
+#: c-parser.c:1767
 #, gcc-internal-format
-msgid "duplicate %qE"
+msgid "expected class name"
 msgstr ""
 
-#: c-decl.c:7016 c-decl.c:7153 c-decl.c:7256
+#: c-parser.c:1786 c-parser.c:5514
 #, gcc-internal-format
-msgid "two or more data types in declaration specifiers"
+msgid "extra semicolon in struct or union specified"
 msgstr ""
 
-#: c-decl.c:7028 cp/decl.c:6863
+#: c-parser.c:1808
 #, gcc-internal-format
-msgid "%<long long long%> is too long for GCC"
+msgid "no semicolon at end of struct or union"
 msgstr ""
 
-#: c-decl.c:7035 c-decl.c:7227
+#: c-parser.c:1811
 #, gcc-internal-format
-msgid "both %<long long%> and %<double%> in declaration specifiers"
+msgid "expected %<;%>"
 msgstr ""
 
-#: c-decl.c:7041
+#: c-parser.c:1888 c-parser.c:2815
 #, gcc-internal-format
-msgid "ISO C90 does not support %<long long%>"
+msgid "expected specifier-qualifier-list"
 msgstr ""
 
-#: c-decl.c:7046 c-decl.c:7066
+#: c-parser.c:1898
 #, gcc-internal-format
-msgid "both %<long%> and %<short%> in declaration specifiers"
+msgid "ISO C forbids member declarations with no members"
 msgstr ""
 
-#: c-decl.c:7049 c-decl.c:7160
+#: c-parser.c:1967
 #, gcc-internal-format
-msgid "both %<long%> and %<void%> in declaration specifiers"
+msgid "expected %<,%>, %<;%> or %<}%>"
 msgstr ""
 
-#: c-decl.c:7052 c-decl.c:7179
+#: c-parser.c:1974
 #, gcc-internal-format
-msgid "both %<long%> and %<_Bool%> in declaration specifiers"
+msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
 msgstr ""
 
-#: c-decl.c:7055 c-decl.c:7198
+#: c-parser.c:2023
 #, gcc-internal-format
-msgid "both %<long%> and %<char%> in declaration specifiers"
+msgid "%<typeof%> applied to a bit-field"
 msgstr ""
 
-#: c-decl.c:7058 c-decl.c:7211
+#: c-parser.c:2242
 #, gcc-internal-format
-msgid "both %<long%> and %<float%> in declaration specifiers"
+msgid "expected identifier or %<(%>"
 msgstr ""
 
-#: c-decl.c:7069 c-decl.c:7163
+#: c-parser.c:2435
 #, gcc-internal-format
-msgid "both %<short%> and %<void%> in declaration specifiers"
+msgid "ISO C requires a named argument before %<...%>"
 msgstr ""
 
-#: c-decl.c:7072 c-decl.c:7182
+#: c-parser.c:2537
 #, gcc-internal-format
-msgid "both %<short%> and %<_Bool%> in declaration specifiers"
+msgid "expected declaration specifiers or %<...%>"
 msgstr ""
 
-#: c-decl.c:7075 c-decl.c:7201
+#: c-parser.c:2587
 #, gcc-internal-format
-msgid "both %<short%> and %<char%> in declaration specifiers"
+msgid "wide string literal in %<asm%>"
 msgstr ""
 
-#: c-decl.c:7078 c-decl.c:7214
+#: c-parser.c:2593
 #, gcc-internal-format
-msgid "both %<short%> and %<float%> in declaration specifiers"
+msgid "expected string literal"
 msgstr ""
 
-#: c-decl.c:7081 c-decl.c:7230
+#: c-parser.c:2907
 #, gcc-internal-format
-msgid "both %<short%> and %<double%> in declaration specifiers"
+msgid "ISO C forbids empty initializer braces"
 msgstr ""
 
-#: c-decl.c:7089 c-decl.c:7109
+#: c-parser.c:2952
 #, gcc-internal-format
-msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
+msgid "obsolete use of designated initializer with %<:%>"
 msgstr ""
 
-#: c-decl.c:7092 c-decl.c:7166
+#: c-parser.c:3075
 #, gcc-internal-format
-msgid "both %<signed%> and %<void%> in declaration specifiers"
+msgid "ISO C forbids specifying range of elements to initialize"
 msgstr ""
 
-#: c-decl.c:7095 c-decl.c:7185
+#: c-parser.c:3088
 #, gcc-internal-format
-msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
+msgid "ISO C90 forbids specifying subobject to initialize"
 msgstr ""
 
-#: c-decl.c:7098 c-decl.c:7217
+#: c-parser.c:3096
 #, gcc-internal-format
-msgid "both %<signed%> and %<float%> in declaration specifiers"
+msgid "obsolete use of designated initializer without %<=%>"
 msgstr ""
 
-#: c-decl.c:7101 c-decl.c:7233
+#: c-parser.c:3104
 #, gcc-internal-format
-msgid "both %<signed%> and %<double%> in declaration specifiers"
+msgid "expected %<=%>"
 msgstr ""
 
-#: c-decl.c:7112 c-decl.c:7169
+#: c-parser.c:3241
 #, gcc-internal-format
-msgid "both %<unsigned%> and %<void%> in declaration specifiers"
+msgid "ISO C forbids label declarations"
 msgstr ""
 
-#: c-decl.c:7115 c-decl.c:7188
+#: c-parser.c:3246 c-parser.c:3255
 #, gcc-internal-format
-msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
+msgid "expected declaration or statement"
 msgstr ""
 
-#: c-decl.c:7118 c-decl.c:7220
+#: c-parser.c:3275 c-parser.c:3303
 #, gcc-internal-format
-msgid "both %<unsigned%> and %<float%> in declaration specifiers"
+msgid "%HISO C90 forbids mixed declarations and code"
 msgstr ""
 
-#: c-decl.c:7121 c-decl.c:7236
+#: c-parser.c:3319
 #, gcc-internal-format
-msgid "both %<unsigned%> and %<double%> in declaration specifiers"
+msgid "label at end of compound statement"
 msgstr ""
 
-#: c-decl.c:7129
+#: c-parser.c:3362
 #, gcc-internal-format
-msgid "ISO C90 does not support complex types"
+msgid "expected %<:%> or %<...%>"
 msgstr ""
 
-#: c-decl.c:7131 c-decl.c:7172
+#: c-parser.c:3498
 #, gcc-internal-format
-msgid "both %<complex%> and %<void%> in declaration specifiers"
+msgid "expected identifier or %<*%>"
 msgstr ""
 
-#: c-decl.c:7134 c-decl.c:7191
+#. Avoid infinite loop in error recovery:
+#. c_parser_skip_until_found stops at a closing nesting
+#. delimiter without consuming it, but here we need to consume
+#. it to proceed further.
+#: c-parser.c:3560
 #, gcc-internal-format
-msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
+msgid "expected statement"
 msgstr ""
 
-#: c-decl.c:7273
+#: c-parser.c:3894
 #, gcc-internal-format
-msgid "%qE fails to be a typedef or built in type"
+msgid "%E qualifier ignored on asm"
 msgstr ""
 
-#: c-decl.c:7305
+#: c-parser.c:4174
 #, gcc-internal-format
-msgid "%qE is not at beginning of declaration"
+msgid "ISO C forbids omitting the middle term of a ?: expression"
 msgstr ""
 
-#: c-decl.c:7319
+#: c-parser.c:4560
 #, gcc-internal-format
-msgid "%<__thread%> used with %<auto%>"
+msgid "traditional C rejects the unary plus operator"
 msgstr ""
 
-#: c-decl.c:7321
+#: c-parser.c:4673
 #, gcc-internal-format
-msgid "%<__thread%> used with %<register%>"
+msgid "%<sizeof%> applied to a bit-field"
 msgstr ""
 
-#: c-decl.c:7323
+#: c-parser.c:4816 c-parser.c:5157 c-parser.c:5179
 #, gcc-internal-format
-msgid "%<__thread%> used with %<typedef%>"
+msgid "expected expression"
 msgstr ""
 
-#: c-decl.c:7334 cp/parser.c:7366
+#: c-parser.c:4842
 #, gcc-internal-format
-msgid "%<__thread%> before %<extern%>"
+msgid "braced-group within expression allowed only inside a function"
 msgstr ""
 
-#: c-decl.c:7343 cp/parser.c:7356
+#: c-parser.c:4856
 #, gcc-internal-format
-msgid "%<__thread%> before %<static%>"
+msgid "ISO C forbids braced-groups within expressions"
 msgstr ""
 
-#: c-decl.c:7359
+#: c-parser.c:5039
 #, gcc-internal-format
-msgid "multiple storage classes in declaration specifiers"
+msgid "first argument to %<__builtin_choose_expr%> not a constant"
 msgstr ""
 
-#: c-decl.c:7366
+#: c-parser.c:5206
 #, gcc-internal-format
-msgid "%<__thread%> used with %qE"
+msgid "compound literal has variable size"
 msgstr ""
 
-#: c-decl.c:7420
+#: c-parser.c:5214
 #, gcc-internal-format
-msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
+msgid "ISO C90 forbids compound literals"
 msgstr ""
 
-#: c-decl.c:7465 c-decl.c:7491
+#: c-parser.c:5725
 #, gcc-internal-format
-msgid "ISO C does not support complex integer types"
+msgid "extra semicolon in method definition specified"
 msgstr ""
 
-#: c-decl.c:7564 toplev.c:821
+#: c-pch.c:132
 #, gcc-internal-format
-msgid "%q+F used but never defined"
+msgid "can%'t create precompiled header %s: %m"
 msgstr ""
 
-#: c-format.c:97 c-format.c:206
+#: c-pch.c:153
 #, gcc-internal-format
-msgid "format string has invalid operand number"
+msgid "can%'t write to %s: %m"
 msgstr ""
 
-#: c-format.c:114
+#: c-pch.c:159
 #, gcc-internal-format
-msgid "function does not return string type"
+msgid "%qs is not a valid output file"
 msgstr ""
 
-#: c-format.c:143
+#: c-pch.c:188 c-pch.c:203 c-pch.c:217
 #, gcc-internal-format
-msgid "format string argument not a string type"
+msgid "can%'t write %s: %m"
 msgstr ""
 
-#: c-format.c:186
+#: c-pch.c:193 c-pch.c:210
 #, gcc-internal-format
-msgid "unrecognized format specifier"
+msgid "can%'t seek in %s: %m"
 msgstr ""
 
-#: c-format.c:198
+#: c-pch.c:201 c-pch.c:243 c-pch.c:283 c-pch.c:334
 #, gcc-internal-format
-msgid "%qE is an unrecognized format function type"
+msgid "can%'t read %s: %m"
 msgstr ""
 
-#: c-format.c:212
+#: c-pch.c:452
 #, gcc-internal-format
-msgid "%<...%> has invalid operand number"
+msgid "malformed #pragma GCC pch_preprocess, ignored"
 msgstr ""
 
-#: c-format.c:219
+#: c-pch.c:458
 #, gcc-internal-format
-msgid "format string argument follows the args to be formatted"
+msgid "pch_preprocess pragma should only be used with -fpreprocessed"
 msgstr ""
 
-#: c-format.c:899
+#: c-pch.c:459
 #, gcc-internal-format
-msgid "function might be possible candidate for %qs format attribute"
+msgid "use #include instead"
 msgstr ""
 
-#: c-format.c:991 c-format.c:1012 c-format.c:2026
+#: c-pch.c:467
 #, gcc-internal-format
-msgid "missing $ operand number in format"
+msgid "%s: couldn%'t open PCH file: %m"
 msgstr ""
 
-#: c-format.c:1021
+#: c-pch.c:472
 #, gcc-internal-format
-msgid "%s does not support %%n$ operand number formats"
+msgid "use -Winvalid-pch for more information"
 msgstr ""
 
-#: c-format.c:1028
+#: c-pch.c:473
 #, gcc-internal-format
-msgid "operand number out of range in format"
+msgid "%s: PCH file was invalid"
 msgstr ""
 
-#: c-format.c:1051
+#: c-pragma.c:101
 #, gcc-internal-format
-msgid "format argument %d used more than once in %s format"
+msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
 msgstr ""
 
-#: c-format.c:1083
+#: c-pragma.c:114
 #, gcc-internal-format
-msgid "$ operand number used after format without operand number"
+msgid ""
+"#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
 msgstr ""
 
-#: c-format.c:1114
+#: c-pragma.c:128
 #, gcc-internal-format
-msgid "format argument %d unused before used argument %d in $-style format"
+msgid "#pragma pack(push[, id], <n>) is not supported on this target"
 msgstr ""
 
-#: c-format.c:1209
+#: c-pragma.c:130
 #, gcc-internal-format
-msgid "format not a string literal, format string not checked"
+msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
 msgstr ""
 
-#: c-format.c:1224 c-format.c:1227
+#: c-pragma.c:151
 #, gcc-internal-format
-msgid "format not a string literal and no format arguments"
+msgid "missing %<(%> after %<#pragma pack%> - ignored"
 msgstr ""
 
-#: c-format.c:1230
+#: c-pragma.c:164 c-pragma.c:204
 #, gcc-internal-format
-msgid "format not a string literal, argument types not checked"
+msgid "malformed %<#pragma pack%> - ignored"
 msgstr ""
 
-#: c-format.c:1243
+#: c-pragma.c:169
 #, gcc-internal-format
-msgid "too many arguments for format"
+msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
 msgstr ""
 
-#: c-format.c:1246
+#: c-pragma.c:171
 #, gcc-internal-format
-msgid "unused arguments in $-style format"
+msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
 msgstr ""
 
-#: c-format.c:1249
+#: c-pragma.c:180
 #, gcc-internal-format
-msgid "zero-length %s format string"
+msgid "unknown action %qs for %<#pragma pack%> - ignored"
 msgstr ""
 
-#: c-format.c:1253
+#: c-pragma.c:207
 #, gcc-internal-format
-msgid "format is a wide character string"
+msgid "junk at end of %<#pragma pack%>"
 msgstr ""
 
-#: c-format.c:1256
+#: c-pragma.c:210
 #, gcc-internal-format
-msgid "unterminated format string"
+msgid "#pragma pack has no effect with -fpack-struct - ignored"
 msgstr ""
 
-#: c-format.c:1470
+#: c-pragma.c:230
 #, gcc-internal-format
-msgid "embedded %<\\0%> in format"
+msgid "alignment must be a small power of two, not %d"
 msgstr ""
 
-#: c-format.c:1485
+#: c-pragma.c:263
 #, gcc-internal-format
-msgid "spurious trailing %<%%%> in format"
+msgid ""
+"applying #pragma weak %q+D after first use results in unspecified behavior"
 msgstr ""
 
-#: c-format.c:1529 c-format.c:1774
+#: c-pragma.c:337 c-pragma.c:342
 #, gcc-internal-format
-msgid "repeated %s in format"
+msgid "malformed #pragma weak, ignored"
 msgstr ""
 
-#: c-format.c:1542
+#: c-pragma.c:346
 #, gcc-internal-format
-msgid "missing fill character at end of strfmon format"
+msgid "junk at end of #pragma weak"
 msgstr ""
 
-#: c-format.c:1586 c-format.c:1688 c-format.c:1973 c-format.c:2038
+#: c-pragma.c:414 c-pragma.c:416
 #, gcc-internal-format
-msgid "too few arguments for format"
+msgid "malformed #pragma redefine_extname, ignored"
 msgstr ""
 
-#: c-format.c:1627
+#: c-pragma.c:419
 #, gcc-internal-format
-msgid "zero width in %s format"
+msgid "junk at end of #pragma redefine_extname"
 msgstr ""
 
-#: c-format.c:1645
+#: c-pragma.c:425
 #, gcc-internal-format
-msgid "empty left precision in %s format"
+msgid "#pragma redefine_extname not supported on this target"
 msgstr ""
 
-#: c-format.c:1718
+#: c-pragma.c:442 c-pragma.c:529
 #, gcc-internal-format
-msgid "empty precision in %s format"
+msgid "#pragma redefine_extname ignored due to conflict with previous rename"
 msgstr ""
 
-#: c-format.c:1758
+#: c-pragma.c:465
 #, gcc-internal-format
-msgid "%s does not support the %qs %s length modifier"
+msgid ""
+"#pragma redefine_extname ignored due to conflict with previous #pragma "
+"redefine_extname"
 msgstr ""
 
-#: c-format.c:1808
+#: c-pragma.c:484
 #, gcc-internal-format
-msgid "conversion lacks type at end of format"
+msgid "malformed #pragma extern_prefix, ignored"
 msgstr ""
 
-#: c-format.c:1819
+#: c-pragma.c:487
 #, gcc-internal-format
-msgid "unknown conversion type character %qc in format"
+msgid "junk at end of #pragma extern_prefix"
 msgstr ""
 
-#: c-format.c:1822
+#: c-pragma.c:494
 #, gcc-internal-format
-msgid "unknown conversion type character 0x%x in format"
+msgid "#pragma extern_prefix not supported on this target"
 msgstr ""
 
-#: c-format.c:1829
+#: c-pragma.c:520
 #, gcc-internal-format
-msgid "%s does not support the %<%%%c%> %s format"
+msgid "asm declaration ignored due to conflict with previous rename"
 msgstr ""
 
-#: c-format.c:1845
+#: c-pragma.c:551
 #, gcc-internal-format
-msgid "%s used with %<%%%c%> %s format"
+msgid ""
+"#pragma redefine_extname ignored due to conflict with __asm__ declaration"
 msgstr ""
 
-#: c-format.c:1854
+#: c-pragma.c:616
 #, gcc-internal-format
-msgid "%s does not support %s"
+msgid "#pragma GCC visibility must be followed by push or pop"
 msgstr ""
 
-#: c-format.c:1864
+#: c-pragma.c:623
 #, gcc-internal-format
-msgid "%s does not support %s with the %<%%%c%> %s format"
+msgid "no matching push for %<#pragma GCC visibility pop%>"
 msgstr ""
 
-#: c-format.c:1898
+#: c-pragma.c:635 c-pragma.c:661
 #, gcc-internal-format
-msgid "%s ignored with %s and %<%%%c%> %s format"
+msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
 msgstr ""
 
-#: c-format.c:1902
+#: c-pragma.c:639
 #, gcc-internal-format
-msgid "%s ignored with %s in %s format"
+msgid "malformed #pragma GCC visibility push"
 msgstr ""
 
-#: c-format.c:1909
+#: c-pragma.c:656
 #, gcc-internal-format
-msgid "use of %s and %s together with %<%%%c%> %s format"
+msgid ""
+"#pragma GCC visibility push() must specify default, internal, hidden or "
+"protected"
 msgstr ""
 
-#: c-format.c:1913
+#: c-pragma.c:665
 #, gcc-internal-format
-msgid "use of %s and %s together in %s format"
+msgid "junk at end of %<#pragma GCC visibility%>"
 msgstr ""
 
-#: c-format.c:1932
+#: c-typeck.c:157
 #, gcc-internal-format
-msgid "%<%%%c%> yields only last 2 digits of year in some locales"
+msgid "%qD has an incomplete type"
 msgstr ""
 
-#: c-format.c:1935
+#: c-typeck.c:178 cp/call.c:2696
 #, gcc-internal-format
-msgid "%<%%%c%> yields only last 2 digits of year"
+msgid "invalid use of void expression"
 msgstr ""
 
-#. The end of the format string was reached.
-#: c-format.c:1952
+#: c-typeck.c:186
 #, gcc-internal-format
-msgid "no closing %<]%> for %<%%[%> format"
+msgid "invalid use of flexible array member"
 msgstr ""
 
-#: c-format.c:1966
+#: c-typeck.c:192
 #, gcc-internal-format
-msgid "use of %qs length modifier with %qc type character"
+msgid "invalid use of array with unspecified bounds"
 msgstr ""
 
-#: c-format.c:1988
+#: c-typeck.c:200
 #, gcc-internal-format
-msgid "%s does not support the %<%%%s%c%> %s format"
+msgid "invalid use of undefined type %<%s %E%>"
 msgstr ""
 
-#: c-format.c:2005
+#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
+#: c-typeck.c:204
 #, gcc-internal-format
-msgid "operand number specified with suppressed assignment"
+msgid "invalid use of incomplete typedef %qD"
 msgstr ""
 
-#: c-format.c:2008
+#: c-typeck.c:431 c-typeck.c:456
 #, gcc-internal-format
-msgid "operand number specified for format taking no argument"
+msgid "function types not truly compatible in ISO C"
 msgstr ""
 
-#: c-format.c:2151
+#: c-typeck.c:858
 #, gcc-internal-format
-msgid "writing through null pointer (argument %d)"
+msgid "types are not quite compatible"
 msgstr ""
 
-#: c-format.c:2159
+#: c-typeck.c:1176
 #, gcc-internal-format
-msgid "reading through null pointer (argument %d)"
+msgid "function return types not compatible due to %<volatile%>"
 msgstr ""
 
-#: c-format.c:2179
+#: c-typeck.c:1335 c-typeck.c:2629
 #, gcc-internal-format
-msgid "writing into constant object (argument %d)"
+msgid "arithmetic on pointer to an incomplete type"
 msgstr ""
 
-#: c-format.c:2190
+#: c-typeck.c:1726
 #, gcc-internal-format
-msgid "extra type qualifiers in format argument (argument %d)"
+msgid "%qT has no member named %qE"
 msgstr ""
 
-#: c-format.c:2301
+#: c-typeck.c:1761
 #, gcc-internal-format
-msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
+msgid "request for member %qE in something not a structure or union"
 msgstr ""
 
-#: c-format.c:2305
+#: c-typeck.c:1792
 #, gcc-internal-format
-msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
+msgid "dereferencing pointer to incomplete type"
 msgstr ""
 
-#: c-format.c:2313
+#: c-typeck.c:1796
 #, gcc-internal-format
-msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
+msgid "dereferencing %<void *%> pointer"
 msgstr ""
 
-#: c-format.c:2317
+#: c-typeck.c:1813 cp/typeck.c:2198
 #, gcc-internal-format
-msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
+msgid "invalid type argument of %qs"
 msgstr ""
 
-#: c-format.c:2376 c-format.c:2382 c-format.c:2532
+#: c-typeck.c:1841 cp/typeck.c:2349
 #, gcc-internal-format
-msgid "%<__gcc_host_wide_int__%> is not defined as a type"
+msgid "subscripted value is neither array nor pointer"
 msgstr ""
 
-#: c-format.c:2389 c-format.c:2542
+#: c-typeck.c:1852 cp/typeck.c:2268 cp/typeck.c:2354
 #, gcc-internal-format
-msgid "%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>"
+msgid "array subscript is not an integer"
 msgstr ""
 
-#: c-format.c:2438
+#: c-typeck.c:1858
 #, gcc-internal-format
-msgid "%<locus%> is not defined as a type"
+msgid "subscripted value is pointer to function"
 msgstr ""
 
-#: c-format.c:2491
+#: c-typeck.c:1871 cp/typeck.c:2264
 #, gcc-internal-format
-msgid "%<location_t%> is not defined as a type"
+msgid "array subscript has type %<char%>"
 msgstr ""
 
-#: c-format.c:2508
+#: c-typeck.c:1911
 #, gcc-internal-format
-msgid "%<tree%> is not defined as a type"
+msgid "ISO C forbids subscripting %<register%> array"
 msgstr ""
 
-#: c-format.c:2513
+#: c-typeck.c:1913
 #, gcc-internal-format
-msgid "%<tree%> is not defined as a pointer type"
+msgid "ISO C90 forbids subscripting non-lvalue array"
 msgstr ""
 
-#: c-format.c:2724
+#: c-typeck.c:2155
 #, gcc-internal-format
-msgid "args to be formatted is not %<...%>"
+msgid "called object %qE is not a function"
 msgstr ""
 
-#: c-format.c:2733
+#. This situation leads to run-time undefined behavior.  We can't,
+#. therefore, simply error unless we can prove that all possible
+#. executions of the program must execute the code.
+#: c-typeck.c:2182
 #, gcc-internal-format
-msgid "strftime formats cannot format arguments"
+msgid "function called through a non-compatible type"
 msgstr ""
 
-#: c-lex.c:254
+#: c-typeck.c:2289
 #, gcc-internal-format
-msgid "badly nested C headers from preprocessor"
+msgid "too many arguments to function %qE"
 msgstr ""
 
-#: c-lex.c:302
+#: c-typeck.c:2310
 #, gcc-internal-format
-msgid "%Hignoring #pragma %s %s"
+msgid "type of formal parameter %d is incomplete"
 msgstr ""
 
-#. ... or not.
-#: c-lex.c:412
+#: c-typeck.c:2323
 #, gcc-internal-format
-msgid "%Hstray %<@%> in program"
+msgid ""
+"passing argument %d of %qE as integer rather than floating due to prototype"
 msgstr ""
 
-#: c-lex.c:426
+#: c-typeck.c:2328
 #, gcc-internal-format
-msgid "stray %qs in program"
+msgid ""
+"passing argument %d of %qE as integer rather than complex due to prototype"
 msgstr ""
 
-#: c-lex.c:436
+#: c-typeck.c:2333
 #, gcc-internal-format
-msgid "missing terminating %c character"
+msgid ""
+"passing argument %d of %qE as complex rather than floating due to prototype"
 msgstr ""
 
-#: c-lex.c:438
+#: c-typeck.c:2338
 #, gcc-internal-format
-msgid "stray %qc in program"
+msgid ""
+"passing argument %d of %qE as floating rather than integer due to prototype"
 msgstr ""
 
-#: c-lex.c:440
+#: c-typeck.c:2343
 #, gcc-internal-format
-msgid "stray %<\\%o%> in program"
+msgid ""
+"passing argument %d of %qE as complex rather than integer due to prototype"
 msgstr ""
 
-#: c-lex.c:601
+#: c-typeck.c:2348
 #, gcc-internal-format
-msgid "this decimal constant is unsigned only in ISO C90"
+msgid ""
+"passing argument %d of %qE as floating rather than complex due to prototype"
 msgstr ""
 
-#: c-lex.c:605
+#: c-typeck.c:2360
 #, gcc-internal-format
-msgid "this decimal constant would be unsigned in ISO C90"
+msgid ""
+"passing argument %d of %qE as %<float%> rather than %<double%> due to "
+"prototype"
 msgstr ""
 
-#: c-lex.c:621
+#: c-typeck.c:2380
 #, gcc-internal-format
-msgid "integer constant is too large for %qs type"
+msgid "passing argument %d of %qE with different width due to prototype"
 msgstr ""
 
-#: c-lex.c:687
+#: c-typeck.c:2403
 #, gcc-internal-format
-msgid "floating constant exceeds range of %<%s%>"
+msgid "passing argument %d of %qE as unsigned due to prototype"
 msgstr ""
 
-#: c-lex.c:770
+#: c-typeck.c:2407
 #, gcc-internal-format
-msgid "traditional C rejects string constant concatenation"
+msgid "passing argument %d of %qE as signed due to prototype"
 msgstr ""
 
-#: c-objc-common.c:81
+#: c-typeck.c:2497
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it is suppressed using -fno-inline"
+msgid "suggest parentheses around + or - inside shift"
 msgstr ""
 
-#: c-objc-common.c:91
+#: c-typeck.c:2505
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it might not be bound within this "
-"unit of translation"
+msgid "suggest parentheses around && within ||"
 msgstr ""
 
-#: c-objc-common.c:99
+#: c-typeck.c:2515
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it uses attributes conflicting "
-"with inlining"
+msgid "suggest parentheses around arithmetic in operand of |"
 msgstr ""
 
-#: c-opts.c:144
+#: c-typeck.c:2520
 #, gcc-internal-format
-msgid "no class name specified with %qs"
+msgid "suggest parentheses around comparison in operand of |"
 msgstr ""
 
-#: c-opts.c:148
+#: c-typeck.c:2530
 #, gcc-internal-format
-msgid "assertion missing after %qs"
+msgid "suggest parentheses around arithmetic in operand of ^"
 msgstr ""
 
-#: c-opts.c:153
+#: c-typeck.c:2535
 #, gcc-internal-format
-msgid "macro name missing after %qs"
+msgid "suggest parentheses around comparison in operand of ^"
 msgstr ""
 
-#: c-opts.c:162
+#: c-typeck.c:2543
 #, gcc-internal-format
-msgid "missing path after %qs"
+msgid "suggest parentheses around + or - in operand of &"
 msgstr ""
 
-#: c-opts.c:171
+#: c-typeck.c:2548
 #, gcc-internal-format
-msgid "missing filename after %qs"
+msgid "suggest parentheses around comparison in operand of &"
 msgstr ""
 
-#: c-opts.c:176
+#: c-typeck.c:2554
 #, gcc-internal-format
-msgid "missing makefile target after %qs"
+msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
 msgstr ""
 
-#: c-opts.c:303
+#: c-typeck.c:2581
 #, gcc-internal-format
-msgid "-I- specified twice"
+msgid "pointer of type %<void *%> used in subtraction"
 msgstr ""
 
-#: c-opts.c:306
+#: c-typeck.c:2583
 #, gcc-internal-format
-msgid "obsolete option -I- used, please use -iquote instead"
+msgid "pointer to a function used in subtraction"
 msgstr ""
 
-#: c-opts.c:473
+#: c-typeck.c:2680
 #, gcc-internal-format
-msgid "argument %qs to %<-Wnormalized%> not recognized"
+msgid "wrong type argument to unary plus"
 msgstr ""
 
-#: c-opts.c:557
+#: c-typeck.c:2693
 #, gcc-internal-format
-msgid "switch %qs is no longer supported"
+msgid "wrong type argument to unary minus"
 msgstr ""
 
-#: c-opts.c:670
+#: c-typeck.c:2710
 #, gcc-internal-format
-msgid ""
-"-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
+msgid "ISO C does not support %<~%> for complex conjugation"
 msgstr ""
 
-#: c-opts.c:848
+#: c-typeck.c:2716
 #, gcc-internal-format
-msgid "output filename specified twice"
+msgid "wrong type argument to bit-complement"
 msgstr ""
 
-#: c-opts.c:985
+#: c-typeck.c:2724
 #, gcc-internal-format
-msgid "-Wformat-y2k ignored without -Wformat"
+msgid "wrong type argument to abs"
 msgstr ""
 
-#: c-opts.c:987
+#: c-typeck.c:2736
 #, gcc-internal-format
-msgid "-Wformat-extra-args ignored without -Wformat"
+msgid "wrong type argument to conjugation"
 msgstr ""
 
-#: c-opts.c:989
+#: c-typeck.c:2748
 #, gcc-internal-format
-msgid "-Wformat-zero-length ignored without -Wformat"
+msgid "wrong type argument to unary exclamation mark"
 msgstr ""
 
-#: c-opts.c:991
+#: c-typeck.c:2785
 #, gcc-internal-format
-msgid "-Wformat-nonliteral ignored without -Wformat"
+msgid "ISO C does not support %<++%> and %<--%> on complex types"
 msgstr ""
 
-#: c-opts.c:993
+#: c-typeck.c:2801 c-typeck.c:2833
 #, gcc-internal-format
-msgid "-Wformat-security ignored without -Wformat"
+msgid "wrong type argument to increment"
 msgstr ""
 
-#: c-opts.c:1013
+#: c-typeck.c:2803 c-typeck.c:2835
 #, gcc-internal-format
-msgid "opening output file %s: %m"
+msgid "wrong type argument to decrement"
 msgstr ""
 
-#: c-opts.c:1018
+#: c-typeck.c:2824
 #, gcc-internal-format
-msgid "too many filenames given.  Type %s --help for usage"
+msgid "increment of pointer to unknown structure"
 msgstr ""
 
-#: c-opts.c:1104
+#: c-typeck.c:2826
 #, gcc-internal-format
-msgid "YYDEBUG was not defined at build time, -dy ignored"
+msgid "decrement of pointer to unknown structure"
 msgstr ""
 
-#: c-opts.c:1150
+#: c-typeck.c:2998
 #, gcc-internal-format
-msgid "opening dependency file %s: %m"
+msgid "assignment of read-only member %qD"
 msgstr ""
 
-#: c-opts.c:1160
+#: c-typeck.c:2999
 #, gcc-internal-format
-msgid "closing dependency file %s: %m"
+msgid "increment of read-only member %qD"
 msgstr ""
 
-#: c-opts.c:1163
+#: c-typeck.c:3000
 #, gcc-internal-format
-msgid "when writing output to %s: %m"
+msgid "decrement of read-only member %qD"
 msgstr ""
 
-#: c-opts.c:1243
+#: c-typeck.c:3001
 #, gcc-internal-format
-msgid "to generate dependencies you must specify either -M or -MM"
+msgid "read-only member %qD used as %<asm%> output"
 msgstr ""
 
-#: c-opts.c:1411
+#: c-typeck.c:3005
 #, gcc-internal-format
-msgid "too late for # directive to set debug directory"
+msgid "assignment of read-only variable %qD"
 msgstr ""
 
-#: c-parser.c:969
+#: c-typeck.c:3006
 #, gcc-internal-format
-msgid "ISO C forbids an empty source file"
+msgid "increment of read-only variable %qD"
 msgstr ""
 
-#: c-parser.c:1054 c-parser.c:5761
+#: c-typeck.c:3007
 #, gcc-internal-format
-msgid "ISO C does not allow extra %<;%> outside of a function"
+msgid "decrement of read-only variable %qD"
 msgstr ""
 
-#: c-parser.c:1145
+#: c-typeck.c:3008
 #, gcc-internal-format
-msgid "expected declaration specifiers"
+msgid "read-only variable %qD used as %<asm%> output"
 msgstr ""
 
-#: c-parser.c:1193
+#: c-typeck.c:3011
 #, gcc-internal-format
-msgid "data definition has no type or storage class"
+msgid "assignment of read-only location"
 msgstr ""
 
-#: c-parser.c:1247
+#: c-typeck.c:3012
 #, gcc-internal-format
-msgid "expected %<,%> or %<;%>"
+msgid "increment of read-only location"
 msgstr ""
 
-#. This can appear in many cases looking nothing like a
-#. function definition, so we don't give a more specific
-#. error suggesting there was one.
-#: c-parser.c:1254 c-parser.c:1271
+#: c-typeck.c:3013
 #, gcc-internal-format
-msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
+msgid "decrement of read-only location"
 msgstr ""
 
-#: c-parser.c:1263
+#: c-typeck.c:3014
 #, gcc-internal-format
-msgid "ISO C forbids nested functions"
+msgid "read-only location used as %<asm%> output"
 msgstr ""
 
-#: c-parser.c:1609 c-parser.c:2372 c-parser.c:2981 c-parser.c:3222
-#: c-parser.c:4008 c-parser.c:4589 c-parser.c:4979 c-parser.c:4999
-#: c-parser.c:5114 c-parser.c:5260 c-parser.c:5277 c-parser.c:5409
-#: c-parser.c:5421 c-parser.c:5446 c-parser.c:5574 c-parser.c:5603
-#: c-parser.c:5611 c-parser.c:5639 c-parser.c:5653 c-parser.c:5866
-#: c-parser.c:5965
+#: c-typeck.c:3049
 #, gcc-internal-format
-msgid "expected identifier"
+msgid "cannot take address of bit-field %qD"
 msgstr ""
 
-#: c-parser.c:1635 cp/parser.c:10164
+#: c-typeck.c:3077
 #, gcc-internal-format
-msgid "comma at end of enumerator list"
+msgid "global register variable %qD used in nested function"
 msgstr ""
 
-#: c-parser.c:1641
+#: c-typeck.c:3080
 #, gcc-internal-format
-msgid "expected %<,%> or %<}%>"
+msgid "register variable %qD used in nested function"
 msgstr ""
 
-#: c-parser.c:1655 c-parser.c:1825 c-parser.c:5728
+#: c-typeck.c:3085
 #, gcc-internal-format
-msgid "expected %<{%>"
+msgid "address of global register variable %qD requested"
 msgstr ""
 
-#: c-parser.c:1664
+#: c-typeck.c:3087
 #, gcc-internal-format
-msgid "ISO C forbids forward references to %<enum%> types"
+msgid "address of register variable %qD requested"
 msgstr ""
 
-#: c-parser.c:1767
+#: c-typeck.c:3133
 #, gcc-internal-format
-msgid "expected class name"
+msgid "non-lvalue array in conditional expression"
 msgstr ""
 
-#: c-parser.c:1786 c-parser.c:5513
+#: c-typeck.c:3177
 #, gcc-internal-format
-msgid "extra semicolon in struct or union specified"
+msgid "signed and unsigned type in conditional expression"
 msgstr ""
 
-#: c-parser.c:1808
+#: c-typeck.c:3184
 #, gcc-internal-format
-msgid "no semicolon at end of struct or union"
+msgid "ISO C forbids conditional expr with only one void side"
 msgstr ""
 
-#: c-parser.c:1811
+#: c-typeck.c:3200 c-typeck.c:3208
 #, gcc-internal-format
-msgid "expected %<;%>"
+msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
 msgstr ""
 
-#: c-parser.c:1888 c-parser.c:2815
+#: c-typeck.c:3215
 #, gcc-internal-format
-msgid "expected specifier-qualifier-list"
+msgid "pointer type mismatch in conditional expression"
 msgstr ""
 
-#: c-parser.c:1898
+#: c-typeck.c:3222 c-typeck.c:3232
 #, gcc-internal-format
-msgid "ISO C forbids member declarations with no members"
+msgid "pointer/integer type mismatch in conditional expression"
 msgstr ""
 
-#: c-parser.c:1967
+#: c-typeck.c:3246
 #, gcc-internal-format
-msgid "expected %<,%>, %<;%> or %<}%>"
+msgid "type mismatch in conditional expression"
 msgstr ""
 
-#: c-parser.c:1974
+#: c-typeck.c:3286
 #, gcc-internal-format
-msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
+msgid "left-hand operand of comma expression has no effect"
 msgstr ""
 
-#: c-parser.c:2023
+#: c-typeck.c:3320
 #, gcc-internal-format
-msgid "%<typeof%> applied to a bit-field"
+msgid "cast specifies array type"
 msgstr ""
 
-#: c-parser.c:2242
+#: c-typeck.c:3326
 #, gcc-internal-format
-msgid "expected identifier or %<(%>"
+msgid "cast specifies function type"
 msgstr ""
 
-#: c-parser.c:2435
+#: c-typeck.c:3336
 #, gcc-internal-format
-msgid "ISO C requires a named argument before %<...%>"
+msgid "ISO C forbids casting nonscalar to the same type"
 msgstr ""
 
-#: c-parser.c:2537
+#: c-typeck.c:3353
 #, gcc-internal-format
-msgid "expected declaration specifiers or %<...%>"
+msgid "ISO C forbids casts to union type"
 msgstr ""
 
-#: c-parser.c:2587
+#: c-typeck.c:3361
 #, gcc-internal-format
-msgid "wide string literal in %<asm%>"
+msgid "cast to union type from type not present in union"
 msgstr ""
 
-#: c-parser.c:2593
+#: c-typeck.c:3407
 #, gcc-internal-format
-msgid "expected string literal"
+msgid "cast adds new qualifiers to function type"
 msgstr ""
 
-#: c-parser.c:2907
+#. There are qualifiers present in IN_OTYPE that are not
+#. present in IN_TYPE.
+#: c-typeck.c:3412
 #, gcc-internal-format
-msgid "ISO C forbids empty initializer braces"
+msgid "cast discards qualifiers from pointer target type"
 msgstr ""
 
-#: c-parser.c:2952
+#: c-typeck.c:3428
 #, gcc-internal-format
-msgid "obsolete use of designated initializer with %<:%>"
+msgid "cast increases required alignment of target type"
 msgstr ""
 
-#: c-parser.c:3075
+#: c-typeck.c:3435
 #, gcc-internal-format
-msgid "ISO C forbids specifying range of elements to initialize"
+msgid "cast from pointer to integer of different size"
 msgstr ""
 
-#: c-parser.c:3088
+#: c-typeck.c:3439
 #, gcc-internal-format
-msgid "ISO C90 forbids specifying subobject to initialize"
+msgid "cast from function call of type %qT to non-matching type %qT"
 msgstr ""
 
-#: c-parser.c:3096
+#: c-typeck.c:3447
 #, gcc-internal-format
-msgid "obsolete use of designated initializer without %<=%>"
+msgid "cast to pointer from integer of different size"
 msgstr ""
 
-#: c-parser.c:3104
+#: c-typeck.c:3461
 #, gcc-internal-format
-msgid "expected %<=%>"
+msgid "type-punning to incomplete type might break strict-aliasing rules"
 msgstr ""
 
-#: c-parser.c:3241
+#: c-typeck.c:3469
 #, gcc-internal-format
-msgid "ISO C forbids label declarations"
+msgid "dereferencing type-punned pointer will break strict-aliasing rules"
 msgstr ""
 
-#: c-parser.c:3246 c-parser.c:3255
+#: c-typeck.c:3473
 #, gcc-internal-format
-msgid "expected declaration or statement"
+msgid "dereferencing type-punned pointer might break strict-aliasing rules"
 msgstr ""
 
-#: c-parser.c:3275 c-parser.c:3303
+#: c-typeck.c:3486
 #, gcc-internal-format
-msgid "%HISO C90 forbids mixed declarations and code"
+msgid "ISO C forbids conversion of function pointer to object pointer type"
 msgstr ""
 
-#: c-parser.c:3319
+#: c-typeck.c:3495
 #, gcc-internal-format
-msgid "label at end of compound statement"
+msgid "ISO C forbids conversion of object pointer to function pointer type"
 msgstr ""
 
-#: c-parser.c:3362
+#: c-typeck.c:3769
 #, gcc-internal-format
-msgid "expected %<:%> or %<...%>"
+msgid "cannot pass rvalue to reference parameter"
 msgstr ""
 
-#: c-parser.c:3498
+#: c-typeck.c:3876 c-typeck.c:4044
 #, gcc-internal-format
-msgid "expected identifier or %<*%>"
+msgid ""
+"passing argument %d of %qE makes qualified function pointer from unqualified"
 msgstr ""
 
-#. Avoid infinite loop in error recovery:
-#. c_parser_skip_until_found stops at a closing nesting
-#. delimiter without consuming it, but here we need to consume
-#. it to proceed further.
-#: c-parser.c:3560
+#: c-typeck.c:3879 c-typeck.c:4047
 #, gcc-internal-format
-msgid "expected statement"
+msgid "assignment makes qualified function pointer from unqualified"
 msgstr ""
 
-#: c-parser.c:3893
+#: c-typeck.c:3882 c-typeck.c:4049
 #, gcc-internal-format
-msgid "%E qualifier ignored on asm"
+msgid "initialization makes qualified function pointer from unqualified"
 msgstr ""
 
-#: c-parser.c:4173
+#: c-typeck.c:3885 c-typeck.c:4051
 #, gcc-internal-format
-msgid "ISO C forbids omitting the middle term of a ?: expression"
+msgid "return makes qualified function pointer from unqualified"
 msgstr ""
 
-#: c-parser.c:4559
+#: c-typeck.c:3889 c-typeck.c:4011
 #, gcc-internal-format
-msgid "traditional C rejects the unary plus operator"
+msgid "passing argument %d of %qE discards qualifiers from pointer target type"
 msgstr ""
 
-#: c-parser.c:4672
+#: c-typeck.c:3891 c-typeck.c:4013
 #, gcc-internal-format
-msgid "%<sizeof%> applied to a bit-field"
+msgid "assignment discards qualifiers from pointer target type"
 msgstr ""
 
-#: c-parser.c:4815 c-parser.c:5156 c-parser.c:5178
+#: c-typeck.c:3893 c-typeck.c:4015
 #, gcc-internal-format
-msgid "expected expression"
+msgid "initialization discards qualifiers from pointer target type"
 msgstr ""
 
-#: c-parser.c:4841
+#: c-typeck.c:3895 c-typeck.c:4017
 #, gcc-internal-format
-msgid "braced-group within expression allowed only inside a function"
+msgid "return discards qualifiers from pointer target type"
 msgstr ""
 
-#: c-parser.c:4855
+#: c-typeck.c:3902
 #, gcc-internal-format
-msgid "ISO C forbids braced-groups within expressions"
+msgid "ISO C prohibits argument conversion to union type"
 msgstr ""
 
-#: c-parser.c:5038
+#: c-typeck.c:3937
 #, gcc-internal-format
-msgid "first argument to %<__builtin_choose_expr%> not a constant"
+msgid "request for implicit conversion from %qT to %qT not permitted in C++"
 msgstr ""
 
-#: c-parser.c:5205
+#: c-typeck.c:3950
 #, gcc-internal-format
-msgid "compound literal has variable size"
+msgid "argument %d of %qE might be a candidate for a format attribute"
 msgstr ""
 
-#: c-parser.c:5213
+#: c-typeck.c:3956
 #, gcc-internal-format
-msgid "ISO C90 forbids compound literals"
+msgid "assignment left-hand side might be a candidate for a format attribute"
 msgstr ""
 
-#: c-parser.c:5724
+#: c-typeck.c:3961
 #, gcc-internal-format
-msgid "extra semicolon in method definition specified"
+msgid ""
+"initialization left-hand side might be a candidate for a format attribute"
 msgstr ""
 
-#: c-pch.c:132
+#: c-typeck.c:3966
 #, gcc-internal-format
-msgid "can%'t create precompiled header %s: %m"
+msgid "return type might be a candidate for a format attribute"
 msgstr ""
 
-#: c-pch.c:153
+#: c-typeck.c:3991
 #, gcc-internal-format
-msgid "can%'t write to %s: %m"
+msgid ""
+"ISO C forbids passing argument %d of %qE between function pointer and %<void "
+"*%>"
 msgstr ""
 
-#: c-pch.c:159
+#: c-typeck.c:3994
 #, gcc-internal-format
-msgid "%qs is not a valid output file"
+msgid "ISO C forbids assignment between function pointer and %<void *%>"
 msgstr ""
 
-#: c-pch.c:188 c-pch.c:203 c-pch.c:217
+#: c-typeck.c:3996
 #, gcc-internal-format
-msgid "can%'t write %s: %m"
+msgid "ISO C forbids initialization between function pointer and %<void *%>"
 msgstr ""
 
-#: c-pch.c:193 c-pch.c:210
+#: c-typeck.c:3998
 #, gcc-internal-format
-msgid "can%'t seek in %s: %m"
+msgid "ISO C forbids return between function pointer and %<void *%>"
 msgstr ""
 
-#: c-pch.c:201 c-pch.c:243 c-pch.c:283 c-pch.c:334
+#: c-typeck.c:4027
 #, gcc-internal-format
-msgid "can%'t read %s: %m"
+msgid "pointer targets in passing argument %d of %qE differ in signedness"
 msgstr ""
 
-#: c-pch.c:452
+#: c-typeck.c:4029
 #, gcc-internal-format
-msgid "malformed #pragma GCC pch_preprocess, ignored"
+msgid "pointer targets in assignment differ in signedness"
 msgstr ""
 
-#: c-pch.c:458
+#: c-typeck.c:4031
 #, gcc-internal-format
-msgid "pch_preprocess pragma should only be used with -fpreprocessed"
+msgid "pointer targets in initialization differ in signedness"
 msgstr ""
 
-#: c-pch.c:459
+#: c-typeck.c:4033
 #, gcc-internal-format
-msgid "use #include instead"
+msgid "pointer targets in return differ in signedness"
 msgstr ""
 
-#: c-pch.c:467
+#: c-typeck.c:4058
 #, gcc-internal-format
-msgid "%s: couldn%'t open PCH file: %m"
+msgid "passing argument %d of %qE from incompatible pointer type"
 msgstr ""
 
-#: c-pch.c:472
+#: c-typeck.c:4060
 #, gcc-internal-format
-msgid "use -Winvalid-pch for more information"
+msgid "assignment from incompatible pointer type"
 msgstr ""
 
-#: c-pch.c:473
+#: c-typeck.c:4061
 #, gcc-internal-format
-msgid "%s: PCH file was invalid"
+msgid "initialization from incompatible pointer type"
 msgstr ""
 
-#: c-pragma.c:101
+#: c-typeck.c:4063
 #, gcc-internal-format
-msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
+msgid "return from incompatible pointer type"
 msgstr ""
 
-#: c-pragma.c:114
+#: c-typeck.c:4085
 #, gcc-internal-format
-msgid ""
-"#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
+msgid "passing argument %d of %qE makes pointer from integer without a cast"
 msgstr ""
 
-#: c-pragma.c:128
+#: c-typeck.c:4087
 #, gcc-internal-format
-msgid "#pragma pack(push[, id], <n>) is not supported on this target"
+msgid "assignment makes pointer from integer without a cast"
 msgstr ""
 
-#: c-pragma.c:130
+#: c-typeck.c:4089
 #, gcc-internal-format
-msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
+msgid "initialization makes pointer from integer without a cast"
 msgstr ""
 
-#: c-pragma.c:151
+#: c-typeck.c:4091
 #, gcc-internal-format
-msgid "missing %<(%> after %<#pragma pack%> - ignored"
+msgid "return makes pointer from integer without a cast"
 msgstr ""
 
-#: c-pragma.c:164 c-pragma.c:204
+#: c-typeck.c:4098
 #, gcc-internal-format
-msgid "malformed %<#pragma pack%> - ignored"
+msgid "passing argument %d of %qE makes integer from pointer without a cast"
 msgstr ""
 
-#: c-pragma.c:169
+#: c-typeck.c:4100
 #, gcc-internal-format
-msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
+msgid "assignment makes integer from pointer without a cast"
 msgstr ""
 
-#: c-pragma.c:171
+#: c-typeck.c:4102
 #, gcc-internal-format
-msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
+msgid "initialization makes integer from pointer without a cast"
 msgstr ""
 
-#: c-pragma.c:180
+#: c-typeck.c:4104
 #, gcc-internal-format
-msgid "unknown action %qs for %<#pragma pack%> - ignored"
+msgid "return makes integer from pointer without a cast"
 msgstr ""
 
-#: c-pragma.c:207
+#: c-typeck.c:4120
 #, gcc-internal-format
-msgid "junk at end of %<#pragma pack%>"
+msgid "incompatible types in assignment"
 msgstr ""
 
-#: c-pragma.c:210
+#: c-typeck.c:4123
 #, gcc-internal-format
-msgid "#pragma pack has no effect with -fpack-struct - ignored"
+msgid "incompatible types in initialization"
 msgstr ""
 
-#: c-pragma.c:230
+#: c-typeck.c:4126
 #, gcc-internal-format
-msgid "alignment must be a small power of two, not %d"
+msgid "incompatible types in return"
 msgstr ""
 
-#: c-pragma.c:263
+#: c-typeck.c:4207
 #, gcc-internal-format
-msgid ""
-"applying #pragma weak %q+D after first use results in unspecified behavior"
+msgid "traditional C rejects automatic aggregate initialization"
 msgstr ""
 
-#: c-pragma.c:337 c-pragma.c:342
+#: c-typeck.c:4375 c-typeck.c:4390 c-typeck.c:4405
 #, gcc-internal-format
-msgid "malformed #pragma weak, ignored"
+msgid "(near initialization for %qs)"
 msgstr ""
 
-#: c-pragma.c:346
+#: c-typeck.c:4942 cp/decl.c:4597
 #, gcc-internal-format
-msgid "junk at end of #pragma weak"
+msgid "opaque vector types cannot be initialized"
 msgstr ""
 
-#: c-pragma.c:414 c-pragma.c:416
+#: c-typeck.c:5572
 #, gcc-internal-format
-msgid "malformed #pragma redefine_extname, ignored"
+msgid "unknown field %qE specified in initializer"
 msgstr ""
 
-#: c-pragma.c:419
+#: c-typeck.c:6466
 #, gcc-internal-format
-msgid "junk at end of #pragma redefine_extname"
+msgid "traditional C rejects initialization of unions"
 msgstr ""
 
-#: c-pragma.c:425
+#: c-typeck.c:6774
 #, gcc-internal-format
-msgid "#pragma redefine_extname not supported on this target"
+msgid "jump into statement expression"
 msgstr ""
 
-#: c-pragma.c:442 c-pragma.c:529
+#: c-typeck.c:6780
 #, gcc-internal-format
-msgid "#pragma redefine_extname ignored due to conflict with previous rename"
+msgid "jump into scope of identifier with variably modified type"
 msgstr ""
 
-#: c-pragma.c:465
+#: c-typeck.c:6817
 #, gcc-internal-format
-msgid ""
-"#pragma redefine_extname ignored due to conflict with previous #pragma "
-"redefine_extname"
+msgid "ISO C forbids %<goto *expr;%>"
 msgstr ""
 
-#: c-pragma.c:484
+#: c-typeck.c:6832 cp/typeck.c:6234
 #, gcc-internal-format
-msgid "malformed #pragma extern_prefix, ignored"
+msgid "function declared %<noreturn%> has a %<return%> statement"
 msgstr ""
 
-#: c-pragma.c:487
+#: c-typeck.c:6840
 #, gcc-internal-format
-msgid "junk at end of #pragma extern_prefix"
+msgid "%<return%> with no value, in function returning non-void"
 msgstr ""
 
-#: c-pragma.c:494
+#: c-typeck.c:6849
 #, gcc-internal-format
-msgid "#pragma extern_prefix not supported on this target"
+msgid "%<return%> with a value, in function returning void"
 msgstr ""
 
-#: c-pragma.c:520
+#: c-typeck.c:6906
 #, gcc-internal-format
-msgid "asm declaration ignored due to conflict with previous rename"
+msgid "function returns address of local variable"
 msgstr ""
 
-#: c-pragma.c:551
+#: c-typeck.c:6979 cp/semantics.c:908
 #, gcc-internal-format
-msgid ""
-"#pragma redefine_extname ignored due to conflict with __asm__ declaration"
+msgid "switch quantity not an integer"
 msgstr ""
 
-#: c-pragma.c:616
+#: c-typeck.c:6990
 #, gcc-internal-format
-msgid "#pragma GCC visibility must be followed by push or pop"
+msgid "%<long%> switch expression not converted to %<int%> in ISO C"
 msgstr ""
 
-#: c-pragma.c:623
+#: c-typeck.c:7031
 #, gcc-internal-format
-msgid "no matching push for %<#pragma GCC visibility pop%>"
+msgid ""
+"case label in statement expression not containing enclosing switch statement"
 msgstr ""
 
-#: c-pragma.c:635 c-pragma.c:661
+#: c-typeck.c:7034
 #, gcc-internal-format
-msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
+msgid ""
+"%<default%> label in statement expression not containing enclosing switch "
+"statement"
 msgstr ""
 
-#: c-pragma.c:639
+#: c-typeck.c:7040
 #, gcc-internal-format
-msgid "malformed #pragma GCC visibility push"
+msgid ""
+"case label in scope of identifier with variably modified type not containing "
+"enclosing switch statement"
 msgstr ""
 
-#: c-pragma.c:656
+#: c-typeck.c:7043
 #, gcc-internal-format
 msgid ""
-"#pragma GCC visibility push() must specify default, internal, hidden or "
-"protected"
+"%<default%> label in scope of identifier with variably modified type not "
+"containing enclosing switch statement"
 msgstr ""
 
-#: c-pragma.c:665
+#: c-typeck.c:7047 cp/parser.c:6185
 #, gcc-internal-format
-msgid "junk at end of %<#pragma GCC visibility%>"
+msgid "case label not within a switch statement"
 msgstr ""
 
-#: c-typeck.c:143
+#: c-typeck.c:7049
 #, gcc-internal-format
-msgid "%qD has an incomplete type"
+msgid "%<default%> label not within a switch statement"
 msgstr ""
 
-#: c-typeck.c:164 cp/call.c:2696
+#: c-typeck.c:7126
 #, gcc-internal-format
-msgid "invalid use of void expression"
+msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
 msgstr ""
 
-#: c-typeck.c:172
+#: c-typeck.c:7145
 #, gcc-internal-format
-msgid "invalid use of flexible array member"
+msgid "%Hempty body in an if-statement"
 msgstr ""
 
-#: c-typeck.c:178
+#: c-typeck.c:7154
 #, gcc-internal-format
-msgid "invalid use of array with unspecified bounds"
+msgid "%Hempty body in an else-statement"
 msgstr ""
 
-#: c-typeck.c:186
+#: c-typeck.c:7263 cp/cp-gimplify.c:118 cp/parser.c:6677
 #, gcc-internal-format
-msgid "invalid use of undefined type %<%s %E%>"
+msgid "break statement not within loop or switch"
 msgstr ""
 
-#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
-#: c-typeck.c:190
+#: c-typeck.c:7265 cp/parser.c:6688
 #, gcc-internal-format
-msgid "invalid use of incomplete typedef %qD"
+msgid "continue statement not within a loop"
 msgstr ""
 
-#: c-typeck.c:417 c-typeck.c:442
+#: c-typeck.c:7285
 #, gcc-internal-format
-msgid "function types not truly compatible in ISO C"
+msgid "%Hstatement with no effect"
 msgstr ""
 
-#: c-typeck.c:824
+#: c-typeck.c:7307
 #, gcc-internal-format
-msgid "types are not quite compatible"
+msgid "expression statement has incomplete type"
 msgstr ""
 
-#: c-typeck.c:1066
+#: c-typeck.c:7765 c-typeck.c:7806
 #, gcc-internal-format
-msgid "function return types not compatible due to %<volatile%>"
+msgid "division by zero"
 msgstr ""
 
-#: c-typeck.c:1225 c-typeck.c:2519
+#: c-typeck.c:7851 cp/typeck.c:3037
 #, gcc-internal-format
-msgid "arithmetic on pointer to an incomplete type"
+msgid "right shift count is negative"
 msgstr ""
 
-#: c-typeck.c:1616
+#: c-typeck.c:7858 cp/typeck.c:3043
 #, gcc-internal-format
-msgid "%qT has no member named %qE"
+msgid "right shift count >= width of type"
 msgstr ""
 
-#: c-typeck.c:1651
+#: c-typeck.c:7879 cp/typeck.c:3062
 #, gcc-internal-format
-msgid "request for member %qE in something not a structure or union"
+msgid "left shift count is negative"
 msgstr ""
 
-#: c-typeck.c:1682
+#: c-typeck.c:7882 cp/typeck.c:3064
 #, gcc-internal-format
-msgid "dereferencing pointer to incomplete type"
+msgid "left shift count >= width of type"
 msgstr ""
 
-#: c-typeck.c:1686
+#: c-typeck.c:7900 cp/typeck.c:3099
 #, gcc-internal-format
-msgid "dereferencing %<void *%> pointer"
+msgid "comparing floating point with == or != is unsafe"
 msgstr ""
 
-#: c-typeck.c:1703 cp/typeck.c:2128
+#: c-typeck.c:7924 c-typeck.c:7931
 #, gcc-internal-format
-msgid "invalid type argument of %qs"
+msgid "ISO C forbids comparison of %<void *%> with function pointer"
 msgstr ""
 
-#: c-typeck.c:1731 cp/typeck.c:2279
+#: c-typeck.c:7937 c-typeck.c:7983
 #, gcc-internal-format
-msgid "subscripted value is neither array nor pointer"
+msgid "comparison of distinct pointer types lacks a cast"
 msgstr ""
 
-#: c-typeck.c:1742 cp/typeck.c:2198 cp/typeck.c:2284
+#: c-typeck.c:7951 c-typeck.c:7956 c-typeck.c:8003 c-typeck.c:8008
 #, gcc-internal-format
-msgid "array subscript is not an integer"
+msgid "comparison between pointer and integer"
 msgstr ""
 
-#: c-typeck.c:1748
+#: c-typeck.c:7975
 #, gcc-internal-format
-msgid "subscripted value is pointer to function"
+msgid "comparison of complete and incomplete pointers"
 msgstr ""
 
-#: c-typeck.c:1761 cp/typeck.c:2194
+#: c-typeck.c:7978
 #, gcc-internal-format
-msgid "array subscript has type %<char%>"
+msgid "ISO C forbids ordered comparisons of pointers to functions"
 msgstr ""
 
-#: c-typeck.c:1801
+#: c-typeck.c:7991 c-typeck.c:7998
 #, gcc-internal-format
-msgid "ISO C forbids subscripting %<register%> array"
+msgid "ordered comparison of pointer with integer zero"
 msgstr ""
 
-#: c-typeck.c:1803
+#: c-typeck.c:8228
 #, gcc-internal-format
-msgid "ISO C90 forbids subscripting non-lvalue array"
+msgid "comparison between signed and unsigned"
 msgstr ""
 
-#: c-typeck.c:2045
+#: c-typeck.c:8274 cp/typeck.c:3522
 #, gcc-internal-format
-msgid "called object %qE is not a function"
+msgid "comparison of promoted ~unsigned with constant"
 msgstr ""
 
-#. This situation leads to run-time undefined behavior.  We can't,
-#. therefore, simply error unless we can prove that all possible
-#. executions of the program must execute the code.
-#: c-typeck.c:2072
+#: c-typeck.c:8282 cp/typeck.c:3530
 #, gcc-internal-format
-msgid "function called through a non-compatible type"
+msgid "comparison of promoted ~unsigned with unsigned"
 msgstr ""
 
-#: c-typeck.c:2179
+#: c-typeck.c:8340
 #, gcc-internal-format
-msgid "too many arguments to function %qE"
+msgid "used array that cannot be converted to pointer where scalar is required"
 msgstr ""
 
-#: c-typeck.c:2200
+#: c-typeck.c:8344
 #, gcc-internal-format
-msgid "type of formal parameter %d is incomplete"
+msgid "used struct type value where scalar is required"
 msgstr ""
 
-#: c-typeck.c:2213
+#: c-typeck.c:8348
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE as integer rather than floating due to prototype"
+msgid "used union type value where scalar is required"
 msgstr ""
 
-#: c-typeck.c:2218
+#: calls.c:1929
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE as integer rather than complex due to prototype"
+msgid "function call has aggregate value"
 msgstr ""
 
-#: c-typeck.c:2223
+#: cfgexpand.c:1558
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE as complex rather than floating due to prototype"
+msgid "not protecting local variables: variable length buffer"
 msgstr ""
 
-#: c-typeck.c:2228
+#: cfgexpand.c:1560
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE as floating rather than integer due to prototype"
+msgid "not protecting function: no buffer at least %d bytes long"
 msgstr ""
 
-#: c-typeck.c:2233
+#: cfghooks.c:90
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE as complex rather than integer due to prototype"
+msgid "bb %d on wrong place"
 msgstr ""
 
-#: c-typeck.c:2238
+#: cfghooks.c:96
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE as floating rather than complex due to prototype"
+msgid "prev_bb of %d should be %d, not %d"
 msgstr ""
 
-#: c-typeck.c:2250
+#: cfghooks.c:113
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE as %<float%> rather than %<double%> due to "
-"prototype"
+msgid "verify_flow_info: Wrong count of block %i %i"
 msgstr ""
 
-#: c-typeck.c:2270
+#: cfghooks.c:119
 #, gcc-internal-format
-msgid "passing argument %d of %qE with different width due to prototype"
+msgid "verify_flow_info: Wrong frequency of block %i %i"
 msgstr ""
 
-#: c-typeck.c:2293
+#: cfghooks.c:127
 #, gcc-internal-format
-msgid "passing argument %d of %qE as unsigned due to prototype"
+msgid "verify_flow_info: Duplicate edge %i->%i"
 msgstr ""
 
-#: c-typeck.c:2297
+#: cfghooks.c:133
 #, gcc-internal-format
-msgid "passing argument %d of %qE as signed due to prototype"
+msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
 msgstr ""
 
-#: c-typeck.c:2387
+#: cfghooks.c:139
 #, gcc-internal-format
-msgid "suggest parentheses around + or - inside shift"
+msgid "verify_flow_info: Wrong count of edge %i->%i %i"
 msgstr ""
 
-#: c-typeck.c:2395
+#: cfghooks.c:151
 #, gcc-internal-format
-msgid "suggest parentheses around && within ||"
+msgid "verify_flow_info: Basic block %d succ edge is corrupted"
 msgstr ""
 
-#: c-typeck.c:2405
+#: cfghooks.c:165 cfgrtl.c:2045
 #, gcc-internal-format
-msgid "suggest parentheses around arithmetic in operand of |"
+msgid "wrong amount of branch edges after unconditional jump %i"
 msgstr ""
 
-#: c-typeck.c:2410
+#: cfghooks.c:173 cfghooks.c:184
 #, gcc-internal-format
-msgid "suggest parentheses around comparison in operand of |"
+msgid "basic block %d pred edge is corrupted"
 msgstr ""
 
-#: c-typeck.c:2420
+#: cfghooks.c:185
 #, gcc-internal-format
-msgid "suggest parentheses around arithmetic in operand of ^"
+msgid "its dest_idx should be %d, not %d"
 msgstr ""
 
-#: c-typeck.c:2425
+#: cfghooks.c:214
 #, gcc-internal-format
-msgid "suggest parentheses around comparison in operand of ^"
+msgid "basic block %i edge lists are corrupted"
 msgstr ""
 
-#: c-typeck.c:2433
+#: cfghooks.c:227
 #, gcc-internal-format
-msgid "suggest parentheses around + or - in operand of &"
+msgid "verify_flow_info failed"
 msgstr ""
 
-#: c-typeck.c:2438
+#: cfghooks.c:288
 #, gcc-internal-format
-msgid "suggest parentheses around comparison in operand of &"
+msgid "%s does not support redirect_edge_and_branch"
 msgstr ""
 
-#: c-typeck.c:2444
+#: cfghooks.c:306
 #, gcc-internal-format
-msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
+msgid "%s does not support redirect_edge_and_branch_force"
 msgstr ""
 
-#: c-typeck.c:2471
+#: cfghooks.c:324
 #, gcc-internal-format
-msgid "pointer of type %<void *%> used in subtraction"
+msgid "%s does not support split_block"
 msgstr ""
 
-#: c-typeck.c:2473
+#: cfghooks.c:360
 #, gcc-internal-format
-msgid "pointer to a function used in subtraction"
+msgid "%s does not support move_block_after"
 msgstr ""
 
-#: c-typeck.c:2570
+#: cfghooks.c:373
 #, gcc-internal-format
-msgid "wrong type argument to unary plus"
+msgid "%s does not support delete_basic_block"
 msgstr ""
 
-#: c-typeck.c:2583
+#: cfghooks.c:405
 #, gcc-internal-format
-msgid "wrong type argument to unary minus"
+msgid "%s does not support split_edge"
 msgstr ""
 
-#: c-typeck.c:2600
+#: cfghooks.c:466
 #, gcc-internal-format
-msgid "ISO C does not support %<~%> for complex conjugation"
+msgid "%s does not support create_basic_block"
 msgstr ""
 
-#: c-typeck.c:2606
+#: cfghooks.c:494
 #, gcc-internal-format
-msgid "wrong type argument to bit-complement"
+msgid "%s does not support can_merge_blocks_p"
 msgstr ""
 
-#: c-typeck.c:2614
+#: cfghooks.c:505
 #, gcc-internal-format
-msgid "wrong type argument to abs"
+msgid "%s does not support predict_edge"
 msgstr ""
 
-#: c-typeck.c:2626
+#: cfghooks.c:514
 #, gcc-internal-format
-msgid "wrong type argument to conjugation"
+msgid "%s does not support predicted_by_p"
 msgstr ""
 
-#: c-typeck.c:2638
+#: cfghooks.c:528
 #, gcc-internal-format
-msgid "wrong type argument to unary exclamation mark"
+msgid "%s does not support merge_blocks"
 msgstr ""
 
-#: c-typeck.c:2675
+#: cfghooks.c:573
 #, gcc-internal-format
-msgid "ISO C does not support %<++%> and %<--%> on complex types"
+msgid "%s does not support make_forwarder_block"
 msgstr ""
 
-#: c-typeck.c:2691 c-typeck.c:2723
+#: cfghooks.c:678
 #, gcc-internal-format
-msgid "wrong type argument to increment"
+msgid "%s does not support can_duplicate_block_p"
 msgstr ""
 
-#: c-typeck.c:2693 c-typeck.c:2725
+#: cfghooks.c:706
 #, gcc-internal-format
-msgid "wrong type argument to decrement"
+msgid "%s does not support duplicate_block"
 msgstr ""
 
-#: c-typeck.c:2714
+#: cfghooks.c:774
 #, gcc-internal-format
-msgid "increment of pointer to unknown structure"
+msgid "%s does not support block_ends_with_call_p"
 msgstr ""
 
-#: c-typeck.c:2716
+#: cfghooks.c:785
 #, gcc-internal-format
-msgid "decrement of pointer to unknown structure"
+msgid "%s does not support block_ends_with_condjump_p"
 msgstr ""
 
-#: c-typeck.c:2887
+#: cfghooks.c:803
 #, gcc-internal-format
-msgid "assignment of read-only member %qD"
+msgid "%s does not support flow_call_edges_add"
 msgstr ""
 
-#: c-typeck.c:2888
+#: cfgloop.c:1088
 #, gcc-internal-format
-msgid "increment of read-only member %qD"
+msgid "size of loop %d should be %d, not %d"
 msgstr ""
 
-#: c-typeck.c:2889
+#: cfgloop.c:1105
 #, gcc-internal-format
-msgid "decrement of read-only member %qD"
+msgid "bb %d do not belong to loop %d"
 msgstr ""
 
-#: c-typeck.c:2893
+#: cfgloop.c:1122
 #, gcc-internal-format
-msgid "assignment of read-only variable %qD"
+msgid "loop %d's header does not have exactly 2 entries"
 msgstr ""
 
-#: c-typeck.c:2894
+#: cfgloop.c:1129
 #, gcc-internal-format
-msgid "increment of read-only variable %qD"
+msgid "loop %d's latch does not have exactly 1 successor"
 msgstr ""
 
-#: c-typeck.c:2895
+#: cfgloop.c:1134
 #, gcc-internal-format
-msgid "decrement of read-only variable %qD"
+msgid "loop %d's latch does not have header as successor"
 msgstr ""
 
-#: c-typeck.c:2898
+#: cfgloop.c:1139
 #, gcc-internal-format
-msgid "assignment of read-only location"
+msgid "loop %d's latch does not belong directly to it"
 msgstr ""
 
-#: c-typeck.c:2899
+#: cfgloop.c:1145
 #, gcc-internal-format
-msgid "increment of read-only location"
+msgid "loop %d's header does not belong directly to it"
 msgstr ""
 
-#: c-typeck.c:2900
+#: cfgloop.c:1151
 #, gcc-internal-format
-msgid "decrement of read-only location"
+msgid "loop %d's latch is marked as part of irreducible region"
 msgstr ""
 
-#: c-typeck.c:2935
+#: cfgloop.c:1184
 #, gcc-internal-format
-msgid "cannot take address of bit-field %qD"
+msgid "basic block %d should be marked irreducible"
 msgstr ""
 
-#: c-typeck.c:2963
+#: cfgloop.c:1190
 #, gcc-internal-format
-msgid "global register variable %qD used in nested function"
+msgid "basic block %d should not be marked irreducible"
 msgstr ""
 
-#: c-typeck.c:2966
+#: cfgloop.c:1198
 #, gcc-internal-format
-msgid "register variable %qD used in nested function"
+msgid "edge from %d to %d should be marked irreducible"
 msgstr ""
 
-#: c-typeck.c:2971
+#: cfgloop.c:1205
 #, gcc-internal-format
-msgid "address of global register variable %qD requested"
+msgid "edge from %d to %d should not be marked irreducible"
 msgstr ""
 
-#: c-typeck.c:2973
+#: cfgloop.c:1240
 #, gcc-internal-format
-msgid "address of register variable %qD requested"
+msgid "wrong single exit %d->%d recorded for loop %d"
 msgstr ""
 
-#: c-typeck.c:3019
+#: cfgloop.c:1244
 #, gcc-internal-format
-msgid "non-lvalue array in conditional expression"
+msgid "right exit is %d->%d"
 msgstr ""
 
-#: c-typeck.c:3063
+#: cfgloop.c:1261
 #, gcc-internal-format
-msgid "signed and unsigned type in conditional expression"
+msgid "single exit not recorded for loop %d"
 msgstr ""
 
-#: c-typeck.c:3070
+#: cfgloop.c:1268
 #, gcc-internal-format
-msgid "ISO C forbids conditional expr with only one void side"
+msgid "loop %d should not have single exit (%d -> %d)"
 msgstr ""
 
-#: c-typeck.c:3086 c-typeck.c:3094
+#: cfgrtl.c:1931
 #, gcc-internal-format
-msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
+msgid "BB_RTL flag not set for block %d"
 msgstr ""
 
-#: c-typeck.c:3101
+#: cfgrtl.c:1937
 #, gcc-internal-format
-msgid "pointer type mismatch in conditional expression"
+msgid "end insn %d for block %d not found in the insn stream"
 msgstr ""
 
-#: c-typeck.c:3108 c-typeck.c:3118
+#: cfgrtl.c:1951
 #, gcc-internal-format
-msgid "pointer/integer type mismatch in conditional expression"
+msgid "insn %d is in multiple basic blocks (%d and %d)"
 msgstr ""
 
-#: c-typeck.c:3132
+#: cfgrtl.c:1963
 #, gcc-internal-format
-msgid "type mismatch in conditional expression"
+msgid "head insn %d for block %d not found in the insn stream"
 msgstr ""
 
-#: c-typeck.c:3172
+#: cfgrtl.c:1987
 #, gcc-internal-format
-msgid "left-hand operand of comma expression has no effect"
+msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
 msgstr ""
 
-#: c-typeck.c:3206
+#: cfgrtl.c:2002
 #, gcc-internal-format
-msgid "cast specifies array type"
+msgid "fallthru edge crosses section boundary (bb %i)"
 msgstr ""
 
-#: c-typeck.c:3212
+#: cfgrtl.c:2027
 #, gcc-internal-format
-msgid "cast specifies function type"
+msgid "missing REG_EH_REGION note in the end of bb %i"
 msgstr ""
 
-#: c-typeck.c:3222
+#: cfgrtl.c:2035
 #, gcc-internal-format
-msgid "ISO C forbids casting nonscalar to the same type"
+msgid "too many outgoing branch edges from bb %i"
 msgstr ""
 
-#: c-typeck.c:3239
+#: cfgrtl.c:2040
 #, gcc-internal-format
-msgid "ISO C forbids casts to union type"
+msgid "fallthru edge after unconditional jump %i"
 msgstr ""
 
-#: c-typeck.c:3247
+#: cfgrtl.c:2051
 #, gcc-internal-format
-msgid "cast to union type from type not present in union"
+msgid "wrong amount of branch edges after conditional jump %i"
 msgstr ""
 
-#: c-typeck.c:3293
+#: cfgrtl.c:2056
 #, gcc-internal-format
-msgid "cast adds new qualifiers to function type"
+msgid "call edges for non-call insn in bb %i"
 msgstr ""
 
-#. There are qualifiers present in IN_OTYPE that are not
-#. present in IN_TYPE.
-#: c-typeck.c:3298
+#: cfgrtl.c:2065
 #, gcc-internal-format
-msgid "cast discards qualifiers from pointer target type"
+msgid "abnormal edges for no purpose in bb %i"
 msgstr ""
 
-#: c-typeck.c:3314
+#: cfgrtl.c:2077
 #, gcc-internal-format
-msgid "cast increases required alignment of target type"
+msgid "insn %d inside basic block %d but block_for_insn is NULL"
 msgstr ""
 
-#: c-typeck.c:3321
+#: cfgrtl.c:2081
 #, gcc-internal-format
-msgid "cast from pointer to integer of different size"
+msgid "insn %d inside basic block %d but block_for_insn is %i"
 msgstr ""
 
-#: c-typeck.c:3325
+#: cfgrtl.c:2095 cfgrtl.c:2105
 #, gcc-internal-format
-msgid "cast from function call of type %qT to non-matching type %qT"
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
 msgstr ""
 
-#: c-typeck.c:3333
+#: cfgrtl.c:2118
 #, gcc-internal-format
-msgid "cast to pointer from integer of different size"
+msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
 msgstr ""
 
-#: c-typeck.c:3347
+#: cfgrtl.c:2128
 #, gcc-internal-format
-msgid "type-punning to incomplete type might break strict-aliasing rules"
+msgid "in basic block %d:"
 msgstr ""
 
-#: c-typeck.c:3355
+#: cfgrtl.c:2165
 #, gcc-internal-format
-msgid "dereferencing type-punned pointer will break strict-aliasing rules"
+msgid "bb prediction set for block %i, but it is not used in RTL land"
 msgstr ""
 
-#: c-typeck.c:3359
+#: cfgrtl.c:2183
 #, gcc-internal-format
-msgid "dereferencing type-punned pointer might break strict-aliasing rules"
+msgid "missing barrier after block %i"
 msgstr ""
 
-#: c-typeck.c:3372
+#: cfgrtl.c:2196
 #, gcc-internal-format
-msgid "ISO C forbids conversion of function pointer to object pointer type"
+msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
 msgstr ""
 
-#: c-typeck.c:3381
+#: cfgrtl.c:2205
 #, gcc-internal-format
-msgid "ISO C forbids conversion of object pointer to function pointer type"
+msgid "verify_flow_info: Incorrect fallthru %i->%i"
 msgstr ""
 
-#: c-typeck.c:3652
+#: cfgrtl.c:2224
 #, gcc-internal-format
-msgid "cannot pass rvalue to reference parameter"
+msgid "basic blocks not laid down consecutively"
 msgstr ""
 
-#: c-typeck.c:3761 c-typeck.c:3927
+#: cfgrtl.c:2263
 #, gcc-internal-format
-msgid ""
-"passing argument %d of %qE makes qualified function pointer from unqualified"
+msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
 msgstr ""
 
-#: c-typeck.c:3764 c-typeck.c:3930
+#: cgraph.c:763
 #, gcc-internal-format
-msgid "assignment makes qualified function pointer from unqualified"
+msgid "%D renamed after being referenced in assembly"
 msgstr ""
 
-#: c-typeck.c:3767 c-typeck.c:3932
+#: cgraphunit.c:664
 #, gcc-internal-format
-msgid "initialization makes qualified function pointer from unqualified"
+msgid "aux field set for edge %s->%s"
 msgstr ""
 
-#: c-typeck.c:3770 c-typeck.c:3934
+#: cgraphunit.c:670
 #, gcc-internal-format
-msgid "return makes qualified function pointer from unqualified"
+msgid "Execution count is negative"
 msgstr ""
 
-#: c-typeck.c:3774 c-typeck.c:3894
+#: cgraphunit.c:677
 #, gcc-internal-format
-msgid "passing argument %d of %qE discards qualifiers from pointer target type"
+msgid "caller edge count is negative"
 msgstr ""
 
-#: c-typeck.c:3776 c-typeck.c:3896
+#: cgraphunit.c:686
 #, gcc-internal-format
-msgid "assignment discards qualifiers from pointer target type"
+msgid "inlined_to pointer is wrong"
 msgstr ""
 
-#: c-typeck.c:3778 c-typeck.c:3898
+#: cgraphunit.c:691
 #, gcc-internal-format
-msgid "initialization discards qualifiers from pointer target type"
+msgid "multiple inline callers"
 msgstr ""
 
-#: c-typeck.c:3780 c-typeck.c:3900
+#: cgraphunit.c:698
 #, gcc-internal-format
-msgid "return discards qualifiers from pointer target type"
+msgid "inlined_to pointer set for noninline callers"
 msgstr ""
 
-#: c-typeck.c:3785
+#: cgraphunit.c:704
 #, gcc-internal-format
-msgid "ISO C prohibits argument conversion to union type"
+msgid "inlined_to pointer is set but no predecesors found"
 msgstr ""
 
-#: c-typeck.c:3820
+#: cgraphunit.c:709
 #, gcc-internal-format
-msgid "request for implicit conversion from %qT to %qT not permitted in C++"
+msgid "inlined_to pointer refers to itself"
 msgstr ""
 
-#: c-typeck.c:3833
+#: cgraphunit.c:719
 #, gcc-internal-format
-msgid "argument %d of %qE might be a candidate for a format attribute"
+msgid "node not found in DECL_ASSEMBLER_NAME hash"
 msgstr ""
 
-#: c-typeck.c:3839
+#: cgraphunit.c:747
 #, gcc-internal-format
-msgid "assignment left-hand side might be a candidate for a format attribute"
+msgid "shared call_stmt:"
 msgstr ""
 
-#: c-typeck.c:3844
+#: cgraphunit.c:753
 #, gcc-internal-format
-msgid ""
-"initialization left-hand side might be a candidate for a format attribute"
+msgid "edge points to wrong declaration:"
 msgstr ""
 
-#: c-typeck.c:3849
+#: cgraphunit.c:762
 #, gcc-internal-format
-msgid "return type might be a candidate for a format attribute"
+msgid "missing callgraph edge for call stmt:"
 msgstr ""
 
-#: c-typeck.c:3874
+#: cgraphunit.c:779
 #, gcc-internal-format
-msgid ""
-"ISO C forbids passing argument %d of %qE between function pointer and %<void "
-"*%>"
+msgid "edge %s->%s has no corresponding call_stmt"
 msgstr ""
 
-#: c-typeck.c:3877
+#: cgraphunit.c:791
 #, gcc-internal-format
-msgid "ISO C forbids assignment between function pointer and %<void *%>"
+msgid "verify_cgraph_node failed"
 msgstr ""
 
-#: c-typeck.c:3879
+#: cgraphunit.c:1028
 #, gcc-internal-format
-msgid "ISO C forbids initialization between function pointer and %<void *%>"
+msgid "failed to reclaim unneeded function"
 msgstr ""
 
-#: c-typeck.c:3881
+#: cgraphunit.c:1308
 #, gcc-internal-format
-msgid "ISO C forbids return between function pointer and %<void *%>"
+msgid "nodes with no released memory found"
 msgstr ""
 
-#: c-typeck.c:3910
+#: collect2.c:1172
 #, gcc-internal-format
-msgid "pointer targets in passing argument %d of %qE differ in signedness"
+msgid "unknown demangling style '%s'"
 msgstr ""
 
-#: c-typeck.c:3912
+#: collect2.c:1495
 #, gcc-internal-format
-msgid "pointer targets in assignment differ in signedness"
+msgid "%s terminated with signal %d [%s]%s"
 msgstr ""
 
-#: c-typeck.c:3914
+#: collect2.c:1513
 #, gcc-internal-format
-msgid "pointer targets in initialization differ in signedness"
+msgid "%s returned %d exit status"
 msgstr ""
 
-#: c-typeck.c:3916
+#: collect2.c:2175
 #, gcc-internal-format
-msgid "pointer targets in return differ in signedness"
+msgid "cannot find 'ldd'"
 msgstr ""
 
-#: c-typeck.c:3941
+#: convert.c:65
 #, gcc-internal-format
-msgid "passing argument %d of %qE from incompatible pointer type"
+msgid "cannot convert to a pointer type"
 msgstr ""
 
-#: c-typeck.c:3943
+#: convert.c:304
 #, gcc-internal-format
-msgid "assignment from incompatible pointer type"
+msgid "pointer value used where a floating point value was expected"
 msgstr ""
 
-#: c-typeck.c:3944
+#: convert.c:308
 #, gcc-internal-format
-msgid "initialization from incompatible pointer type"
+msgid "aggregate value used where a float was expected"
 msgstr ""
 
-#: c-typeck.c:3946
+#: convert.c:333
 #, gcc-internal-format
-msgid "return from incompatible pointer type"
+msgid "conversion to incomplete type"
 msgstr ""
 
-#: c-typeck.c:3968
+#: convert.c:678 convert.c:754
 #, gcc-internal-format
-msgid "passing argument %d of %qE makes pointer from integer without a cast"
+msgid "can't convert between vector values of different size"
 msgstr ""
 
-#: c-typeck.c:3970
+#: convert.c:684
 #, gcc-internal-format
-msgid "assignment makes pointer from integer without a cast"
+msgid "aggregate value used where an integer was expected"
 msgstr ""
 
-#: c-typeck.c:3972
+#: convert.c:734
 #, gcc-internal-format
-msgid "initialization makes pointer from integer without a cast"
+msgid "pointer value used where a complex was expected"
 msgstr ""
 
-#: c-typeck.c:3974
+#: convert.c:738
 #, gcc-internal-format
-msgid "return makes pointer from integer without a cast"
+msgid "aggregate value used where a complex was expected"
 msgstr ""
 
-#: c-typeck.c:3981
+#: convert.c:760
 #, gcc-internal-format
-msgid "passing argument %d of %qE makes integer from pointer without a cast"
+msgid "can't convert value to a vector"
 msgstr ""
 
-#: c-typeck.c:3983
+#: coverage.c:183
 #, gcc-internal-format
-msgid "assignment makes integer from pointer without a cast"
+msgid "%qs is not a gcov data file"
 msgstr ""
 
-#: c-typeck.c:3985
+#: coverage.c:194
 #, gcc-internal-format
-msgid "initialization makes integer from pointer without a cast"
+msgid "%qs is version %q.*s, expected version %q.*s"
 msgstr ""
 
-#: c-typeck.c:3987
+#: coverage.c:274 coverage.c:282
 #, gcc-internal-format
-msgid "return makes integer from pointer without a cast"
+msgid "coverage mismatch for function %u while reading execution counters"
 msgstr ""
 
-#: c-typeck.c:4003
+#: coverage.c:276 coverage.c:359
 #, gcc-internal-format
-msgid "incompatible types in assignment"
+msgid "checksum is %x instead of %x"
 msgstr ""
 
-#: c-typeck.c:4006
+#: coverage.c:284 coverage.c:367
 #, gcc-internal-format
-msgid "incompatible types in initialization"
+msgid "number of counters is %d instead of %d"
 msgstr ""
 
-#: c-typeck.c:4009
+#: coverage.c:290
 #, gcc-internal-format
-msgid "incompatible types in return"
+msgid "cannot merge separate %s counters for function %u"
 msgstr ""
 
-#: c-typeck.c:4090
+#: coverage.c:311
 #, gcc-internal-format
-msgid "traditional C rejects automatic aggregate initialization"
+msgid "%qs has overflowed"
 msgstr ""
 
-#: c-typeck.c:4258 c-typeck.c:4273 c-typeck.c:4288
+#: coverage.c:311
 #, gcc-internal-format
-msgid "(near initialization for %qs)"
+msgid "%qs is corrupted"
 msgstr ""
 
-#: c-typeck.c:4825 cp/decl.c:4562
+#: coverage.c:348
 #, gcc-internal-format
-msgid "opaque vector types cannot be initialized"
+msgid "no coverage for function %qs found"
 msgstr ""
 
-#: c-typeck.c:5455
+#: coverage.c:356 coverage.c:364
 #, gcc-internal-format
-msgid "unknown field %qE specified in initializer"
+msgid "coverage mismatch for function %qs while reading counter %qs"
 msgstr ""
 
-#: c-typeck.c:6349
+#: coverage.c:529
 #, gcc-internal-format
-msgid "traditional C rejects initialization of unions"
+msgid "cannot open %s"
 msgstr ""
 
-#: c-typeck.c:6651
+#: coverage.c:564
 #, gcc-internal-format
-msgid "jump into statement expression"
+msgid "error writing %qs"
 msgstr ""
 
-#: c-typeck.c:6657
+#: diagnostic.c:602
 #, gcc-internal-format
-msgid "jump into scope of identifier with variably modified type"
+msgid "in %s, at %s:%d"
 msgstr ""
 
-#: c-typeck.c:6694
+#: dominance.c:855
 #, gcc-internal-format
-msgid "ISO C forbids %<goto *expr;%>"
+msgid "dominator of %d status unknown"
 msgstr ""
 
-#: c-typeck.c:6709 cp/typeck.c:6156
+#: dominance.c:857
 #, gcc-internal-format
-msgid "function declared %<noreturn%> has a %<return%> statement"
+msgid "dominator of %d should be %d, not %d"
 msgstr ""
 
-#: c-typeck.c:6717
+#: dominance.c:869
 #, gcc-internal-format
-msgid "%<return%> with no value, in function returning non-void"
+msgid "ENTRY does not dominate bb %d"
 msgstr ""
 
-#: c-typeck.c:6726
+#: dwarf2out.c:3526
 #, gcc-internal-format
-msgid "%<return%> with a value, in function returning void"
+msgid "DW_LOC_OP %s not implemented"
 msgstr ""
 
-#: c-typeck.c:6783
+#: emit-rtl.c:2266
 #, gcc-internal-format
-msgid "function returns address of local variable"
+msgid "invalid rtl sharing found in the insn"
 msgstr ""
 
-#: c-typeck.c:6856 cp/semantics.c:908
+#: emit-rtl.c:2268
 #, gcc-internal-format
-msgid "switch quantity not an integer"
+msgid "shared rtx"
 msgstr ""
 
-#: c-typeck.c:6867
+#: emit-rtl.c:2270 flow.c:492 flow.c:517 flow.c:539
 #, gcc-internal-format
-msgid "%<long%> switch expression not converted to %<int%> in ISO C"
+msgid "internal consistency failure"
 msgstr ""
 
-#: c-typeck.c:6908
+#: emit-rtl.c:3334
 #, gcc-internal-format
-msgid ""
-"case label in statement expression not containing enclosing switch statement"
+msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
 msgstr ""
 
-#: c-typeck.c:6911
+#: errors.c:133 java/jv-scan.c:289
 #, gcc-internal-format
-msgid ""
-"%<default%> label in statement expression not containing enclosing switch "
-"statement"
+msgid "abort in %s, at %s:%d"
 msgstr ""
 
-#: c-typeck.c:6917
+#: except.c:338
 #, gcc-internal-format
-msgid ""
-"case label in scope of identifier with variably modified type not containing "
-"enclosing switch statement"
+msgid "exception handling disabled, use -fexceptions to enable"
 msgstr ""
 
-#: c-typeck.c:6920
+#: except.c:2786
 #, gcc-internal-format
-msgid ""
-"%<default%> label in scope of identifier with variably modified type not "
-"containing enclosing switch statement"
+msgid "argument of %<__builtin_eh_return_regno%> must be constant"
 msgstr ""
 
-#: c-typeck.c:6924 cp/parser.c:6190
+#: except.c:2917
 #, gcc-internal-format
-msgid "case label not within a switch statement"
+msgid "__builtin_eh_return not supported on this target"
 msgstr ""
 
-#: c-typeck.c:6926
+#: except.c:3771 except.c:3780
 #, gcc-internal-format
-msgid "%<default%> label not within a switch statement"
+msgid "region_array is corrupted for region %i"
 msgstr ""
 
-#: c-typeck.c:7003
+#: except.c:3785
 #, gcc-internal-format
-msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
+msgid "outer block of region %i is wrong"
 msgstr ""
 
-#: c-typeck.c:7022
+#: except.c:3790
 #, gcc-internal-format
-msgid "%Hempty body in an if-statement"
+msgid "region %i may contain throw and is contained in region that may not"
 msgstr ""
 
-#: c-typeck.c:7031
+#: except.c:3796
 #, gcc-internal-format
-msgid "%Hempty body in an else-statement"
+msgid "negative nesting depth of region %i"
 msgstr ""
 
-#: c-typeck.c:7140 cp/cp-gimplify.c:118 cp/parser.c:6682
+#: except.c:3816
 #, gcc-internal-format
-msgid "break statement not within loop or switch"
+msgid "tree list ends on depth %i"
 msgstr ""
 
-#: c-typeck.c:7142 cp/parser.c:6693
+#: except.c:3821
 #, gcc-internal-format
-msgid "continue statement not within a loop"
+msgid "array does not match the region tree"
 msgstr ""
 
-#: c-typeck.c:7162
+#: except.c:3827
 #, gcc-internal-format
-msgid "%Hstatement with no effect"
+msgid "verify_eh_tree failed"
 msgstr ""
 
-#: c-typeck.c:7184
+#: explow.c:1212
 #, gcc-internal-format
-msgid "expression statement has incomplete type"
+msgid "stack limits not supported on this target"
 msgstr ""
 
-#: c-typeck.c:7642 c-typeck.c:7683
+#: fold-const.c:3328 fold-const.c:3339
 #, gcc-internal-format
-msgid "division by zero"
+msgid "comparison is always %d due to width of bit-field"
 msgstr ""
 
-#: c-typeck.c:7728 cp/typeck.c:2967
+#: fold-const.c:4940 fold-const.c:4955
 #, gcc-internal-format
-msgid "right shift count is negative"
+msgid "comparison is always %d"
 msgstr ""
 
-#: c-typeck.c:7735 cp/typeck.c:2973
+#: fold-const.c:5084
 #, gcc-internal-format
-msgid "right shift count >= width of type"
+msgid "%<or%> of unmatched not-equal tests is always 1"
 msgstr ""
 
-#: c-typeck.c:7756 cp/typeck.c:2992
+#: fold-const.c:5089
 #, gcc-internal-format
-msgid "left shift count is negative"
+msgid "%<and%> of mutually exclusive equal-tests is always 0"
 msgstr ""
 
-#: c-typeck.c:7759 cp/typeck.c:2994
+#: fold-const.c:10285
 #, gcc-internal-format
-msgid "left shift count >= width of type"
+msgid "fold check: original tree changed by fold"
 msgstr ""
 
-#: c-typeck.c:7777 cp/typeck.c:3029
+#: function.c:491
 #, gcc-internal-format
-msgid "comparing floating point with == or != is unsafe"
+msgid "%Jtotal size of local objects too large"
 msgstr ""
 
-#: c-typeck.c:7801 c-typeck.c:7808
+#: function.c:838 varasm.c:1674
 #, gcc-internal-format
-msgid "ISO C forbids comparison of %<void *%> with function pointer"
+msgid "size of variable %q+D is too large"
 msgstr ""
 
-#: c-typeck.c:7814 c-typeck.c:7860
+#: function.c:1548
 #, gcc-internal-format
-msgid "comparison of distinct pointer types lacks a cast"
+msgid "impossible constraint in %<asm%>"
 msgstr ""
 
-#: c-typeck.c:7828 c-typeck.c:7833 c-typeck.c:7880 c-typeck.c:7885
+#: function.c:3478
 #, gcc-internal-format
-msgid "comparison between pointer and integer"
+msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
 msgstr ""
 
-#: c-typeck.c:7852
+#: function.c:3499
 #, gcc-internal-format
-msgid "comparison of complete and incomplete pointers"
+msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
 msgstr ""
 
-#: c-typeck.c:7855
+#: function.c:3894
 #, gcc-internal-format
-msgid "ISO C forbids ordered comparisons of pointers to functions"
+msgid "function returns an aggregate"
 msgstr ""
 
-#: c-typeck.c:7868 c-typeck.c:7875
+#: function.c:4286
 #, gcc-internal-format
-msgid "ordered comparison of pointer with integer zero"
+msgid "unused parameter %q+D"
 msgstr ""
 
-#: c-typeck.c:8105
+#: gcc.c:1243
 #, gcc-internal-format
-msgid "comparison between signed and unsigned"
+msgid "ambiguous abbreviation %s"
 msgstr ""
 
-#: c-typeck.c:8151 cp/typeck.c:3452
+#: gcc.c:1270
 #, gcc-internal-format
-msgid "comparison of promoted ~unsigned with constant"
+msgid "incomplete '%s' option"
 msgstr ""
 
-#: c-typeck.c:8159 cp/typeck.c:3460
+#: gcc.c:1281
 #, gcc-internal-format
-msgid "comparison of promoted ~unsigned with unsigned"
+msgid "missing argument to '%s' option"
 msgstr ""
 
-#: c-typeck.c:8217
+#: gcc.c:1294
 #, gcc-internal-format
-msgid "used array that cannot be converted to pointer where scalar is required"
+msgid "extraneous argument to '%s' option"
 msgstr ""
 
-#: c-typeck.c:8221
+#: gcc.c:3804
 #, gcc-internal-format
-msgid "used struct type value where scalar is required"
+msgid "warning: -pipe ignored because -save-temps specified"
 msgstr ""
 
-#: c-typeck.c:8225
+#: gcc.c:4105
 #, gcc-internal-format
-msgid "used union type value where scalar is required"
+msgid "warning: '-x %s' after last input file has no effect"
 msgstr ""
 
-#: calls.c:1906
+#. Catch the case where a spec string contains something like
+#. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
+#. hand side of the :.
+#: gcc.c:5174
 #, gcc-internal-format
-msgid "function call has aggregate value"
+msgid "spec failure: '%%*' has not been initialized by pattern match"
 msgstr ""
 
-#: cfgexpand.c:1494
+#: gcc.c:5183
 #, gcc-internal-format
-msgid "not protecting local variables: variable length buffer"
+msgid "warning: use of obsolete %%[ operator in specs"
 msgstr ""
 
-#: cfgexpand.c:1496
+#: gcc.c:5264
 #, gcc-internal-format
-msgid "not protecting function: no buffer at least %d bytes long"
+msgid "spec failure: unrecognized spec option '%c'"
 msgstr ""
 
-#: cfghooks.c:90
+#: gcc.c:6188
 #, gcc-internal-format
-msgid "bb %d on wrong place"
+msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC"
 msgstr ""
 
-#: cfghooks.c:96
+#: gcc.c:6211
 #, gcc-internal-format
-msgid "prev_bb of %d should be %d, not %d"
+msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC"
 msgstr ""
 
-#: cfghooks.c:113
+#: gcc.c:6300
 #, gcc-internal-format
-msgid "verify_flow_info: Wrong count of block %i %i"
+msgid "unrecognized option '-%s'"
 msgstr ""
 
-#: cfghooks.c:119
+#: gcc.c:6491 gcc.c:6554
 #, gcc-internal-format
-msgid "verify_flow_info: Wrong frequency of block %i %i"
+msgid "%s: %s compiler not installed on this system"
 msgstr ""
 
-#: cfghooks.c:127
+#: gcc.c:6646
 #, gcc-internal-format
-msgid "verify_flow_info: Duplicate edge %i->%i"
+msgid "%s: linker input file unused because linking not done"
 msgstr ""
 
-#: cfghooks.c:133
+#: gcc.c:6686
 #, gcc-internal-format
-msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
+msgid "language %s not recognized"
 msgstr ""
 
-#: cfghooks.c:139
+#: gcc.c:6757
 #, gcc-internal-format
-msgid "verify_flow_info: Wrong count of edge %i->%i %i"
+msgid "%s: %s"
 msgstr ""
 
-#: cfghooks.c:151
+#: gcse.c:6579
 #, gcc-internal-format
-msgid "verify_flow_info: Basic block %d succ edge is corrupted"
+msgid "%s: %d basic blocks and %d edges/basic block"
 msgstr ""
 
-#: cfghooks.c:165 cfgrtl.c:2051
+#: gcse.c:6592
 #, gcc-internal-format
-msgid "wrong amount of branch edges after unconditional jump %i"
+msgid "%s: %d basic blocks and %d registers"
 msgstr ""
 
-#: cfghooks.c:173 cfghooks.c:184
+#: ggc-common.c:404 ggc-common.c:412 ggc-common.c:480 ggc-common.c:499
+#: ggc-page.c:2110 ggc-page.c:2141 ggc-page.c:2148 ggc-zone.c:2291
+#: ggc-zone.c:2306
 #, gcc-internal-format
-msgid "basic block %d pred edge is corrupted"
+msgid "can't write PCH file: %m"
 msgstr ""
 
-#: cfghooks.c:185
+#: ggc-common.c:492 config/i386/host-cygwin.c:58
 #, gcc-internal-format
-msgid "its dest_idx should be %d, not %d"
+msgid "can't get position in PCH file: %m"
 msgstr ""
 
-#: cfghooks.c:214
+#: ggc-common.c:502
 #, gcc-internal-format
-msgid "basic block %i edge lists are corrupted"
+msgid "can't write padding to PCH file: %m"
 msgstr ""
 
-#: cfghooks.c:227
+#: ggc-common.c:557 ggc-common.c:565 ggc-common.c:572 ggc-common.c:575
+#: ggc-common.c:585 ggc-common.c:588 ggc-page.c:2235 ggc-zone.c:2325
 #, gcc-internal-format
-msgid "verify_flow_info failed"
+msgid "can't read PCH file: %m"
 msgstr ""
 
-#: cfghooks.c:288
+#: ggc-common.c:580
 #, gcc-internal-format
-msgid "%s does not support redirect_edge_and_branch"
+msgid "had to relocate PCH"
 msgstr ""
 
-#: cfghooks.c:306
+#: ggc-page.c:1448
 #, gcc-internal-format
-msgid "%s does not support redirect_edge_and_branch_force"
+msgid "open /dev/zero: %m"
 msgstr ""
 
-#: cfghooks.c:324
+#: ggc-page.c:2126 ggc-page.c:2132
 #, gcc-internal-format
-msgid "%s does not support split_block"
+msgid "can't write PCH file"
 msgstr ""
 
-#: cfghooks.c:360
+#: ggc-zone.c:2288 ggc-zone.c:2299
 #, gcc-internal-format
-msgid "%s does not support move_block_after"
+msgid "can't seek PCH file: %m"
 msgstr ""
 
-#: cfghooks.c:373
+#: ggc-zone.c:2302
 #, gcc-internal-format
-msgid "%s does not support delete_basic_block"
+msgid "can't write PCH fle: %m"
 msgstr ""
 
-#: cfghooks.c:405
+#: gimple-low.c:202
 #, gcc-internal-format
-msgid "%s does not support split_edge"
+msgid "unexpected node"
 msgstr ""
 
-#: cfghooks.c:466
+#: gimplify.c:3662
 #, gcc-internal-format
-msgid "%s does not support create_basic_block"
+msgid "invalid lvalue in asm output %d"
 msgstr ""
 
-#: cfghooks.c:494
+#: gimplify.c:3774
 #, gcc-internal-format
-msgid "%s does not support can_merge_blocks_p"
+msgid "memory input %d is not directly addressable"
 msgstr ""
 
-#: cfghooks.c:505
+#: gimplify.c:4646
 #, gcc-internal-format
-msgid "%s does not support predict_edge"
+msgid "gimplification failed"
 msgstr ""
 
-#: cfghooks.c:514
+#: global.c:376 global.c:389 global.c:403
 #, gcc-internal-format
-msgid "%s does not support predicted_by_p"
+msgid "%s cannot be used in asm here"
 msgstr ""
 
-#: cfghooks.c:528
+#: graph.c:403 java/jcf-parse.c:1080 java/jcf-parse.c:1215 java/lex.c:1855
+#: objc/objc-act.c:501
 #, gcc-internal-format
-msgid "%s does not support merge_blocks"
+msgid "can't open %s: %m"
 msgstr ""
 
-#: cfghooks.c:573
+#: haifa-sched.c:182
 #, gcc-internal-format
-msgid "%s does not support make_forwarder_block"
+msgid "fix_sched_param: unknown param: %s"
 msgstr ""
 
-#: cfghooks.c:678
+#. Eventually this should become a hard error IMO.
+#: opts.c:261
 #, gcc-internal-format
-msgid "%s does not support can_duplicate_block_p"
+msgid "command line option \"%s\" is valid for %s but not for %s"
 msgstr ""
 
-#: cfghooks.c:706
+#: opts.c:315
 #, gcc-internal-format
-msgid "%s does not support duplicate_block"
+msgid "command line option %qs is not supported by this configuration"
 msgstr ""
 
-#: cfghooks.c:774
+#: opts.c:359
 #, gcc-internal-format
-msgid "%s does not support block_ends_with_call_p"
+msgid "missing argument to \"%s\""
 msgstr ""
 
-#: cfghooks.c:785
+#: opts.c:369
 #, gcc-internal-format
-msgid "%s does not support block_ends_with_condjump_p"
+msgid "argument to \"%s\" should be a non-negative integer"
 msgstr ""
 
-#: cfghooks.c:803
+#: opts.c:457
 #, gcc-internal-format
-msgid "%s does not support flow_call_edges_add"
+msgid "unrecognized command line option \"%s\""
 msgstr ""
 
-#: cfgloop.c:1088
+#: opts.c:670
 #, gcc-internal-format
-msgid "size of loop %d should be %d, not %d"
+msgid "-Wuninitialized is not supported without -O"
 msgstr ""
 
-#: cfgloop.c:1105
+#: opts.c:684
 #, gcc-internal-format
-msgid "bb %d do not belong to loop %d"
+msgid "-freorder-blocks-and-partition does not work with exceptions"
 msgstr ""
 
-#: cfgloop.c:1122
+#: opts.c:693
 #, gcc-internal-format
-msgid "loop %d's header does not have exactly 2 entries"
+msgid "-freorder-blocks-and-partition does not work on this architecture"
 msgstr ""
 
-#: cfgloop.c:1129
+#: opts.c:861
 #, gcc-internal-format
-msgid "loop %d's latch does not have exactly 1 successor"
+msgid "structure alignment must be a small power of two, not %d"
 msgstr ""
 
-#: cfgloop.c:1134
+#: opts.c:919
 #, gcc-internal-format
-msgid "loop %d's latch does not have header as successor"
+msgid "unrecognized visibility value \"%s\""
 msgstr ""
 
-#: cfgloop.c:1139
+#: opts.c:967
 #, gcc-internal-format
-msgid "loop %d's latch does not belong directly to it"
+msgid "unrecognized register name \"%s\""
 msgstr ""
 
-#: cfgloop.c:1145
+#: opts.c:991
 #, gcc-internal-format
-msgid "loop %d's header does not belong directly to it"
+msgid "unknown tls-model \"%s\""
 msgstr ""
 
-#: cfgloop.c:1151
+#: opts.c:1041
 #, gcc-internal-format
-msgid "loop %d's latch is marked as part of irreducible region"
+msgid "-f[no-]force-mem is nop and option will be removed in 4.2"
 msgstr ""
 
-#: cfgloop.c:1184
+#: opts.c:1064
 #, gcc-internal-format
-msgid "basic block %d should be marked irreducible"
+msgid "%s: --param arguments should be of the form NAME=VALUE"
 msgstr ""
 
-#: cfgloop.c:1190
+#: opts.c:1069
 #, gcc-internal-format
-msgid "basic block %d should not be marked irreducible"
+msgid "invalid --param value %qs"
 msgstr ""
 
-#: cfgloop.c:1198
+#: opts.c:1166
 #, gcc-internal-format
-msgid "edge from %d to %d should be marked irreducible"
+msgid "target system does not support debug output"
 msgstr ""
 
-#: cfgloop.c:1205
+#: opts.c:1173
 #, gcc-internal-format
-msgid "edge from %d to %d should not be marked irreducible"
+msgid "debug format \"%s\" conflicts with prior selection"
 msgstr ""
 
-#: cfgloop.c:1240
+#: opts.c:1189
 #, gcc-internal-format
-msgid "wrong single exit %d->%d recorded for loop %d"
+msgid "unrecognised debug output level \"%s\""
 msgstr ""
 
-#: cfgloop.c:1244
+#: opts.c:1191
 #, gcc-internal-format
-msgid "right exit is %d->%d"
+msgid "debug output level %s is too high"
 msgstr ""
 
-#: cfgloop.c:1261
+#: params.c:71
 #, gcc-internal-format
-msgid "single exit not recorded for loop %d"
+msgid "minimum value of parameter %qs is %u"
 msgstr ""
 
-#: cfgloop.c:1268
+#: params.c:76
 #, gcc-internal-format
-msgid "loop %d should not have single exit (%d -> %d)"
+msgid "maximum value of parameter %qs is %u"
 msgstr ""
 
-#: cfgrtl.c:1937
+#. If we didn't find this parameter, issue an error message.
+#: params.c:85
 #, gcc-internal-format
-msgid "BB_RTL flag not set for block %d"
+msgid "invalid parameter %qs"
 msgstr ""
 
-#: cfgrtl.c:1943
+#: profile.c:287
 #, gcc-internal-format
-msgid "end insn %d for block %d not found in the insn stream"
+msgid "corrupted profile info: run_max * runs < sum_max"
 msgstr ""
 
-#: cfgrtl.c:1957
+#: profile.c:293
 #, gcc-internal-format
-msgid "insn %d is in multiple basic blocks (%d and %d)"
+msgid "corrupted profile info: sum_all is smaller than sum_max"
 msgstr ""
 
-#: cfgrtl.c:1969
+#: profile.c:338
 #, gcc-internal-format
-msgid "head insn %d for block %d not found in the insn stream"
+msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
 msgstr ""
 
-#: cfgrtl.c:1993
+#: profile.c:503
 #, gcc-internal-format
-msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
+msgid ""
+"corrupted profile info: number of iterations for basic block %d thought to "
+"be %i"
 msgstr ""
 
-#: cfgrtl.c:2008
+#: profile.c:524
 #, gcc-internal-format
-msgid "fallthru edge crosses section boundary (bb %i)"
+msgid ""
+"corrupted profile info: number of executions for edge %d-%d thought to be %i"
 msgstr ""
 
-#: cfgrtl.c:2033
+#: reg-stack.c:526
 #, gcc-internal-format
-msgid "missing REG_EH_REGION note in the end of bb %i"
+msgid "output constraint %d must specify a single register"
 msgstr ""
 
-#: cfgrtl.c:2041
+#: reg-stack.c:536
 #, gcc-internal-format
-msgid "too many outgoing branch edges from bb %i"
+msgid "output constraint %d cannot be specified together with \"%s\" clobber"
 msgstr ""
 
-#: cfgrtl.c:2046
+#: reg-stack.c:559
 #, gcc-internal-format
-msgid "fallthru edge after unconditional jump %i"
+msgid "output regs must be grouped at top of stack"
 msgstr ""
 
-#: cfgrtl.c:2057
+#: reg-stack.c:596
 #, gcc-internal-format
-msgid "wrong amount of branch edges after conditional jump %i"
+msgid "implicitly popped regs must be grouped at top of stack"
 msgstr ""
 
-#: cfgrtl.c:2062
+#: reg-stack.c:615
 #, gcc-internal-format
-msgid "call edges for non-call insn in bb %i"
+msgid "output operand %d must use %<&%> constraint"
 msgstr ""
 
-#: cfgrtl.c:2071
+#: regclass.c:766
 #, gcc-internal-format
-msgid "abnormal edges for no purpose in bb %i"
+msgid "can't use '%s' as a %s register"
 msgstr ""
 
-#: cfgrtl.c:2083
+#: regclass.c:781 config/ia64/ia64.c:5035 config/ia64/ia64.c:5042
+#: config/pa/pa.c:339 config/pa/pa.c:346
 #, gcc-internal-format
-msgid "insn %d inside basic block %d but block_for_insn is NULL"
+msgid "unknown register name: %s"
 msgstr ""
 
-#: cfgrtl.c:2087
+#: regclass.c:791
 #, gcc-internal-format
-msgid "insn %d inside basic block %d but block_for_insn is %i"
+msgid "global register variable follows a function definition"
 msgstr ""
 
-#: cfgrtl.c:2101 cfgrtl.c:2111
+#: regclass.c:795
 #, gcc-internal-format
-msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
+msgid "register used for two global register variables"
 msgstr ""
 
-#: cfgrtl.c:2124
+#: regclass.c:800
 #, gcc-internal-format
-msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
+msgid "call-clobbered register used for global register variable"
 msgstr ""
 
-#: cfgrtl.c:2134
+#: regrename.c:1893
 #, gcc-internal-format
-msgid "in basic block %d:"
+msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
 msgstr ""
 
-#: cfgrtl.c:2171
+#: regrename.c:1905
 #, gcc-internal-format
-msgid "bb prediction set for block %i, but it is not used in RTL land"
+msgid "validate_value_data: Loop in regno chain (%u)"
 msgstr ""
 
-#: cfgrtl.c:2189
+#: regrename.c:1908
 #, gcc-internal-format
-msgid "missing barrier after block %i"
+msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
 msgstr ""
 
-#: cfgrtl.c:2202
+#: regrename.c:1920
 #, gcc-internal-format
-msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
+msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
 msgstr ""
 
-#: cfgrtl.c:2211
+#: reload.c:1270
 #, gcc-internal-format
-msgid "verify_flow_info: Incorrect fallthru %i->%i"
+msgid "cannot reload integer constant operand in %<asm%>"
 msgstr ""
 
-#: cfgrtl.c:2230
+#: reload.c:1293
 #, gcc-internal-format
-msgid "basic blocks not laid down consecutively"
+msgid "impossible register constraint in %<asm%>"
 msgstr ""
 
-#: cfgrtl.c:2269
+#: reload.c:3560
 #, gcc-internal-format
-msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
+msgid "%<&%> constraint used with no register class"
 msgstr ""
 
-#: cgraph.c:763
+#: reload.c:3731 reload.c:3963
 #, gcc-internal-format
-msgid "%D renamed after being referenced in assembly"
+msgid "inconsistent operand constraints in an %<asm%>"
 msgstr ""
 
-#: cgraphunit.c:662
+#: reload1.c:1235
 #, gcc-internal-format
-msgid "aux field set for edge %s->%s"
+msgid "frame size too large for reliable stack checking"
 msgstr ""
 
-#: cgraphunit.c:674
+#: reload1.c:1238
 #, gcc-internal-format
-msgid "inlined_to pointer is wrong"
+msgid "try reducing the number of local variables"
 msgstr ""
 
-#: cgraphunit.c:679
+#: reload1.c:1894
 #, gcc-internal-format
-msgid "multiple inline callers"
+msgid "can't find a register in class %qs while reloading %<asm%>"
 msgstr ""
 
-#: cgraphunit.c:686
+#: reload1.c:1899
 #, gcc-internal-format
-msgid "inlined_to pointer set for noninline callers"
+msgid "unable to find a register to spill in class %qs"
 msgstr ""
 
-#: cgraphunit.c:692
+#: reload1.c:3969
 #, gcc-internal-format
-msgid "inlined_to pointer is set but no predecesors found"
+msgid "%<asm%> operand requires impossible reload"
 msgstr ""
 
-#: cgraphunit.c:697
+#: reload1.c:5093
 #, gcc-internal-format
-msgid "inlined_to pointer refers to itself"
+msgid "%<asm%> operand constraint incompatible with operand size"
 msgstr ""
 
-#: cgraphunit.c:707
+#: reload1.c:6723
 #, gcc-internal-format
-msgid "node not found in DECL_ASSEMBLER_NAME hash"
+msgid "output operand is constant in %<asm%>"
 msgstr ""
 
-#: cgraphunit.c:735
+#: rtl.c:474
 #, gcc-internal-format
-msgid "shared call_stmt:"
+msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
 msgstr ""
 
-#: cgraphunit.c:741
+#: rtl.c:484
 #, gcc-internal-format
-msgid "edge points to wrong declaration:"
+msgid ""
+"RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
 msgstr ""
 
-#: cgraphunit.c:750
+#: rtl.c:494
 #, gcc-internal-format
-msgid "missing callgraph edge for call stmt:"
+msgid ""
+"RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
+"s:%d"
 msgstr ""
 
-#: cgraphunit.c:767
+#: rtl.c:503
 #, gcc-internal-format
-msgid "edge %s->%s has no corresponding call_stmt"
+msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
 msgstr ""
 
-#: cgraphunit.c:779
+#: rtl.c:513
 #, gcc-internal-format
-msgid "verify_cgraph_node failed"
+msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
 msgstr ""
 
-#: cgraphunit.c:1016
+#: rtl.c:539
 #, gcc-internal-format
-msgid "failed to reclaim unneeded function"
+msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
 msgstr ""
 
-#: cgraphunit.c:1296
+#: rtl.c:550
 #, gcc-internal-format
-msgid "nodes with no released memory found"
+msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
 msgstr ""
 
-#: collect2.c:1172
+#: stmt.c:317
 #, gcc-internal-format
-msgid "unknown demangling style '%s'"
+msgid "output operand constraint lacks %<=%>"
 msgstr ""
 
-#: collect2.c:1495
+#: stmt.c:332
 #, gcc-internal-format
-msgid "%s terminated with signal %d [%s]%s"
+msgid "output constraint %qc for operand %d is not at the beginning"
 msgstr ""
 
-#: collect2.c:1513
+#: stmt.c:355
 #, gcc-internal-format
-msgid "%s returned %d exit status"
+msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
 msgstr ""
 
-#: collect2.c:2175
+#: stmt.c:362 stmt.c:461
 #, gcc-internal-format
-msgid "cannot find 'ldd'"
+msgid "%<%%%> constraint used with last operand"
 msgstr ""
 
-#: convert.c:65
+#: stmt.c:381
 #, gcc-internal-format
-msgid "cannot convert to a pointer type"
+msgid "matching constraint not valid in output operand"
 msgstr ""
 
-#: convert.c:298
+#: stmt.c:452
 #, gcc-internal-format
-msgid "pointer value used where a floating point value was expected"
+msgid "input operand constraint contains %qc"
 msgstr ""
 
-#: convert.c:302
+#: stmt.c:494
 #, gcc-internal-format
-msgid "aggregate value used where a float was expected"
+msgid "matching constraint references invalid operand number"
 msgstr ""
 
-#: convert.c:327
+#: stmt.c:532
 #, gcc-internal-format
-msgid "conversion to incomplete type"
+msgid "invalid punctuation %qc in constraint"
 msgstr ""
 
-#: convert.c:684 convert.c:760
+#: stmt.c:556
 #, gcc-internal-format
-msgid "can't convert between vector values of different size"
+msgid "matching constraint does not allow a register"
 msgstr ""
 
-#: convert.c:690
+#: stmt.c:598
 #, gcc-internal-format
-msgid "aggregate value used where an integer was expected"
+msgid "asm-specifier for variable %qs conflicts with asm clobber list"
 msgstr ""
 
-#: convert.c:740
+#: stmt.c:686
 #, gcc-internal-format
-msgid "pointer value used where a complex was expected"
+msgid "unknown register name %qs in %<asm%>"
 msgstr ""
 
-#: convert.c:744
+#: stmt.c:694
 #, gcc-internal-format
-msgid "aggregate value used where a complex was expected"
+msgid "PIC register %qs clobbered in %<asm%>"
 msgstr ""
 
-#: convert.c:766
+#: stmt.c:741
 #, gcc-internal-format
-msgid "can't convert value to a vector"
+msgid "more than %d operands in %<asm%>"
 msgstr ""
 
-#: coverage.c:183
+#: stmt.c:804
 #, gcc-internal-format
-msgid "%qs is not a gcov data file"
+msgid "output number %d not directly addressable"
 msgstr ""
 
-#: coverage.c:194
+#: stmt.c:883
 #, gcc-internal-format
-msgid "%qs is version %q.*s, expected version %q.*s"
+msgid "asm operand %d probably doesn%'t match constraints"
 msgstr ""
 
-#: coverage.c:274 coverage.c:282
+#: stmt.c:893
 #, gcc-internal-format
-msgid "coverage mismatch for function %u while reading execution counters"
+msgid "use of memory input without lvalue in asm operand %d is deprecated"
 msgstr ""
 
-#: coverage.c:276 coverage.c:359
+#: stmt.c:1040
 #, gcc-internal-format
-msgid "checksum is %x instead of %x"
+msgid "asm clobber conflict with output operand"
 msgstr ""
 
-#: coverage.c:284 coverage.c:367
+#: stmt.c:1045
 #, gcc-internal-format
-msgid "number of counters is %d instead of %d"
+msgid "asm clobber conflict with input operand"
 msgstr ""
 
-#: coverage.c:290
+#: stmt.c:1122
 #, gcc-internal-format
-msgid "cannot merge separate %s counters for function %u"
+msgid "too many alternatives in %<asm%>"
 msgstr ""
 
-#: coverage.c:311
+#: stmt.c:1134
 #, gcc-internal-format
-msgid "%qs has overflowed"
+msgid "operand constraints for %<asm%> differ in number of alternatives"
 msgstr ""
 
-#: coverage.c:311
+#: stmt.c:1187
 #, gcc-internal-format
-msgid "%qs is corrupted"
+msgid "duplicate asm operand name %qs"
 msgstr ""
 
-#: coverage.c:348
+#: stmt.c:1285
 #, gcc-internal-format
-msgid "no coverage for function %qs found"
+msgid "missing close brace for named operand"
 msgstr ""
 
-#: coverage.c:356 coverage.c:364
+#: stmt.c:1313
 #, gcc-internal-format
-msgid "coverage mismatch for function %qs while reading counter %qs"
+msgid "undefined named operand %qs"
 msgstr ""
 
-#: coverage.c:523
+#: stmt.c:1457
 #, gcc-internal-format
-msgid "cannot open %s"
+msgid "%Hvalue computed is not used"
 msgstr ""
 
-#: coverage.c:558
+#: stor-layout.c:149
 #, gcc-internal-format
-msgid "error writing %qs"
+msgid "type size can%'t be explicitly evaluated"
 msgstr ""
 
-#: diagnostic.c:590
+#: stor-layout.c:151
 #, gcc-internal-format
-msgid "in %s, at %s:%d"
+msgid "variable-size type declared outside of any function"
 msgstr ""
 
-#: dominance.c:855
+#: stor-layout.c:455
 #, gcc-internal-format
-msgid "dominator of %d status unknown"
+msgid "size of %q+D is %d bytes"
 msgstr ""
 
-#: dominance.c:857
+#: stor-layout.c:457
 #, gcc-internal-format
-msgid "dominator of %d should be %d, not %d"
+msgid "size of %q+D is larger than %wd bytes"
 msgstr ""
 
-#: dominance.c:869
+#: stor-layout.c:865
 #, gcc-internal-format
-msgid "ENTRY does not dominate bb %d"
+msgid "packed attribute causes inefficient alignment for %q+D"
 msgstr ""
 
-#: dwarf2out.c:3469
+#: stor-layout.c:868
 #, gcc-internal-format
-msgid "DW_LOC_OP %s not implemented"
+msgid "packed attribute is unnecessary for %q+D"
 msgstr ""
 
-#: emit-rtl.c:2266
+#. No, we need to skip space before this field.
+#. Bump the cumulative size to multiple of field alignment.
+#: stor-layout.c:883
 #, gcc-internal-format
-msgid "invalid rtl sharing found in the insn"
+msgid "padding struct to align %q+D"
 msgstr ""
 
-#: emit-rtl.c:2268
+#: stor-layout.c:1282
 #, gcc-internal-format
-msgid "shared rtx"
+msgid "padding struct size to alignment boundary"
 msgstr ""
 
-#: emit-rtl.c:2270 flow.c:495 flow.c:520 flow.c:542
+#: stor-layout.c:1312
 #, gcc-internal-format
-msgid "internal consistency failure"
+msgid "packed attribute causes inefficient alignment for %qs"
 msgstr ""
 
-#: emit-rtl.c:3334
+#: stor-layout.c:1316
 #, gcc-internal-format
-msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
+msgid "packed attribute is unnecessary for %qs"
 msgstr ""
 
-#: errors.c:133 java/jv-scan.c:289
+#: stor-layout.c:1322
 #, gcc-internal-format
-msgid "abort in %s, at %s:%d"
+msgid "packed attribute causes inefficient alignment"
 msgstr ""
 
-#: except.c:333
+#: stor-layout.c:1324
 #, gcc-internal-format
-msgid "exception handling disabled, use -fexceptions to enable"
+msgid "packed attribute is unnecessary"
 msgstr ""
 
-#: except.c:2757
+#: stor-layout.c:1835
 #, gcc-internal-format
-msgid "argument of %<__builtin_eh_return_regno%> must be constant"
+msgid "alignment of array elements is greater than element size"
 msgstr ""
 
-#: except.c:2888
+#: targhooks.c:98
 #, gcc-internal-format
-msgid "__builtin_eh_return not supported on this target"
+msgid "__builtin_saveregs not supported by this target"
 msgstr ""
 
-#: except.c:3738 except.c:3747
+#: tlink.c:484
 #, gcc-internal-format
-msgid "region_array is corrupted for region %i"
+msgid "repository file '%s' does not contain command-line arguments"
 msgstr ""
 
-#: except.c:3752
+#: tlink.c:705
 #, gcc-internal-format
-msgid "outer block of region %i is wrong"
+msgid ""
+"'%s' was assigned to '%s', but was not defined during recompilation, or vice "
+"versa"
 msgstr ""
 
-#: except.c:3757
+#: tlink.c:775
 #, gcc-internal-format
-msgid "region %i may contain throw and is contained in region that may not"
+msgid "ld returned %d exit status"
 msgstr ""
 
-#: except.c:3763
+#: toplev.c:512
 #, gcc-internal-format
-msgid "negative nesting depth of region %i"
+msgid "invalid option argument %qs"
 msgstr ""
 
-#: except.c:3783
+#: toplev.c:602
 #, gcc-internal-format
-msgid "tree list ends on depth %i"
+msgid "getting core file size maximum limit: %m"
 msgstr ""
 
-#: except.c:3788
+#: toplev.c:605
 #, gcc-internal-format
-msgid "array does not match the region tree"
+msgid "setting core file size limit to maximum: %m"
 msgstr ""
 
-#: except.c:3794
+#: toplev.c:823
 #, gcc-internal-format
-msgid "verify_eh_tree failed"
+msgid "%q+F declared %<static%> but never defined"
 msgstr ""
 
-#: explow.c:1212
+#: toplev.c:848
 #, gcc-internal-format
-msgid "stack limits not supported on this target"
+msgid "%q+D defined but not used"
 msgstr ""
 
-#: fold-const.c:3309 fold-const.c:3320
+#: toplev.c:891 toplev.c:915
 #, gcc-internal-format
-msgid "comparison is always %d due to width of bit-field"
+msgid "%qs is deprecated (declared at %s:%d)"
 msgstr ""
 
-#: fold-const.c:4903 fold-const.c:4918
+#: toplev.c:919
 #, gcc-internal-format
-msgid "comparison is always %d"
+msgid "type is deprecated (declared at %s:%d)"
 msgstr ""
 
-#: fold-const.c:5047
+#: toplev.c:925
 #, gcc-internal-format
-msgid "%<or%> of unmatched not-equal tests is always 1"
+msgid "%qs is deprecated"
 msgstr ""
 
-#: fold-const.c:5052
+#: toplev.c:927
 #, gcc-internal-format
-msgid "%<and%> of mutually exclusive equal-tests is always 0"
+msgid "type is deprecated"
 msgstr ""
 
-#: fold-const.c:10273
+#: toplev.c:1094
 #, gcc-internal-format
-msgid "fold check: original tree changed by fold"
+msgid "unrecognized gcc debugging option: %c"
 msgstr ""
 
-#: function.c:823 varasm.c:1669
+#: toplev.c:1247
 #, gcc-internal-format
-msgid "size of variable %q+D is too large"
+msgid "can%'t open %s for writing: %m"
 msgstr ""
 
-#: function.c:1526
+#: toplev.c:1591
 #, gcc-internal-format
-msgid "impossible constraint in %<asm%>"
+msgid "instruction scheduling not supported on this target machine"
 msgstr ""
 
-#: function.c:3467
+#: toplev.c:1595
 #, gcc-internal-format
-msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
+msgid "this target machine does not have delayed branches"
 msgstr ""
 
-#: function.c:3488
+#: toplev.c:1609
 #, gcc-internal-format
-msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
+msgid "-f%sleading-underscore not supported on this target machine"
 msgstr ""
 
-#: function.c:3883
+#: toplev.c:1682
 #, gcc-internal-format
-msgid "function returns an aggregate"
+msgid "target system does not support the \"%s\" debug format"
 msgstr ""
 
-#: function.c:4311
+#: toplev.c:1694
 #, gcc-internal-format
-msgid "unused parameter %q+D"
+msgid "variable tracking requested, but useless unless producing debug info"
 msgstr ""
 
-#: gcc.c:1244
+#: toplev.c:1697
 #, gcc-internal-format
-msgid "ambiguous abbreviation %s"
+msgid "variable tracking requested, but not supported by this debug format"
 msgstr ""
 
-#: gcc.c:1271
+#: toplev.c:1717
 #, gcc-internal-format
-msgid "incomplete '%s' option"
+msgid "can%'t open %s: %m"
 msgstr ""
 
-#: gcc.c:1282
+#: toplev.c:1724
 #, gcc-internal-format
-msgid "missing argument to '%s' option"
+msgid "-ffunction-sections not supported for this target"
 msgstr ""
 
-#: gcc.c:1295
+#: toplev.c:1729
 #, gcc-internal-format
-msgid "extraneous argument to '%s' option"
+msgid "-fdata-sections not supported for this target"
 msgstr ""
 
-#: gcc.c:3799
+#: toplev.c:1736
 #, gcc-internal-format
-msgid "warning: -pipe ignored because -save-temps specified"
+msgid "-ffunction-sections disabled; it makes profiling impossible"
 msgstr ""
 
-#: gcc.c:4100
+#: toplev.c:1743
 #, gcc-internal-format
-msgid "warning: '-x %s' after last input file has no effect"
+msgid "-fprefetch-loop-arrays not supported for this target"
 msgstr ""
 
-#. Catch the case where a spec string contains something like
-#. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
-#. hand side of the :.
-#: gcc.c:5169
+#: toplev.c:1749
 #, gcc-internal-format
-msgid "spec failure: '%%*' has not been initialized by pattern match"
+msgid ""
+"-fprefetch-loop-arrays not supported for this target (try -march switches)"
 msgstr ""
 
-#: gcc.c:5178
+#: toplev.c:1758
 #, gcc-internal-format
-msgid "warning: use of obsolete %%[ operator in specs"
+msgid "-fprefetch-loop-arrays is not supported with -Os"
 msgstr ""
 
-#: gcc.c:5259
+#: toplev.c:1764
 #, gcc-internal-format
-msgid "spec failure: unrecognized spec option '%c'"
+msgid "-ffunction-sections may affect debugging on some targets"
 msgstr ""
 
-#: gcc.c:6183
+#: toplev.c:1779
 #, gcc-internal-format
-msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC"
+msgid "-fstack-protector not supported for this target"
 msgstr ""
 
-#: gcc.c:6206
+#: toplev.c:1792
 #, gcc-internal-format
-msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC"
+msgid "unwind tables currently requires a frame pointer for correctness"
 msgstr ""
 
-#: gcc.c:6295
+#: toplev.c:1897
 #, gcc-internal-format
-msgid "unrecognized option '-%s'"
+msgid "error writing to %s: %m"
 msgstr ""
 
-#: gcc.c:6483 gcc.c:6546
+#: toplev.c:1899 java/jcf-parse.c:1099 java/jcf-write.c:3539
 #, gcc-internal-format
-msgid "%s: %s compiler not installed on this system"
+msgid "error closing %s: %m"
 msgstr ""
 
-#: gcc.c:6638
+#: tree-cfg.c:1422 tree-cfg.c:2060 tree-cfg.c:2063
 #, gcc-internal-format
-msgid "%s: linker input file unused because linking not done"
+msgid "%Hwill never be executed"
 msgstr ""
 
-#: gcc.c:6678
+#: tree-cfg.c:3149
 #, gcc-internal-format
-msgid "language %s not recognized"
+msgid "SSA name in freelist but still referenced"
 msgstr ""
 
-#: gcc.c:6749
+#: tree-cfg.c:3158
 #, gcc-internal-format
-msgid "%s: %s"
+msgid "ASSERT_EXPR with an always-false condition"
 msgstr ""
 
-#: gcse.c:6542
+#: tree-cfg.c:3168
 #, gcc-internal-format
-msgid "%s: %d basic blocks and %d edges/basic block"
+msgid "GIMPLE register modified with BIT_FIELD_REF"
 msgstr ""
 
-#: gcse.c:6555
+#: tree-cfg.c:3203
 #, gcc-internal-format
-msgid "%s: %d basic blocks and %d registers"
+msgid "invariant not recomputed when ADDR_EXPR changed"
 msgstr ""
 
-#: ggc-common.c:404 ggc-common.c:412 ggc-common.c:480 ggc-common.c:499
-#: ggc-page.c:2110 ggc-page.c:2141 ggc-page.c:2148 ggc-zone.c:2291
-#: ggc-zone.c:2306
+#: tree-cfg.c:3209
 #, gcc-internal-format
-msgid "can't write PCH file: %m"
+msgid "constant not recomputed when ADDR_EXPR changed"
 msgstr ""
 
-#: ggc-common.c:492 config/i386/host-cygwin.c:58
+#: tree-cfg.c:3214
 #, gcc-internal-format
-msgid "can't get position in PCH file: %m"
+msgid "side effects not recomputed when ADDR_EXPR changed"
 msgstr ""
 
-#: ggc-common.c:502
+#: tree-cfg.c:3230
 #, gcc-internal-format
-msgid "can't write padding to PCH file: %m"
+msgid "address taken, but ADDRESSABLE bit not set"
 msgstr ""
 
-#: ggc-common.c:557 ggc-common.c:565 ggc-common.c:572 ggc-common.c:575
-#: ggc-common.c:585 ggc-common.c:588 ggc-page.c:2235 ggc-zone.c:2325
+#: tree-cfg.c:3240
 #, gcc-internal-format
-msgid "can't read PCH file: %m"
+msgid "non-boolean used in condition"
 msgstr ""
 
-#: ggc-common.c:580
+#: tree-cfg.c:3245
 #, gcc-internal-format
-msgid "had to relocate PCH"
+msgid "invalid conditional operand"
 msgstr ""
 
-#: ggc-page.c:1448
+#: tree-cfg.c:3300
 #, gcc-internal-format
-msgid "open /dev/zero: %m"
+msgid "invalid reference prefix"
 msgstr ""
 
-#: ggc-page.c:2126 ggc-page.c:2132
+#: tree-cfg.c:3365
 #, gcc-internal-format
-msgid "can't write PCH file"
+msgid "is not a valid GIMPLE statement"
 msgstr ""
 
-#: ggc-zone.c:2288 ggc-zone.c:2299
+#: tree-cfg.c:3385
 #, gcc-internal-format
-msgid "can't seek PCH file: %m"
+msgid "statement marked for throw, but doesn%'t"
 msgstr ""
 
-#: ggc-zone.c:2302
+#: tree-cfg.c:3390
 #, gcc-internal-format
-msgid "can't write PCH fle: %m"
+msgid "statement marked for throw in middle of block"
 msgstr ""
 
-#: gimple-low.c:202
+#: tree-cfg.c:3485
 #, gcc-internal-format
-msgid "unexpected node"
+msgid "bb_for_stmt (phi) is set to a wrong basic block"
 msgstr ""
 
-#: gimplify.c:3554
+#: tree-cfg.c:3500
 #, gcc-internal-format
-msgid "invalid lvalue in asm output %d"
+msgid "PHI def is not a GIMPLE value"
 msgstr ""
 
-#: gimplify.c:3666
+#: tree-cfg.c:3516 tree-cfg.c:3539
 #, gcc-internal-format
-msgid "memory input %d is not directly addressable"
+msgid "incorrect sharing of tree nodes"
 msgstr ""
 
-#: gimplify.c:4552
+#: tree-cfg.c:3530
 #, gcc-internal-format
-msgid "gimplification failed"
+msgid "bb_for_stmt (stmt) is set to a wrong basic block"
 msgstr ""
 
-#: global.c:376 global.c:389 global.c:403
+#: tree-cfg.c:3548
 #, gcc-internal-format
-msgid "%s cannot be used in asm here"
+msgid "verify_stmts failed"
 msgstr ""
 
-#: graph.c:403 java/jcf-parse.c:1080 java/jcf-parse.c:1215 java/lex.c:1855
-#: objc/objc-act.c:501
+#: tree-cfg.c:3569
 #, gcc-internal-format
-msgid "can't open %s: %m"
+msgid "ENTRY_BLOCK has a statement list associated with it"
 msgstr ""
 
-#: haifa-sched.c:182
+#: tree-cfg.c:3575
 #, gcc-internal-format
-msgid "fix_sched_param: unknown param: %s"
+msgid "EXIT_BLOCK has a statement list associated with it"
 msgstr ""
 
-#. Eventually this should become a hard error IMO.
-#: opts.c:261
+#: tree-cfg.c:3582
 #, gcc-internal-format
-msgid "command line option \"%s\" is valid for %s but not for %s"
+msgid "fallthru to exit from bb %d"
 msgstr ""
 
-#: opts.c:315
+#: tree-cfg.c:3604
 #, gcc-internal-format
-msgid "command line option %qs is not supported by this configuration"
+msgid "nonlocal label %s is not first in a sequence of labels in bb %d"
 msgstr ""
 
-#: opts.c:359
+#: tree-cfg.c:3613
 #, gcc-internal-format
-msgid "missing argument to \"%s\""
+msgid "label %s to block does not match in bb %d"
 msgstr ""
 
-#: opts.c:369
+#: tree-cfg.c:3622
 #, gcc-internal-format
-msgid "argument to \"%s\" should be a non-negative integer"
+msgid "label %s has incorrect context in bb %d"
 msgstr ""
 
-#: opts.c:457
+#: tree-cfg.c:3636
 #, gcc-internal-format
-msgid "unrecognized command line option \"%s\""
+msgid "control flow in the middle of basic block %d"
 msgstr ""
 
-#: opts.c:670
+#: tree-cfg.c:3646
 #, gcc-internal-format
-msgid "-Wuninitialized is not supported without -O"
+msgid "label %s in the middle of basic block %d"
 msgstr ""
 
-#: opts.c:684
+#: tree-cfg.c:3665
 #, gcc-internal-format
-msgid "-freorder-blocks-and-partition does not work with exceptions"
+msgid "fallthru edge after a control statement in bb %d"
 msgstr ""
 
-#: opts.c:693
+#: tree-cfg.c:3680
 #, gcc-internal-format
-msgid "-freorder-blocks-and-partition does not work on this architecture"
+msgid "structured COND_EXPR at the end of bb %d"
 msgstr ""
 
-#: opts.c:861
+#: tree-cfg.c:3693 tree-cfg.c:3731 tree-cfg.c:3744 tree-cfg.c:3815
 #, gcc-internal-format
-msgid "structure alignment must be a small power of two, not %d"
+msgid "wrong outgoing edge flags at end of bb %d"
 msgstr ""
 
-#: opts.c:919
+#: tree-cfg.c:3701
 #, gcc-internal-format
-msgid "unrecognized visibility value \"%s\""
+msgid "%<then%> label does not match edge at end of bb %d"
 msgstr ""
 
-#: opts.c:967
+#: tree-cfg.c:3709
 #, gcc-internal-format
-msgid "unrecognized register name \"%s\""
+msgid "%<else%> label does not match edge at end of bb %d"
 msgstr ""
 
-#: opts.c:991
+#: tree-cfg.c:3719
 #, gcc-internal-format
-msgid "unknown tls-model \"%s\""
+msgid "explicit goto at end of bb %d"
 msgstr ""
 
-#: opts.c:1041
+#: tree-cfg.c:3749
 #, gcc-internal-format
-msgid "-f[no-]force-mem is nop and option will be removed in 4.2"
+msgid "return edge does not point to exit in bb %d"
 msgstr ""
 
-#: opts.c:1064
+#: tree-cfg.c:3782
 #, gcc-internal-format
-msgid "%s: --param arguments should be of the form NAME=VALUE"
+msgid "found default case not at end of case vector"
 msgstr ""
 
-#: opts.c:1069
+#: tree-cfg.c:3788
 #, gcc-internal-format
-msgid "invalid --param value %qs"
+msgid "case labels not sorted:"
 msgstr ""
 
-#: opts.c:1166
+#: tree-cfg.c:3799
 #, gcc-internal-format
-msgid "target system does not support debug output"
+msgid "no default case found at end of case vector"
 msgstr ""
 
-#: opts.c:1173
+#: tree-cfg.c:3807
 #, gcc-internal-format
-msgid "debug format \"%s\" conflicts with prior selection"
+msgid "extra outgoing edge %d->%d"
 msgstr ""
 
-#: opts.c:1189
+#: tree-cfg.c:3829
 #, gcc-internal-format
-msgid "unrecognised debug output level \"%s\""
+msgid "missing edge %i->%i"
 msgstr ""
 
-#: opts.c:1191
+#: tree-cfg.c:5123 tree-cfg.c:5127
 #, gcc-internal-format
-msgid "debug output level %s is too high"
+msgid "%H%<noreturn%> function does return"
 msgstr ""
 
-#: params.c:71
+#: tree-cfg.c:5149 tree-cfg.c:5154
 #, gcc-internal-format
-msgid "minimum value of parameter %qs is %u"
+msgid "%Hcontrol reaches end of non-void function"
 msgstr ""
 
-#: params.c:76
+#: tree-cfg.c:5214
 #, gcc-internal-format
-msgid "maximum value of parameter %qs is %u"
+msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
 msgstr ""
 
-#. If we didn't find this parameter, issue an error message.
-#: params.c:85
+#: tree-dump.c:856
 #, gcc-internal-format
-msgid "invalid parameter %qs"
+msgid "could not open dump file %qs: %s"
 msgstr ""
 
-#: profile.c:287
+#: tree-dump.c:987
 #, gcc-internal-format
-msgid "corrupted profile info: run_max * runs < sum_max"
+msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
 msgstr ""
 
-#: profile.c:293
+#: tree-eh.c:1767
 #, gcc-internal-format
-msgid "corrupted profile info: sum_all is smaller than sum_max"
+msgid "EH edge %i->%i is missing"
 msgstr ""
 
-#: profile.c:338
+#: tree-eh.c:1772
 #, gcc-internal-format
-msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
+msgid "EH edge %i->%i miss EH flag"
 msgstr ""
 
-#: profile.c:503
+#. ??? might not be mistake.
+#: tree-eh.c:1778
 #, gcc-internal-format
-msgid ""
-"corrupted profile info: number of iterations for basic block %d thought to "
-"be %i"
+msgid "EH edge %i->%i has duplicated regions"
 msgstr ""
 
-#: profile.c:524
+#: tree-eh.c:1812
 #, gcc-internal-format
-msgid ""
-"corrupted profile info: number of executions for edge %d-%d thought to be %i"
+msgid "BB %i can not throw but has EH edges"
 msgstr ""
 
-#: reg-stack.c:526
+#: tree-eh.c:1819
 #, gcc-internal-format
-msgid "output constraint %d must specify a single register"
+msgid "BB %i last statement has incorrectly set region"
 msgstr ""
 
-#: reg-stack.c:536
+#: tree-eh.c:1830
 #, gcc-internal-format
-msgid "output constraint %d cannot be specified together with \"%s\" clobber"
+msgid "unnecessary EH edge %i->%i"
 msgstr ""
 
-#: reg-stack.c:559
+#: tree-inline.c:1373
 #, gcc-internal-format
-msgid "output regs must be grouped at top of stack"
+msgid ""
+"function %q+F can never be inlined because it uses alloca (override using "
+"the always_inline attribute)"
 msgstr ""
 
-#: reg-stack.c:596
+#: tree-inline.c:1385
 #, gcc-internal-format
-msgid "implicitly popped regs must be grouped at top of stack"
+msgid "function %q+F can never be inlined because it uses setjmp"
 msgstr ""
 
-#: reg-stack.c:615
+#: tree-inline.c:1399
 #, gcc-internal-format
-msgid "output operand %d must use %<&%> constraint"
+msgid ""
+"function %q+F can never be inlined because it uses variable argument lists"
 msgstr ""
 
-#: regclass.c:766
+#: tree-inline.c:1410
 #, gcc-internal-format
-msgid "can't use '%s' as a %s register"
+msgid ""
+"function %q+F can never be inlined because it uses setjmp-longjmp exception "
+"handling"
 msgstr ""
 
-#: regclass.c:781 config/ia64/ia64.c:4943 config/ia64/ia64.c:4950
-#: config/pa/pa.c:339 config/pa/pa.c:346
+#: tree-inline.c:1417
 #, gcc-internal-format
-msgid "unknown register name: %s"
+msgid "function %q+F can never be inlined because it uses non-local goto"
 msgstr ""
 
-#: regclass.c:791
+#: tree-inline.c:1428
 #, gcc-internal-format
-msgid "global register variable follows a function definition"
+msgid ""
+"function %q+F can never be inlined because it uses __builtin_return or "
+"__builtin_apply_args"
 msgstr ""
 
-#: regclass.c:795
+#: tree-inline.c:1447
 #, gcc-internal-format
-msgid "register used for two global register variables"
+msgid "function %q+F can never be inlined because it contains a computed goto"
 msgstr ""
 
-#: regclass.c:800
+#: tree-inline.c:1461
 #, gcc-internal-format
-msgid "call-clobbered register used for global register variable"
+msgid "function %q+F can never be inlined because it receives a non-local goto"
 msgstr ""
 
-#: regrename.c:1880
+#: tree-inline.c:1486
 #, gcc-internal-format
-msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
+msgid ""
+"function %q+F can never be inlined because it uses variable sized variables"
 msgstr ""
 
-#: regrename.c:1892
+#: tree-inline.c:2025 tree-inline.c:2035
 #, gcc-internal-format
-msgid "validate_value_data: Loop in regno chain (%u)"
+msgid "inlining failed in call to %q+F: %s"
 msgstr ""
 
-#: regrename.c:1895
+#: tree-inline.c:2026 tree-inline.c:2037
 #, gcc-internal-format
-msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
+msgid "called from here"
 msgstr ""
 
-#: regrename.c:1907
+#: tree-mudflap.c:847
 #, gcc-internal-format
-msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
+msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
 msgstr ""
 
-#: reload.c:1270
+#: tree-mudflap.c:1038
 #, gcc-internal-format
-msgid "cannot reload integer constant operand in %<asm%>"
+msgid "mudflap cannot track %qs in stub function"
 msgstr ""
 
-#: reload.c:1293
+#: tree-mudflap.c:1265
 #, gcc-internal-format
-msgid "impossible register constraint in %<asm%>"
+msgid "mudflap cannot track unknown size extern %qs"
 msgstr ""
 
-#: reload.c:3560
+#: tree-nomudflap.c:51
 #, gcc-internal-format
-msgid "%<&%> constraint used with no register class"
+msgid "mudflap: this language is not supported"
 msgstr ""
 
-#: reload.c:3731 reload.c:3963
+#: tree-optimize.c:478
 #, gcc-internal-format
-msgid "inconsistent operand constraints in an %<asm%>"
+msgid "size of return value of %q+D is %u bytes"
 msgstr ""
 
-#: reload1.c:1229
+#: tree-optimize.c:481
 #, gcc-internal-format
-msgid "frame size too large for reliable stack checking"
+msgid "size of return value of %q+D is larger than %wd bytes"
 msgstr ""
 
-#: reload1.c:1232
+#: tree-outof-ssa.c:614 tree-outof-ssa.c:629 tree-outof-ssa.c:643
+#: tree-outof-ssa.c:665 tree-outof-ssa.c:1120 tree-outof-ssa.c:1872
+#: tree-ssa-live.c:429 tree-ssa-live.c:1835
 #, gcc-internal-format
-msgid "try reducing the number of local variables"
+msgid "SSA corruption"
 msgstr ""
 
-#: reload1.c:1883
+#: tree-outof-ssa.c:2287
 #, gcc-internal-format
-msgid "can't find a register in class %qs while reloading %<asm%>"
+msgid " Pending stmts not issued on PRED edge (%d, %d)\n"
 msgstr ""
 
-#: reload1.c:1888
+#: tree-outof-ssa.c:2293
 #, gcc-internal-format
-msgid "unable to find a register to spill in class %qs"
+msgid " Pending stmts not issued on SUCC edge (%d, %d)\n"
 msgstr ""
 
-#: reload1.c:3925
+#: tree-outof-ssa.c:2300
 #, gcc-internal-format
-msgid "%<asm%> operand requires impossible reload"
+msgid " Pending stmts not issued on ENTRY edge (%d, %d)\n"
 msgstr ""
 
-#: reload1.c:5049
+#: tree-outof-ssa.c:2306
 #, gcc-internal-format
-msgid "%<asm%> operand constraint incompatible with operand size"
+msgid " Pending stmts not issued on EXIT edge (%d, %d)\n"
 msgstr ""
 
-#: reload1.c:6676
+#: tree-profile.c:216
 #, gcc-internal-format
-msgid "output operand is constant in %<asm%>"
+msgid "unimplemented functionality"
 msgstr ""
 
-#: rtl.c:474
+#: tree-ssa-loop-niter.c:1035
 #, gcc-internal-format
-msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
+msgid "%H%s"
 msgstr ""
 
-#: rtl.c:484
+#: tree-ssa-operands.c:1328
 #, gcc-internal-format
-msgid ""
-"RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
+msgid "internal error"
 msgstr ""
 
-#: rtl.c:494
+#: tree-ssa.c:111
 #, gcc-internal-format
-msgid ""
-"RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
-"s:%d"
+msgid "expected an SSA_NAME object"
 msgstr ""
 
-#: rtl.c:503
+#: tree-ssa.c:117
 #, gcc-internal-format
-msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
+msgid "type mismatch between an SSA_NAME and its symbol"
 msgstr ""
 
-#: rtl.c:513
+#: tree-ssa.c:123
 #, gcc-internal-format
-msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
+msgid "found an SSA_NAME that had been released into the free pool"
 msgstr ""
 
-#: rtl.c:539
+#: tree-ssa.c:129
 #, gcc-internal-format
-msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
+msgid "found a virtual definition for a GIMPLE register"
 msgstr ""
 
-#: rtl.c:550
+#: tree-ssa.c:135
 #, gcc-internal-format
-msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
+msgid "found a real definition for a non-register"
 msgstr ""
 
-#: stmt.c:317
+#: tree-ssa.c:142
 #, gcc-internal-format
-msgid "output operand constraint lacks %<=%>"
+msgid "found real variable when subvariables should have appeared"
 msgstr ""
 
-#: stmt.c:332
+#: tree-ssa.c:171
 #, gcc-internal-format
-msgid "output constraint %qc for operand %d is not at the beginning"
+msgid "SSA_NAME created in two different blocks %i and %i"
 msgstr ""
 
-#: stmt.c:355
+#: tree-ssa.c:180
 #, gcc-internal-format
-msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
+msgid "SSA_NAME_DEF_STMT is wrong"
 msgstr ""
 
-#: stmt.c:362 stmt.c:461
+#: tree-ssa.c:238
 #, gcc-internal-format
-msgid "%<%%%> constraint used with last operand"
+msgid "missing definition"
 msgstr ""
 
-#: stmt.c:381
+#: tree-ssa.c:244
 #, gcc-internal-format
-msgid "matching constraint not valid in output operand"
+msgid "definition in block %i does not dominate use in block %i"
 msgstr ""
 
-#: stmt.c:452
+#: tree-ssa.c:252
 #, gcc-internal-format
-msgid "input operand constraint contains %qc"
+msgid "definition in block %i follows the use"
 msgstr ""
 
-#: stmt.c:494
+#: tree-ssa.c:259
 #, gcc-internal-format
-msgid "matching constraint references invalid operand number"
+msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
 msgstr ""
 
-#: stmt.c:532
+#: tree-ssa.c:267
 #, gcc-internal-format
-msgid "invalid punctuation %qc in constraint"
+msgid "no immediate_use list"
 msgstr ""
 
-#: stmt.c:556
+#: tree-ssa.c:279
 #, gcc-internal-format
-msgid "matching constraint does not allow a register"
+msgid "wrong immediate use list"
 msgstr ""
 
-#: stmt.c:598
+#: tree-ssa.c:312
 #, gcc-internal-format
-msgid "asm-specifier for variable %qs conflicts with asm clobber list"
+msgid "incoming edge count does not match number of PHI arguments"
 msgstr ""
 
-#: stmt.c:686
+#: tree-ssa.c:327
 #, gcc-internal-format
-msgid "unknown register name %qs in %<asm%>"
+msgid "PHI argument is missing for edge %d->%d"
 msgstr ""
 
-#: stmt.c:694
+#: tree-ssa.c:336
 #, gcc-internal-format
-msgid "PIC register %qs clobbered in %<asm%>"
+msgid "PHI argument is not SSA_NAME, or invariant"
 msgstr ""
 
-#: stmt.c:741
+#: tree-ssa.c:348
 #, gcc-internal-format
-msgid "more than %d operands in %<asm%>"
+msgid "wrong edge %d->%d for PHI argument"
 msgstr ""
 
-#: stmt.c:804
+#: tree-ssa.c:397
 #, gcc-internal-format
-msgid "output number %d not directly addressable"
+msgid "non-addressable variable inside an alias set"
 msgstr ""
 
-#: stmt.c:883
+#: tree-ssa.c:413
 #, gcc-internal-format
-msgid "asm operand %d probably doesn%'t match constraints"
+msgid "addressable variable that is an alias tag but is not in any alias set"
 msgstr ""
 
-#: stmt.c:893
+#: tree-ssa.c:423
 #, gcc-internal-format
-msgid "use of memory input without lvalue in asm operand %d is deprecated"
+msgid "verify_flow_insensitive_alias_info failed"
 msgstr ""
 
-#: stmt.c:1040
+#: tree-ssa.c:465
 #, gcc-internal-format
-msgid "asm clobber conflict with output operand"
+msgid "dereferenced pointers should have a name or a type tag"
 msgstr ""
 
-#: stmt.c:1045
+#: tree-ssa.c:472
 #, gcc-internal-format
-msgid "asm clobber conflict with input operand"
+msgid "pointers with a memory tag, should have points-to sets"
 msgstr ""
 
-#: stmt.c:1122
+#: tree-ssa.c:480
 #, gcc-internal-format
-msgid "too many alternatives in %<asm%>"
+msgid "pointer escapes but its name tag is not call-clobbered"
 msgstr ""
 
-#: stmt.c:1134
+#: tree-ssa.c:489
 #, gcc-internal-format
-msgid "operand constraints for %<asm%> differ in number of alternatives"
+msgid "verify_flow_sensitive_alias_info failed"
 msgstr ""
 
-#: stmt.c:1187
+#: tree-ssa.c:566
 #, gcc-internal-format
-msgid "duplicate asm operand name %qs"
+msgid ""
+"alias set of a pointer's type tag should be a superset of the corresponding "
+"name tag"
 msgstr ""
 
-#: stmt.c:1285
+#: tree-ssa.c:582
 #, gcc-internal-format
-msgid "missing close brace for named operand"
+msgid ""
+"two different pointers with identical points-to sets but different name tags"
 msgstr ""
 
-#: stmt.c:1313
+#: tree-ssa.c:614
 #, gcc-internal-format
-msgid "undefined named operand %qs"
+msgid "verify_name_tags failed"
 msgstr ""
 
-#: stmt.c:1457
+#: tree-ssa.c:685
 #, gcc-internal-format
-msgid "%Hvalue computed is not used"
+msgid "AUX pointer initialized for edge %d->%d"
 msgstr ""
 
-#: stor-layout.c:149
+#: tree-ssa.c:708
 #, gcc-internal-format
-msgid "type size can%'t be explicitly evaluated"
+msgid "stmt (%p) marked modified after optimization pass : "
 msgstr ""
 
-#: stor-layout.c:151
+#: tree-ssa.c:726
 #, gcc-internal-format
-msgid "variable-size type declared outside of any function"
+msgid "statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS"
 msgstr ""
 
-#: stor-layout.c:455
+#: tree-ssa.c:737
 #, gcc-internal-format
-msgid "size of %q+D is %d bytes"
+msgid "statement makes aliased stores, but has no V_MAY_DEFS"
 msgstr ""
 
-#: stor-layout.c:457
+#: tree-ssa.c:776
 #, gcc-internal-format
-msgid "size of %q+D is larger than %wd bytes"
+msgid "verify_ssa failed"
 msgstr ""
 
-#: stor-layout.c:855
+#. We only do data flow with SSA_NAMEs, so that's all we
+#. can warn about.
+#: tree-ssa.c:1163
 #, gcc-internal-format
-msgid "packed attribute causes inefficient alignment for %q+D"
+msgid "%H%qD is used uninitialized in this function"
 msgstr ""
 
-#: stor-layout.c:858
+#: tree-ssa.c:1201
 #, gcc-internal-format
-msgid "packed attribute is unnecessary for %q+D"
+msgid "%H%qD may be used uninitialized in this function"
 msgstr ""
 
-#. No, we need to skip space before this field.
-#. Bump the cumulative size to multiple of field alignment.
-#: stor-layout.c:873
+#: tree-vect-transform.c:561
 #, gcc-internal-format
-msgid "padding struct to align %q+D"
+msgid "no support for induction"
 msgstr ""
 
-#: stor-layout.c:1272
+#: tree.c:3495
 #, gcc-internal-format
-msgid "padding struct size to alignment boundary"
+msgid "%q+D already declared with dllexport attribute: dllimport ignored"
 msgstr ""
 
-#: stor-layout.c:1302
+#: tree.c:3507
 #, gcc-internal-format
-msgid "packed attribute causes inefficient alignment for %qs"
+msgid ""
+"%q+D redeclared without dllimport attribute after being referenced with dll "
+"linkage"
 msgstr ""
 
-#: stor-layout.c:1306
+#: tree.c:3523 config/i386/winnt-cxx.c:70
 #, gcc-internal-format
-msgid "packed attribute is unnecessary for %qs"
+msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
 msgstr ""
 
-#: stor-layout.c:1312
+#: tree.c:3575 config/darwin.c:1209 config/arm/arm.c:2888
+#: config/arm/arm.c:2916 config/avr/avr.c:4656 config/h8300/h8300.c:5282
+#: config/h8300/h8300.c:5306 config/i386/i386.c:2057 config/i386/i386.c:16691
+#: config/ia64/ia64.c:533 config/m68hc11/m68hc11.c:1118
+#: config/sh/symbian.c:409 config/sh/symbian.c:416
 #, gcc-internal-format
-msgid "packed attribute causes inefficient alignment"
+msgid "%qs attribute ignored"
 msgstr ""
 
-#: stor-layout.c:1314
+#: tree.c:3594
 #, gcc-internal-format
-msgid "packed attribute is unnecessary"
+msgid "inline function %q+D declared as  dllimport: attribute ignored"
 msgstr ""
 
-#: targhooks.c:97
+#: tree.c:3602
 #, gcc-internal-format
-msgid "__builtin_saveregs not supported by this target"
+msgid "function %q+D definition is marked dllimport"
 msgstr ""
 
-#: tlink.c:484
+#: tree.c:3610 config/sh/symbian.c:431
 #, gcc-internal-format
-msgid "repository file '%s' does not contain command-line arguments"
+msgid "variable %q+D definition is marked dllimport"
 msgstr ""
 
-#: tlink.c:705
+#: tree.c:3633 config/sh/symbian.c:506
 #, gcc-internal-format
-msgid ""
-"'%s' was assigned to '%s', but was not defined during recompilation, or vice "
-"versa"
+msgid "external linkage required for symbol %q+D because of %qs attribute"
 msgstr ""
 
-#: tlink.c:775
+#: tree.c:5045
 #, gcc-internal-format
-msgid "ld returned %d exit status"
+msgid "arrays of functions are not meaningful"
 msgstr ""
 
-#: toplev.c:512
+#: tree.c:5097
 #, gcc-internal-format
-msgid "invalid option argument %qs"
+msgid "function return type cannot be function"
 msgstr ""
 
-#: toplev.c:602
+#: tree.c:5997
 #, gcc-internal-format
-msgid "getting core file size maximum limit: %m"
+msgid "tree check: %s, have %s in %s, at %s:%d"
 msgstr ""
 
-#: toplev.c:605
+#: tree.c:6034
 #, gcc-internal-format
-msgid "setting core file size limit to maximum: %m"
+msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
 msgstr ""
 
-#: toplev.c:823
+#: tree.c:6047
 #, gcc-internal-format
-msgid "%q+F declared %<static%> but never defined"
+msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
 msgstr ""
 
-#: toplev.c:848
+#: tree.c:6072
 #, gcc-internal-format
-msgid "%q+D defined but not used"
+msgid ""
+"tree check: expected tree that contains %qs structure, have %qs  in %s, at %"
+"s:%d"
 msgstr ""
 
-#: toplev.c:891 toplev.c:915
+#: tree.c:6086
 #, gcc-internal-format
-msgid "%qs is deprecated (declared at %s:%d)"
+msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
 msgstr ""
 
-#: toplev.c:919
+#: tree.c:6098
 #, gcc-internal-format
-msgid "type is deprecated (declared at %s:%d)"
+msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
 msgstr ""
 
-#: toplev.c:925
+#: tree.c:6110
 #, gcc-internal-format
-msgid "%qs is deprecated"
+msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
 msgstr ""
 
-#: toplev.c:927
+#: value-prof.c:101
 #, gcc-internal-format
-msgid "type is deprecated"
+msgid ""
+"%HCorrupted value profile: %s profiler overall count (%d) does not match BB "
+"count (%d)"
 msgstr ""
 
-#: toplev.c:1094
+#: varasm.c:470
 #, gcc-internal-format
-msgid "unrecognized gcc debugging option: %c"
+msgid "%+D causes a section type conflict"
 msgstr ""
 
-#: toplev.c:1247
+#: varasm.c:930 varasm.c:938
 #, gcc-internal-format
-msgid "can%'t open %s for writing: %m"
+msgid "register name not specified for %q+D"
 msgstr ""
 
-#: toplev.c:1587
+#: varasm.c:940
 #, gcc-internal-format
-msgid "instruction scheduling not supported on this target machine"
+msgid "invalid register name for %q+D"
 msgstr ""
 
-#: toplev.c:1591
+#: varasm.c:942
 #, gcc-internal-format
-msgid "this target machine does not have delayed branches"
+msgid "data type of %q+D isn%'t suitable for a register"
 msgstr ""
 
-#: toplev.c:1605
+#: varasm.c:945
 #, gcc-internal-format
-msgid "-f%sleading-underscore not supported on this target machine"
+msgid "register specified for %q+D isn%'t suitable for data type"
 msgstr ""
 
-#: toplev.c:1679
+#: varasm.c:955
 #, gcc-internal-format
-msgid "target system does not support the \"%s\" debug format"
+msgid "global register variable has initial value"
 msgstr ""
 
-#: toplev.c:1691
+#: varasm.c:959
 #, gcc-internal-format
-msgid "variable tracking requested, but useless unless producing debug info"
+msgid "optimization may eliminate reads and/or writes to register variables"
 msgstr ""
 
-#: toplev.c:1694
+#: varasm.c:997
 #, gcc-internal-format
-msgid "variable tracking requested, but not supported by this debug format"
+msgid "register name given for non-register variable %q+D"
 msgstr ""
 
-#: toplev.c:1714
+#: varasm.c:1074
 #, gcc-internal-format
-msgid "can%'t open %s: %m"
+msgid "global destructors not supported on this target"
 msgstr ""
 
-#: toplev.c:1721
+#: varasm.c:1135
 #, gcc-internal-format
-msgid "-ffunction-sections not supported for this target"
+msgid "global constructors not supported on this target"
 msgstr ""
 
-#: toplev.c:1726
+#: varasm.c:1697
 #, gcc-internal-format
-msgid "-fdata-sections not supported for this target"
+msgid ""
+"alignment of %q+D is greater than maximum object file alignment.  Using %d"
 msgstr ""
 
-#: toplev.c:1733
+#: varasm.c:1736
 #, gcc-internal-format
-msgid "-ffunction-sections disabled; it makes profiling impossible"
+msgid "thread-local COMMON data not implemented"
 msgstr ""
 
-#: toplev.c:1740
+#: varasm.c:1761
 #, gcc-internal-format
-msgid "-fprefetch-loop-arrays not supported for this target"
+msgid ""
+"requested alignment for %q+D is greater than implemented alignment of %wu"
 msgstr ""
 
-#: toplev.c:1746
+#: varasm.c:3919
 #, gcc-internal-format
-msgid ""
-"-fprefetch-loop-arrays not supported for this target (try -march switches)"
+msgid "no-op convert from %wd to %wd bytes in initializer"
 msgstr ""
 
-#: toplev.c:1755
+#: varasm.c:3963
 #, gcc-internal-format
-msgid "-fprefetch-loop-arrays is not supported with -Os"
+msgid "initializer for integer value is too complicated"
 msgstr ""
 
-#: toplev.c:1761
+#: varasm.c:3968
 #, gcc-internal-format
-msgid "-ffunction-sections may affect debugging on some targets"
+msgid "initializer for floating value is not a floating constant"
 msgstr ""
 
-#: toplev.c:1776
+#: varasm.c:4237
 #, gcc-internal-format
-msgid "-fstack-protector not supported for this target"
+msgid "invalid initial value for member %qs"
 msgstr ""
 
-#: toplev.c:1882
+#: varasm.c:4437 varasm.c:4481
 #, gcc-internal-format
-msgid "error writing to %s: %m"
+msgid "weak declaration of %q+D must precede definition"
 msgstr ""
 
-#: toplev.c:1884 java/jcf-parse.c:1099 java/jcf-write.c:3539
+#: varasm.c:4445
 #, gcc-internal-format
-msgid "error closing %s: %m"
+msgid ""
+"weak declaration of %q+D after first use results in unspecified behavior"
 msgstr ""
 
-#: tree-cfg.c:1422 tree-cfg.c:2054 tree-cfg.c:2057
+#: varasm.c:4479
 #, gcc-internal-format
-msgid "%Hwill never be executed"
+msgid "weak declaration of %q+D must be public"
 msgstr ""
 
-#: tree-cfg.c:3143
+#: varasm.c:4488
 #, gcc-internal-format
-msgid "SSA name in freelist but still referenced"
+msgid "weak declaration of %q+D not supported"
 msgstr ""
 
-#: tree-cfg.c:3152
+#: varasm.c:4518
 #, gcc-internal-format
-msgid "ASSERT_EXPR with an always-false condition"
+msgid "only weak aliases are supported in this configuration"
 msgstr ""
 
-#: tree-cfg.c:3162
+#: varasm.c:4748
 #, gcc-internal-format
-msgid "GIMPLE register modified with BIT_FIELD_REF"
+msgid "%Jweakref is not supported in this configuration"
 msgstr ""
 
-#: tree-cfg.c:3197
+#: varasm.c:4821
 #, gcc-internal-format
-msgid "invariant not recomputed when ADDR_EXPR changed"
+msgid "%q+D aliased to undefined symbol %qs"
 msgstr ""
 
-#: tree-cfg.c:3203
+#: varasm.c:4826
 #, gcc-internal-format
-msgid "constant not recomputed when ADDR_EXPR changed"
+msgid "%q+D aliased to external symbol %qs"
 msgstr ""
 
-#: tree-cfg.c:3208
+#: varasm.c:4865
 #, gcc-internal-format
-msgid "side effects not recomputed when ADDR_EXPR changed"
+msgid "weakref %q+D ultimately targets itself"
 msgstr ""
 
-#: tree-cfg.c:3224
+#: varasm.c:4878
 #, gcc-internal-format
-msgid "address taken, but ADDRESSABLE bit not set"
+msgid "%Jalias definitions not supported in this configuration"
 msgstr ""
 
-#: tree-cfg.c:3234
+#: varasm.c:4883
 #, gcc-internal-format
-msgid "non-boolean used in condition"
+msgid "%Jonly weak aliases are supported in this configuration"
 msgstr ""
 
-#: tree-cfg.c:3239
+#: varasm.c:4940
 #, gcc-internal-format
-msgid "invalid conditional operand"
+msgid "visibility attribute not supported in this configuration; ignored"
 msgstr ""
 
-#: tree-cfg.c:3294
+#: varray.c:207
 #, gcc-internal-format
-msgid "invalid reference prefix"
+msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
 msgstr ""
 
-#: tree-cfg.c:3359
+#: varray.c:217
 #, gcc-internal-format
-msgid "is not a valid GIMPLE statement"
+msgid "underflowed virtual array %s in %s, at %s:%d"
 msgstr ""
 
-#: tree-cfg.c:3379
+#: vec.c:153
 #, gcc-internal-format
-msgid "statement marked for throw, but doesn%'t"
+msgid "vector %s %s domain error, in %s at %s:%u"
 msgstr ""
 
-#: tree-cfg.c:3384
+#. Print an error message for unrecognized stab codes.
+#: xcoffout.c:187
 #, gcc-internal-format
-msgid "statement marked for throw in middle of block"
+msgid "no sclass for %s stab (0x%x)"
 msgstr ""
 
-#: tree-cfg.c:3479
+#: config/darwin-c.c:86
 #, gcc-internal-format
-msgid "bb_for_stmt (phi) is set to a wrong basic block"
+msgid "too many #pragma options align=reset"
 msgstr ""
 
-#: tree-cfg.c:3494
+#: config/darwin-c.c:106 config/darwin-c.c:109 config/darwin-c.c:111
+#: config/darwin-c.c:113
 #, gcc-internal-format
-msgid "PHI def is not a GIMPLE value"
+msgid "malformed '#pragma options', ignoring"
 msgstr ""
 
-#: tree-cfg.c:3510 tree-cfg.c:3533
+#: config/darwin-c.c:116
 #, gcc-internal-format
-msgid "incorrect sharing of tree nodes"
+msgid "junk at end of '#pragma options'"
 msgstr ""
 
-#: tree-cfg.c:3524
+#: config/darwin-c.c:126
 #, gcc-internal-format
-msgid "bb_for_stmt (stmt) is set to a wrong basic block"
+msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
 msgstr ""
 
-#: tree-cfg.c:3542
+#: config/darwin-c.c:138
 #, gcc-internal-format
-msgid "verify_stmts failed"
+msgid "missing '(' after '#pragma unused', ignoring"
 msgstr ""
 
-#: tree-cfg.c:3563
+#: config/darwin-c.c:156
 #, gcc-internal-format
-msgid "ENTRY_BLOCK has a statement list associated with it"
+msgid "missing ')' after '#pragma unused', ignoring"
 msgstr ""
 
-#: tree-cfg.c:3569
+#: config/darwin-c.c:159
 #, gcc-internal-format
-msgid "EXIT_BLOCK has a statement list associated with it"
+msgid "junk at end of '#pragma unused'"
 msgstr ""
 
-#: tree-cfg.c:3576
+#: config/darwin-c.c:385
 #, gcc-internal-format
-msgid "fallthru to exit from bb %d"
+msgid "subframework include %s conflicts with framework include"
 msgstr ""
 
-#: tree-cfg.c:3598
+#: config/darwin-c.c:577
 #, gcc-internal-format
-msgid "nonlocal label %s is not first in a sequence of labels in bb %d"
+msgid "Unknown value %qs of -mmacosx-version-min"
 msgstr ""
 
-#: tree-cfg.c:3607
+#: config/darwin.c:1323
 #, gcc-internal-format
-msgid "label %s to block does not match in bb %d"
+msgid ""
+"internal and protected visibility attributes not supported in this "
+"configuration; ignored"
 msgstr ""
 
-#: tree-cfg.c:3616
+#: config/host-darwin.c:63
 #, gcc-internal-format
-msgid "label %s has incorrect context in bb %d"
+msgid "couldn't unmap pch_address_space: %m"
 msgstr ""
 
-#: tree-cfg.c:3630
+#: config/sol2-c.c:94 config/sol2-c.c:110
 #, gcc-internal-format
-msgid "control flow in the middle of basic block %d"
+msgid "malformed %<#pragma align%>, ignoring"
 msgstr ""
 
-#: tree-cfg.c:3640
+#: config/sol2-c.c:103
 #, gcc-internal-format
-msgid "label %s in the middle of basic block %d"
+msgid "invalid alignment for %<#pragma align%>, ignoring"
 msgstr ""
 
-#: tree-cfg.c:3659
+#: config/sol2-c.c:118
 #, gcc-internal-format
-msgid "fallthru edge after a control statement in bb %d"
+msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
 msgstr ""
 
-#: tree-cfg.c:3674
+#: config/sol2-c.c:130 config/sol2-c.c:142
 #, gcc-internal-format
-msgid "structured COND_EXPR at the end of bb %d"
+msgid "malformed %<#pragma align%>"
 msgstr ""
 
-#: tree-cfg.c:3687 tree-cfg.c:3725 tree-cfg.c:3738 tree-cfg.c:3809
+#: config/sol2-c.c:137
 #, gcc-internal-format
-msgid "wrong outgoing edge flags at end of bb %d"
+msgid "junk at end of %<#pragma align%>"
 msgstr ""
 
-#: tree-cfg.c:3695
+#: config/sol2-c.c:158 config/sol2-c.c:165
 #, gcc-internal-format
-msgid "%<then%> label does not match edge at end of bb %d"
+msgid "malformed %<#pragma init%>, ignoring"
 msgstr ""
 
-#: tree-cfg.c:3703
+#: config/sol2-c.c:188 config/sol2-c.c:200
 #, gcc-internal-format
-msgid "%<else%> label does not match edge at end of bb %d"
+msgid "malformed %<#pragma init%>"
 msgstr ""
 
-#: tree-cfg.c:3713
+#: config/sol2-c.c:195
 #, gcc-internal-format
-msgid "explicit goto at end of bb %d"
+msgid "junk at end of %<#pragma init%>"
 msgstr ""
 
-#: tree-cfg.c:3743
+#: config/sol2-c.c:216 config/sol2-c.c:223
 #, gcc-internal-format
-msgid "return edge does not point to exit in bb %d"
+msgid "malformed %<#pragma fini%>, ignoring"
 msgstr ""
 
-#: tree-cfg.c:3776
+#: config/sol2-c.c:246 config/sol2-c.c:258
 #, gcc-internal-format
-msgid "found default case not at end of case vector"
+msgid "malformed %<#pragma fini%>"
 msgstr ""
 
-#: tree-cfg.c:3782
+#: config/sol2-c.c:253
 #, gcc-internal-format
-msgid "case labels not sorted:"
+msgid "junk at end of %<#pragma fini%>"
 msgstr ""
 
-#: tree-cfg.c:3793
+#: config/sol2.c:54
 #, gcc-internal-format
-msgid "no default case found at end of case vector"
+msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
 msgstr ""
 
-#: tree-cfg.c:3801
+#. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
+#. sections.  machopic_select_section ensures that weak variables go in
+#. coalesced sections.  Weak aliases (or any other kind of aliases) are
+#. not supported.  Weak symbols that aren't visible outside the .s file
+#. are not supported.
+#: config/darwin.h:395
 #, gcc-internal-format
-msgid "extra outgoing edge %d->%d"
+msgid "alias definitions not supported in Mach-O; ignored"
 msgstr ""
 
-#: tree-cfg.c:3823
+#. No profiling.
+#: config/vx-common.h:83
 #, gcc-internal-format
-msgid "missing edge %i->%i"
+msgid "profiler support for VxWorks"
 msgstr ""
 
-#: tree-cfg.c:5117 tree-cfg.c:5121
+#: config/windiss.h:37
 #, gcc-internal-format
-msgid "%H%<noreturn%> function does return"
+msgid "profiler support for WindISS"
 msgstr ""
 
-#: tree-cfg.c:5143 tree-cfg.c:5148
+#: config/alpha/alpha.c:231 config/rs6000/rs6000.c:1570
 #, gcc-internal-format
-msgid "%Hcontrol reaches end of non-void function"
+msgid "bad value %qs for -mtls-size switch"
 msgstr ""
 
-#: tree-cfg.c:5208
+#: config/alpha/alpha.c:270
 #, gcc-internal-format
-msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
+msgid "-f%s ignored for Unicos/Mk (not supported)"
 msgstr ""
 
-#: tree-dump.c:856
+#: config/alpha/alpha.c:294
 #, gcc-internal-format
-msgid "could not open dump file %qs: %s"
+msgid "-mieee not supported on Unicos/Mk"
 msgstr ""
 
-#: tree-dump.c:987
+#: config/alpha/alpha.c:305
 #, gcc-internal-format
-msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
+msgid "-mieee-with-inexact not supported on Unicos/Mk"
 msgstr ""
 
-#: tree-eh.c:1767
+#: config/alpha/alpha.c:322
 #, gcc-internal-format
-msgid "EH edge %i->%i is missing"
+msgid "bad value %qs for -mtrap-precision switch"
 msgstr ""
 
-#: tree-eh.c:1772
+#: config/alpha/alpha.c:336
 #, gcc-internal-format
-msgid "EH edge %i->%i miss EH flag"
+msgid "bad value %qs for -mfp-rounding-mode switch"
 msgstr ""
 
-#. ??? might not be mistake.
-#: tree-eh.c:1778
+#: config/alpha/alpha.c:351
 #, gcc-internal-format
-msgid "EH edge %i->%i has duplicated regions"
+msgid "bad value %qs for -mfp-trap-mode switch"
 msgstr ""
 
-#: tree-eh.c:1812
+#: config/alpha/alpha.c:365 config/alpha/alpha.c:377
 #, gcc-internal-format
-msgid "BB %i can not throw but has EH edges"
+msgid "bad value %qs for -mcpu switch"
 msgstr ""
 
-#: tree-eh.c:1819
+#: config/alpha/alpha.c:384
 #, gcc-internal-format
-msgid "BB %i last statement has incorrectly set region"
+msgid "trap mode not supported on Unicos/Mk"
 msgstr ""
 
-#: tree-eh.c:1830
+#: config/alpha/alpha.c:391
 #, gcc-internal-format
-msgid "unnecessary EH edge %i->%i"
+msgid "fp software completion requires -mtrap-precision=i"
 msgstr ""
 
-#: tree-inline.c:1338
+#: config/alpha/alpha.c:407
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it uses alloca (override using "
-"the always_inline attribute)"
+msgid "rounding mode not supported for VAX floats"
 msgstr ""
 
-#: tree-inline.c:1350
+#: config/alpha/alpha.c:412
 #, gcc-internal-format
-msgid "function %q+F can never be inlined because it uses setjmp"
+msgid "trap mode not supported for VAX floats"
 msgstr ""
 
-#: tree-inline.c:1364
+#: config/alpha/alpha.c:416
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it uses variable argument lists"
+msgid "128-bit long double not supported for VAX floats"
 msgstr ""
 
-#: tree-inline.c:1375
+#: config/alpha/alpha.c:444
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it uses setjmp-longjmp exception "
-"handling"
+msgid "L%d cache latency unknown for %s"
 msgstr ""
 
-#: tree-inline.c:1382
+#: config/alpha/alpha.c:459
 #, gcc-internal-format
-msgid "function %q+F can never be inlined because it uses non-local goto"
+msgid "bad value %qs for -mmemory-latency"
 msgstr ""
 
-#: tree-inline.c:1393
+#: config/alpha/alpha.c:6551 config/alpha/alpha.c:6554 config/s390/s390.c:7796
+#: config/s390/s390.c:7799
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it uses __builtin_return or "
-"__builtin_apply_args"
+msgid "bad builtin fcode"
 msgstr ""
 
-#: tree-inline.c:1412
+#: config/arc/arc.c:390
 #, gcc-internal-format
-msgid "function %q+F can never be inlined because it contains a computed goto"
+msgid "argument of %qs attribute is not a string constant"
 msgstr ""
 
-#: tree-inline.c:1426
+#: config/arc/arc.c:398
 #, gcc-internal-format
-msgid "function %q+F can never be inlined because it receives a non-local goto"
+msgid "argument of %qs attribute is not \"ilink1\" or \"ilink2\""
 msgstr ""
 
-#: tree-inline.c:1451
+#: config/arm/arm.c:912
 #, gcc-internal-format
-msgid ""
-"function %q+F can never be inlined because it uses variable sized variables"
+msgid "switch -mcpu=%s conflicts with -march= switch"
 msgstr ""
 
-#: tree-inline.c:1990 tree-inline.c:2000
+#: config/arm/arm.c:922 config/rs6000/rs6000.c:1226 config/sparc/sparc.c:698
 #, gcc-internal-format
-msgid "inlining failed in call to %q+F: %s"
+msgid "bad value (%s) for %s switch"
 msgstr ""
 
-#: tree-inline.c:1991 tree-inline.c:2002
+#: config/arm/arm.c:1032
 #, gcc-internal-format
-msgid "called from here"
+msgid "target CPU does not support interworking"
 msgstr ""
 
-#: tree-mudflap.c:847
+#: config/arm/arm.c:1038
 #, gcc-internal-format
-msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
+msgid "target CPU does not support THUMB instructions"
 msgstr ""
 
-#: tree-mudflap.c:1038
+#: config/arm/arm.c:1056
 #, gcc-internal-format
-msgid "mudflap cannot track %qs in stub function"
+msgid ""
+"enabling backtrace support is only meaningful when compiling for the Thumb"
 msgstr ""
 
-#: tree-mudflap.c:1265
+#: config/arm/arm.c:1059
 #, gcc-internal-format
-msgid "mudflap cannot track unknown size extern %qs"
+msgid ""
+"enabling callee interworking support is only meaningful when compiling for "
+"the Thumb"
 msgstr ""
 
-#: tree-nomudflap.c:51
+#: config/arm/arm.c:1062
 #, gcc-internal-format
-msgid "mudflap: this language is not supported"
+msgid ""
+"enabling caller interworking support is only meaningful when compiling for "
+"the Thumb"
 msgstr ""
 
-#: tree-optimize.c:478
+#: config/arm/arm.c:1066
 #, gcc-internal-format
-msgid "size of return value of %q+D is %u bytes"
+msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
 msgstr ""
 
-#: tree-optimize.c:481
+#: config/arm/arm.c:1074
 #, gcc-internal-format
-msgid "size of return value of %q+D is larger than %wd bytes"
+msgid "-fpic and -mapcs-reent are incompatible"
 msgstr ""
 
-#: tree-outof-ssa.c:614 tree-outof-ssa.c:629 tree-outof-ssa.c:643
-#: tree-outof-ssa.c:665 tree-outof-ssa.c:1120 tree-outof-ssa.c:1935
-#: tree-ssa-live.c:429 tree-ssa-live.c:1835
+#: config/arm/arm.c:1077
 #, gcc-internal-format
-msgid "SSA corruption"
+msgid "APCS reentrant code not supported.  Ignored"
 msgstr ""
 
-#: tree-outof-ssa.c:2350
+#: config/arm/arm.c:1085
 #, gcc-internal-format
-msgid " Pending stmts not issued on PRED edge (%d, %d)\n"
+msgid "-g with -mno-apcs-frame may not give sensible debugging"
 msgstr ""
 
-#: tree-outof-ssa.c:2356
+#: config/arm/arm.c:1093
 #, gcc-internal-format
-msgid " Pending stmts not issued on SUCC edge (%d, %d)\n"
+msgid "passing floating point arguments in fp regs not yet supported"
 msgstr ""
 
-#: tree-outof-ssa.c:2363
+#: config/arm/arm.c:1135
 #, gcc-internal-format
-msgid " Pending stmts not issued on ENTRY edge (%d, %d)\n"
+msgid "invalid ABI option: -mabi=%s"
 msgstr ""
 
-#: tree-outof-ssa.c:2369
+#: config/arm/arm.c:1141
 #, gcc-internal-format
-msgid " Pending stmts not issued on EXIT edge (%d, %d)\n"
+msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
 msgstr ""
 
-#: tree-profile.c:216
+#: config/arm/arm.c:1144
 #, gcc-internal-format
-msgid "unimplemented functionality"
+msgid "iwmmxt abi requires an iwmmxt capable cpu"
 msgstr ""
 
-#: tree-ssa-loop-niter.c:1031
+#: config/arm/arm.c:1154
 #, gcc-internal-format
-msgid "%H%s"
+msgid "invalid floating point emulation option: -mfpe=%s"
 msgstr ""
 
-#: tree-ssa-operands.c:1487
+#: config/arm/arm.c:1171
 #, gcc-internal-format
-msgid "internal error"
+msgid "invalid floating point option: -mfpu=%s"
 msgstr ""
 
-#: tree-ssa.c:111
+#: config/arm/arm.c:1211
 #, gcc-internal-format
-msgid "expected an SSA_NAME object"
+msgid "invalid floating point abi: -mfloat-abi=%s"
 msgstr ""
 
-#: tree-ssa.c:117
+#: config/arm/arm.c:1218
 #, gcc-internal-format
-msgid "type mismatch between an SSA_NAME and its symbol"
+msgid "-mfloat-abi=hard and VFP"
 msgstr ""
 
-#: tree-ssa.c:123
+#: config/arm/arm.c:1241
 #, gcc-internal-format
-msgid "found an SSA_NAME that had been released into the free pool"
+msgid "invalid thread pointer option: -mtp=%s"
 msgstr ""
 
-#: tree-ssa.c:129
+#: config/arm/arm.c:1254
 #, gcc-internal-format
-msgid "found a virtual definition for a GIMPLE register"
+msgid "can not use -mtp=cp15 with -mthumb"
 msgstr ""
 
-#: tree-ssa.c:135
+#: config/arm/arm.c:1268
 #, gcc-internal-format
-msgid "found a real definition for a non-register"
+msgid "structure size boundary can only be set to %s"
 msgstr ""
 
-#: tree-ssa.c:142
+#: config/arm/arm.c:1277
 #, gcc-internal-format
-msgid "found real variable when subvariables should have appeared"
+msgid "-mpic-register= is useless without -fpic"
 msgstr ""
 
-#: tree-ssa.c:171
+#: config/arm/arm.c:1284
 #, gcc-internal-format
-msgid "SSA_NAME created in two different blocks %i and %i"
+msgid "unable to use '%s' for PIC register"
 msgstr ""
 
-#: tree-ssa.c:180
+#: config/arm/arm.c:2856 config/arm/arm.c:2874 config/avr/avr.c:4676
+#: config/bfin/bfin.c:2723 config/c4x/c4x.c:4076 config/h8300/h8300.c:5258
+#: config/i386/i386.c:2021 config/m68hc11/m68hc11.c:1155
+#: config/m68k/m68k.c:376 config/mcore/mcore.c:3032 config/ms1/ms1.c:1285
+#: config/rs6000/rs6000.c:17343 config/sh/sh.c:7529 config/sh/sh.c:7550
+#: config/sh/sh.c:7585 config/stormy16/stormy16.c:2241 config/v850/v850.c:2111
 #, gcc-internal-format
-msgid "SSA_NAME_DEF_STMT is wrong"
+msgid "%qs attribute only applies to functions"
 msgstr ""
 
-#: tree-ssa.c:238
+#: config/arm/arm.c:11995
 #, gcc-internal-format
-msgid "missing definition"
+msgid "unable to compute real location of stacked parameter"
 msgstr ""
 
-#: tree-ssa.c:244
+#. @@@ better error message
+#: config/arm/arm.c:12640 config/arm/arm.c:12677
 #, gcc-internal-format
-msgid "definition in block %i does not dominate use in block %i"
+msgid "selector must be an immediate"
 msgstr ""
 
-#: tree-ssa.c:252
+#. @@@ better error message
+#: config/arm/arm.c:12720 config/i386/i386.c:15465 config/i386/i386.c:15499
 #, gcc-internal-format
-msgid "definition in block %i follows the use"
+msgid "mask must be an immediate"
 msgstr ""
 
-#: tree-ssa.c:259
+#: config/arm/arm.c:13379
 #, gcc-internal-format
-msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
+msgid "no low registers available for popping high registers"
 msgstr ""
 
-#: tree-ssa.c:267
+#: config/arm/arm.c:13603
 #, gcc-internal-format
-msgid "no immediate_use list"
+msgid "interrupt Service Routines cannot be coded in Thumb mode"
 msgstr ""
 
-#: tree-ssa.c:279
+#: config/arm/pe.c:165 config/mcore/mcore.c:2898
 #, gcc-internal-format
-msgid "wrong immediate use list"
+msgid "initialized variable %q+D is marked dllimport"
 msgstr ""
 
-#: tree-ssa.c:312
+#: config/arm/pe.c:174
 #, gcc-internal-format
-msgid "incoming edge count does not match number of PHI arguments"
+msgid "static variable %q+D is marked dllimport"
 msgstr ""
 
-#: tree-ssa.c:327
+#: config/avr/avr.c:531
 #, gcc-internal-format
-msgid "PHI argument is missing for edge %d->%d"
+msgid "large frame pointer change (%d) with -mtiny-stack"
 msgstr ""
 
-#: tree-ssa.c:336
+#: config/avr/avr.c:4649
 #, gcc-internal-format
-msgid "PHI argument is not SSA_NAME, or invariant"
+msgid "only initialized variables can be placed into program memory area"
 msgstr ""
 
-#: tree-ssa.c:348
+#: config/avr/avr.c:4693
 #, gcc-internal-format
-msgid "wrong edge %d->%d for PHI argument"
+msgid "%qs appears to be a misspelled interrupt handler"
 msgstr ""
 
-#: tree-ssa.c:397
+#: config/avr/avr.c:4701
 #, gcc-internal-format
-msgid "non-addressable variable inside an alias set"
+msgid "%qs appears to be a misspelled signal handler"
 msgstr ""
 
-#: tree-ssa.c:413
+#: config/avr/avr.c:4770
 #, gcc-internal-format
-msgid "addressable variable that is an alias tag but is not in any alias set"
+msgid "only uninitialized variables can be placed in the .noinit section"
 msgstr ""
 
-#: tree-ssa.c:423
+#: config/avr/avr.c:4784
 #, gcc-internal-format
-msgid "verify_flow_insensitive_alias_info failed"
+msgid "MCU %qs supported for assembler only"
 msgstr ""
 
-#: tree-ssa.c:465
+#: config/avr/avr.h:713
 #, gcc-internal-format
-msgid "dereferenced pointers should have a name or a type tag"
+msgid "trampolines not supported"
 msgstr ""
 
-#: tree-ssa.c:472
+#: config/bfin/bfin.c:1805 config/m68k/m68k.c:294
 #, gcc-internal-format
-msgid "pointers with a memory tag, should have points-to sets"
+msgid "-mshared-library-id=%s is not between 0 and %d"
 msgstr ""
 
-#: tree-ssa.c:480
+#: config/bfin/bfin.c:1825
 #, gcc-internal-format
-msgid "pointer escapes but its name tag is not call-clobbered"
+msgid "-mshared-library-id= specified without -mid-shared-library"
 msgstr ""
 
-#: tree-ssa.c:489
+#: config/bfin/bfin.c:2728
 #, gcc-internal-format
-msgid "verify_flow_sensitive_alias_info failed"
+msgid "multiple function type attributes specified"
 msgstr ""
 
-#: tree-ssa.c:566
+#: config/bfin/bfin.c:2784
 #, gcc-internal-format
-msgid ""
-"alias set of a pointer's type tag should be a superset of the corresponding "
-"name tag"
+msgid "`%s' attribute only applies to functions"
 msgstr ""
 
-#: tree-ssa.c:582
+#: config/bfin/bfin.c:2795
 #, gcc-internal-format
-msgid ""
-"two different pointers with identical points-to sets but different name tags"
+msgid "can't apply both longcall and shortcall attributes to the same function"
 msgstr ""
 
-#: tree-ssa.c:614
+#: config/c4x/c4x-c.c:72
 #, gcc-internal-format
-msgid "verify_name_tags failed"
+msgid "missing '(' after '#pragma %s' - ignored"
 msgstr ""
 
-#: tree-ssa.c:685
+#: config/c4x/c4x-c.c:75
 #, gcc-internal-format
-msgid "AUX pointer initialized for edge %d->%d"
+msgid "missing function name in '#pragma %s' - ignored"
 msgstr ""
 
-#: tree-ssa.c:708
+#: config/c4x/c4x-c.c:80
 #, gcc-internal-format
-msgid "stmt (%p) marked modified after optimization pass : "
+msgid "malformed '#pragma %s' - ignored"
 msgstr ""
 
-#: tree-ssa.c:726
+#: config/c4x/c4x-c.c:82
 #, gcc-internal-format
-msgid "statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS"
+msgid "missing section name in '#pragma %s' - ignored"
 msgstr ""
 
-#: tree-ssa.c:737
+#: config/c4x/c4x-c.c:87
 #, gcc-internal-format
-msgid "statement makes aliased stores, but has no V_MAY_DEFS"
+msgid "missing ')' for '#pragma %s' - ignored"
 msgstr ""
 
-#: tree-ssa.c:776
+#: config/c4x/c4x-c.c:90
 #, gcc-internal-format
-msgid "verify_ssa failed"
+msgid "junk at end of '#pragma %s'"
 msgstr ""
 
-#: tree-ssa.c:1159
+#: config/c4x/c4x.c:860
 #, gcc-internal-format
-msgid "%H%qD is used uninitialized in this function"
+msgid "ISR %s requires %d words of local vars, max is 32767"
 msgstr ""
 
-#: tree-ssa.c:1184
+#. This function is for retrieving a part of an instruction name for
+#. an operator, for immediate output.  If that ever happens for
+#. MULT, we need to apply TARGET_MUL_BUG in the caller.  Make sure
+#. we notice.
+#: config/cris/cris.c:435
 #, gcc-internal-format
-msgid "%H%qD may be used uninitialized in this function"
+msgid "MULT case in cris_op_str"
 msgstr ""
 
-#: tree-vect-transform.c:634
+#: config/cris/cris.c:813
 #, gcc-internal-format
-msgid "no support for induction"
+msgid "invalid use of ':' modifier"
 msgstr ""
 
-#: tree.c:3532 config/darwin.c:1209 config/arm/arm.c:2828
-#: config/arm/arm.c:2856 config/avr/avr.c:4656 config/h8300/h8300.c:5282
-#: config/h8300/h8300.c:5306 config/i386/i386.c:2030 config/i386/i386.c:16527
-#: config/ia64/ia64.c:537 config/m68hc11/m68hc11.c:1118
-#: config/sh/symbian.c:409 config/sh/symbian.c:416
+#: config/cris/cris.c:979
 #, gcc-internal-format
-msgid "%qs attribute ignored"
+msgid "internal error: bad register: %d"
 msgstr ""
 
-#: tree.c:3551
+#: config/cris/cris.c:1521
 #, gcc-internal-format
-msgid "function %q+D definition is marked dllimport"
+msgid "internal error: sideeffect-insn affecting main effect"
 msgstr ""
 
-#: tree.c:3559 config/sh/symbian.c:431
+#: config/cris/cris.c:1545
 #, gcc-internal-format
-msgid "variable %q+D definition is marked dllimport"
+msgid "unknown cc_attr value"
 msgstr ""
 
-#: tree.c:3579 config/sh/symbian.c:506
+#. If we get here, the caller got its initial tests wrong.
+#: config/cris/cris.c:1896
 #, gcc-internal-format
-msgid "external linkage required for symbol %q+D because of %qs attribute"
+msgid "internal error: cris_side_effect_mode_ok with bad operands"
 msgstr ""
 
-#: tree.c:4928
+#: config/cris/cris.c:2099
 #, gcc-internal-format
-msgid "arrays of functions are not meaningful"
+msgid "-max-stackframe=%d is not usable, not between 0 and %d"
 msgstr ""
 
-#: tree.c:4980
+#: config/cris/cris.c:2127
 #, gcc-internal-format
-msgid "function return type cannot be function"
+msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
 msgstr ""
 
-#: tree.c:5876
+#: config/cris/cris.c:2163
 #, gcc-internal-format
-msgid "tree check: %s, have %s in %s, at %s:%d"
+msgid "unknown CRIS cpu version specification in -mtune= : %s"
 msgstr ""
 
-#: tree.c:5913
+#: config/cris/cris.c:2181
 #, gcc-internal-format
-msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
+msgid "-fPIC and -fpic are not supported in this configuration"
 msgstr ""
 
-#: tree.c:5926
+#: config/cris/cris.c:2196
 #, gcc-internal-format
-msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
+msgid "that particular -g option is invalid with -maout and -melinux"
 msgstr ""
 
-#: tree.c:5951
+#: config/cris/cris.c:2390
 #, gcc-internal-format
-msgid ""
-"tree check: expected tree that contains %qs structure, have %qs  in %s, at %"
-"s:%d"
+msgid "Unknown src"
 msgstr ""
 
-#: tree.c:5965
+#: config/cris/cris.c:2432
 #, gcc-internal-format
-msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
+msgid "Unknown dest"
 msgstr ""
 
-#: tree.c:5977
+#: config/cris/cris.c:2717
 #, gcc-internal-format
-msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
+msgid "stackframe too big: %d bytes"
 msgstr ""
 
-#: tree.c:5989
+#: config/cris/cris.c:3133 config/cris/cris.c:3160
 #, gcc-internal-format
-msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
+msgid "expand_binop failed in movsi got"
 msgstr ""
 
-#: value-prof.c:101
+#: config/cris/cris.c:3225
 #, gcc-internal-format
-msgid ""
-"%HCorrupted value profile: %s profiler overall count (%d) does not match BB "
-"count (%d)"
+msgid "emitting PIC operand, but PIC register isn't set up"
 msgstr ""
 
-#: varasm.c:470
+#. Definitions for GCC.  Part of the machine description for CRIS.
+#. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+#. Free Software Foundation, Inc.
+#. Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
+#.
+#. This file is part of GCC.
+#.
+#. GCC is free software; you can redistribute it and/or modify
+#. it under the terms of the GNU General Public License as published by
+#. the Free Software Foundation; either version 2, or (at your option)
+#. any later version.
+#.
+#. GCC is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with GCC; see the file COPYING.  If not, write to
+#. the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#. Boston, MA 02110-1301, USA.
+#. After the first "Node:" comment comes all preprocessor directives and
+#. attached declarations described in the info files, the "Using and
+#. Porting GCC" manual (uapgcc), in the same order as found in the "Target
+#. macros" section in the gcc-2.9x CVS edition of 2000-03-17.  FIXME: Not
+#. really, but needs an update anyway.
+#.
+#. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
+#. for that.  If applicable, there is a CRIS-specific comment.  The order
+#. of macro definitions follow the order in the manual.  Every section in
+#. the manual (node in the info pages) has an introductory `Node:
+#. <subchapter>' comment.  If no macros are defined for a section, only
+#. the section-comment is present.
+#. Note that other header files (e.g. config/elfos.h, config/linux.h,
+#. config/cris/linux.h and config/cris/aout.h) are responsible for lots of
+#. settings not repeated below.  This file contains general CRIS
+#. definitions and definitions for the cris-*-elf subtarget.
+#. We don't want to use gcc_assert for everything, as that can be
+#. compiled out.
+#: config/cris/cris.h:44
 #, gcc-internal-format
-msgid "%+D causes a section type conflict"
+msgid "CRIS-port assertion failed: "
 msgstr ""
 
-#: varasm.c:932
+#. Node: Caller Saves
+#. (no definitions)
+#. Node: Function entry
+#. See cris.c for TARGET_ASM_FUNCTION_PROLOGUE and
+#. TARGET_ASM_FUNCTION_EPILOGUE.
+#. Node: Profiling
+#: config/cris/cris.h:867
 #, gcc-internal-format
-msgid "register name not specified for %q+D"
+msgid "no FUNCTION_PROFILER for CRIS"
 msgstr ""
 
-#: varasm.c:934
+#: config/crx/crx.h:355
 #, gcc-internal-format
-msgid "invalid register name for %q+D"
+msgid "Profiler support for CRX"
 msgstr ""
 
-#: varasm.c:936
+#: config/crx/crx.h:366
 #, gcc-internal-format
-msgid "data type of %q+D isn%'t suitable for a register"
+msgid "Trampoline support for CRX"
 msgstr ""
 
-#: varasm.c:939
+#: config/frv/frv.c:8623
 #, gcc-internal-format
-msgid "register specified for %q+D isn%'t suitable for data type"
+msgid "accumulator is not a constant integer"
 msgstr ""
 
-#: varasm.c:949
+#: config/frv/frv.c:8628
 #, gcc-internal-format
-msgid "global register variable has initial value"
+msgid "accumulator number is out of bounds"
 msgstr ""
 
-#: varasm.c:952
+#: config/frv/frv.c:8639
 #, gcc-internal-format
-msgid "volatile register variables don%'t work as you might wish"
+msgid "inappropriate accumulator for %qs"
 msgstr ""
 
-#: varasm.c:990
+#: config/frv/frv.c:8717
 #, gcc-internal-format
-msgid "register name given for non-register variable %q+D"
+msgid "invalid IACC argument"
 msgstr ""
 
-#: varasm.c:1067
+#: config/frv/frv.c:8740
 #, gcc-internal-format
-msgid "global destructors not supported on this target"
+msgid "%qs expects a constant argument"
 msgstr ""
 
-#: varasm.c:1128
+#: config/frv/frv.c:8745
 #, gcc-internal-format
-msgid "global constructors not supported on this target"
+msgid "constant argument out of range for %qs"
 msgstr ""
 
-#: varasm.c:1692
+#: config/frv/frv.c:9227
 #, gcc-internal-format
-msgid ""
-"alignment of %q+D is greater than maximum object file alignment.  Using %d"
+msgid "media functions are not available unless -mmedia is used"
 msgstr ""
 
-#: varasm.c:1731
+#: config/frv/frv.c:9239
 #, gcc-internal-format
-msgid "thread-local COMMON data not implemented"
+msgid "this media function is only available on the fr500"
 msgstr ""
 
-#: varasm.c:1756
+#: config/frv/frv.c:9267
 #, gcc-internal-format
-msgid ""
-"requested alignment for %q+D is greater than implemented alignment of %wu"
+msgid "this media function is only available on the fr400 and fr550"
 msgstr ""
 
-#: varasm.c:3886
+#: config/frv/frv.c:9286
 #, gcc-internal-format
-msgid "no-op convert from %wd to %wd bytes in initializer"
+msgid "this builtin function is only available on the fr405 and fr450"
 msgstr ""
 
-#: varasm.c:3930
+#: config/frv/frv.c:9295
 #, gcc-internal-format
-msgid "initializer for integer value is too complicated"
+msgid "this builtin function is only available on the fr500 and fr550"
 msgstr ""
 
-#: varasm.c:3935
+#: config/frv/frv.c:9307
 #, gcc-internal-format
-msgid "initializer for floating value is not a floating constant"
+msgid "this builtin function is only available on the fr450"
 msgstr ""
 
-#: varasm.c:4204
+#: config/h8300/h8300.c:331
 #, gcc-internal-format
-msgid "invalid initial value for member %qs"
+msgid "-ms2600 is used without -ms"
 msgstr ""
 
-#: varasm.c:4404 varasm.c:4448
+#: config/h8300/h8300.c:337
 #, gcc-internal-format
-msgid "weak declaration of %q+D must precede definition"
+msgid "-mn is used without -mh or -ms"
 msgstr ""
 
-#: varasm.c:4412
+#: config/i386/host-cygwin.c:65
 #, gcc-internal-format
-msgid ""
-"weak declaration of %q+D after first use results in unspecified behavior"
+msgid "can't extend PCH file: %m"
 msgstr ""
 
-#: varasm.c:4446
+#: config/i386/host-cygwin.c:76
 #, gcc-internal-format
-msgid "weak declaration of %q+D must be public"
+msgid "can't set position in PCH file: %m"
 msgstr ""
 
-#: varasm.c:4455
+#: config/i386/i386.c:1322
 #, gcc-internal-format
-msgid "weak declaration of %q+D not supported"
+msgid "code model %s not supported in PIC mode"
 msgstr ""
 
-#: varasm.c:4484
+#: config/i386/i386.c:1330 config/sparc/sparc.c:662
 #, gcc-internal-format
-msgid "only weak aliases are supported in this configuration"
+msgid "bad value (%s) for -mcmodel= switch"
 msgstr ""
 
-#: varasm.c:4652
+#: config/i386/i386.c:1346
 #, gcc-internal-format
-msgid "%q+D aliased to undefined symbol %qs"
+msgid "bad value (%s) for -masm= switch"
 msgstr ""
 
-#: varasm.c:4655
+#: config/i386/i386.c:1349
 #, gcc-internal-format
-msgid "%q+D aliased to external symbol %qs"
+msgid "code model %qs not supported in the %s bit mode"
 msgstr ""
 
-#: varasm.c:4686
+#: config/i386/i386.c:1352
 #, gcc-internal-format
-msgid "%Jalias definitions not supported in this configuration"
+msgid "code model %<large%> not supported yet"
 msgstr ""
 
-#: varasm.c:4691
+#: config/i386/i386.c:1354
 #, gcc-internal-format
-msgid "%Jonly weak aliases are supported in this configuration"
+msgid "%i-bit mode not compiled in"
 msgstr ""
 
-#: varasm.c:4746
+#: config/i386/i386.c:1384 config/i386/i386.c:1408
 #, gcc-internal-format
-msgid "visibility attribute not supported in this configuration; ignored"
+msgid "CPU you selected does not support x86-64 instruction set"
 msgstr ""
 
-#: varray.c:207
+#: config/i386/i386.c:1390 config/ms1/ms1.c:811
 #, gcc-internal-format
-msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
+msgid "bad value (%s) for -march= switch"
 msgstr ""
 
-#: varray.c:217
+#: config/i386/i386.c:1421
 #, gcc-internal-format
-msgid "underflowed virtual array %s in %s, at %s:%d"
+msgid "bad value (%s) for -mtune= switch"
 msgstr ""
 
-#: vec.c:153
+#: config/i386/i386.c:1438
 #, gcc-internal-format
-msgid "vector %s %s domain error, in %s at %s:%u"
+msgid "-mregparm=%d is not between 0 and %d"
 msgstr ""
 
-#. Print an error message for unrecognized stab codes.
-#: xcoffout.c:187
+#: config/i386/i386.c:1451
 #, gcc-internal-format
-msgid "no sclass for %s stab (0x%x)"
+msgid "-malign-loops is obsolete, use -falign-loops"
 msgstr ""
 
-#: config/darwin-c.c:85
+#: config/i386/i386.c:1456 config/i386/i386.c:1469 config/i386/i386.c:1482
 #, gcc-internal-format
-msgid "too many #pragma options align=reset"
+msgid "-malign-loops=%d is not between 0 and %d"
 msgstr ""
 
-#: config/darwin-c.c:105 config/darwin-c.c:108 config/darwin-c.c:110
-#: config/darwin-c.c:112
+#: config/i386/i386.c:1464
 #, gcc-internal-format
-msgid "malformed '#pragma options', ignoring"
+msgid "-malign-jumps is obsolete, use -falign-jumps"
 msgstr ""
 
-#: config/darwin-c.c:115
+#: config/i386/i386.c:1477
 #, gcc-internal-format
-msgid "junk at end of '#pragma options'"
+msgid "-malign-functions is obsolete, use -falign-functions"
 msgstr ""
 
-#: config/darwin-c.c:125
+#: config/i386/i386.c:1515
 #, gcc-internal-format
-msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
+msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
 msgstr ""
 
-#: config/darwin-c.c:137
+#: config/i386/i386.c:1527
 #, gcc-internal-format
-msgid "missing '(' after '#pragma unused', ignoring"
+msgid "-mbranch-cost=%d is not between 0 and 5"
 msgstr ""
 
-#: config/darwin-c.c:155
+#: config/i386/i386.c:1535
 #, gcc-internal-format
-msgid "missing ')' after '#pragma unused', ignoring"
+msgid "-mlarge-data-threshold=%d is negative"
 msgstr ""
 
-#: config/darwin-c.c:158
+#: config/i386/i386.c:1547
 #, gcc-internal-format
-msgid "junk at end of '#pragma unused'"
+msgid "bad value (%s) for -mtls-dialect= switch"
 msgstr ""
 
-#: config/darwin-c.c:384
+#: config/i386/i386.c:1594
 #, gcc-internal-format
-msgid "subframework include %s conflicts with framework include"
+msgid "-malign-double makes no sense in the 64bit mode"
 msgstr ""
 
-#: config/darwin-c.c:576
+#: config/i386/i386.c:1596
 #, gcc-internal-format
-msgid "Unknown value %qs of -mmacosx-version-min"
+msgid "-mrtd calling convention not supported in the 64bit mode"
 msgstr ""
 
-#: config/darwin.c:1323
+#: config/i386/i386.c:1616
 #, gcc-internal-format
-msgid ""
-"internal and protected visibility attributes not supported in this "
-"configuration; ignored"
+msgid "-msseregparm used without SSE enabled"
 msgstr ""
 
-#: config/host-darwin.c:63
+#: config/i386/i386.c:1628 config/i386/i386.c:1639
 #, gcc-internal-format
-msgid "couldn't unmap pch_address_space: %m"
+msgid "SSE instruction set disabled, using 387 arithmetics"
 msgstr ""
 
-#: config/sol2-c.c:94 config/sol2-c.c:110
+#: config/i386/i386.c:1644
 #, gcc-internal-format
-msgid "malformed %<#pragma align%>, ignoring"
+msgid "387 instruction set disabled, using SSE arithmetics"
 msgstr ""
 
-#: config/sol2-c.c:103
+#: config/i386/i386.c:1651
 #, gcc-internal-format
-msgid "invalid alignment for %<#pragma align%>, ignoring"
+msgid "bad value (%s) for -mfpmath= switch"
 msgstr ""
 
-#: config/sol2-c.c:118
+#: config/i386/i386.c:1673
 #, gcc-internal-format
-msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
+msgid ""
+"unwind tables currently require either a frame pointer or -maccumulate-"
+"outgoing-args for correctness"
 msgstr ""
 
-#: config/sol2-c.c:130 config/sol2-c.c:142
+#: config/i386/i386.c:2034 config/i386/i386.c:2076
 #, gcc-internal-format
-msgid "malformed %<#pragma align%>"
+msgid "fastcall and regparm attributes are not compatible"
 msgstr ""
 
-#: config/sol2-c.c:137
+#: config/i386/i386.c:2041
 #, gcc-internal-format
-msgid "junk at end of %<#pragma align%>"
+msgid "%qs attribute requires an integer constant argument"
 msgstr ""
 
-#: config/sol2-c.c:158 config/sol2-c.c:165
+#: config/i386/i386.c:2047
 #, gcc-internal-format
-msgid "malformed %<#pragma init%>, ignoring"
+msgid "argument to %qs attribute larger than %d"
 msgstr ""
 
-#: config/sol2-c.c:188 config/sol2-c.c:200
+#: config/i386/i386.c:2068 config/i386/i386.c:2103
 #, gcc-internal-format
-msgid "malformed %<#pragma init%>"
+msgid "fastcall and cdecl attributes are not compatible"
 msgstr ""
 
-#: config/sol2-c.c:195
+#: config/i386/i386.c:2072
 #, gcc-internal-format
-msgid "junk at end of %<#pragma init%>"
+msgid "fastcall and stdcall attributes are not compatible"
 msgstr ""
 
-#: config/sol2-c.c:216 config/sol2-c.c:223
+#: config/i386/i386.c:2086 config/i386/i386.c:2099
 #, gcc-internal-format
-msgid "malformed %<#pragma fini%>, ignoring"
+msgid "stdcall and cdecl attributes are not compatible"
 msgstr ""
 
-#: config/sol2-c.c:246 config/sol2-c.c:258
+#: config/i386/i386.c:2090
 #, gcc-internal-format
-msgid "malformed %<#pragma fini%>"
+msgid "stdcall and fastcall attributes are not compatible"
 msgstr ""
 
-#: config/sol2-c.c:253
+#: config/i386/i386.c:2225
 #, gcc-internal-format
-msgid "junk at end of %<#pragma fini%>"
+msgid "Calling %qD with attribute sseregparm without SSE/SSE2 enabled"
 msgstr ""
 
-#: config/sol2.c:54
+#: config/i386/i386.c:2228
 #, gcc-internal-format
-msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
+msgid "Calling %qT with attribute sseregparm without SSE/SSE2 enabled"
 msgstr ""
 
-#. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
-#. sections.  machopic_select_section ensures that weak variables go in
-#. coalesced sections.  Weak aliases (or any other kind of aliases) are
-#. not supported.  Weak symbols that aren't visible outside the .s file
-#. are not supported.
-#: config/darwin.h:382
+#: config/i386/i386.c:2953
 #, gcc-internal-format
-msgid "alias definitions not supported in Mach-O; ignored"
+msgid "SSE register return with SSE disabled"
 msgstr ""
 
-#. No profiling.
-#: config/vx-common.h:83
+#: config/i386/i386.c:2955
 #, gcc-internal-format
-msgid "profiler support for VxWorks"
+msgid "SSE register argument with SSE disabled"
 msgstr ""
 
-#: config/windiss.h:37
+#: config/i386/i386.c:3270
 #, gcc-internal-format
-msgid "profiler support for WindISS"
+msgid "SSE vector argument without SSE enabled changes the ABI"
 msgstr ""
 
-#: config/alpha/alpha.c:231 config/rs6000/rs6000.c:1566
+#: config/i386/i386.c:3287
 #, gcc-internal-format
-msgid "bad value %qs for -mtls-size switch"
+msgid "MMX vector argument without MMX enabled changes the ABI"
 msgstr ""
 
-#: config/alpha/alpha.c:270
+#: config/i386/i386.c:3553
 #, gcc-internal-format
-msgid "-f%s ignored for Unicos/Mk (not supported)"
+msgid "SSE vector return without SSE enabled changes the ABI"
 msgstr ""
 
-#: config/alpha/alpha.c:294
+#: config/i386/i386.c:3563
 #, gcc-internal-format
-msgid "-mieee not supported on Unicos/Mk"
+msgid "MMX vector return without MMX enabled changes the ABI"
 msgstr ""
 
-#: config/alpha/alpha.c:305
+#: config/i386/i386.c:6923
 #, gcc-internal-format
-msgid "-mieee-with-inexact not supported on Unicos/Mk"
+msgid "extended registers have no high halves"
 msgstr ""
 
-#: config/alpha/alpha.c:322
+#: config/i386/i386.c:6938
 #, gcc-internal-format
-msgid "bad value %qs for -mtrap-precision switch"
+msgid "unsupported operand size for extended register"
 msgstr ""
 
-#: config/alpha/alpha.c:336
+#: config/i386/i386.c:15193 config/rs6000/rs6000.c:7128
 #, gcc-internal-format
-msgid "bad value %qs for -mfp-rounding-mode switch"
+msgid "selector must be an integer constant in the range 0..%wi"
 msgstr ""
 
-#: config/alpha/alpha.c:351
+#: config/i386/i386.c:15531
 #, gcc-internal-format
-msgid "bad value %qs for -mfp-trap-mode switch"
+msgid "shift must be an immediate"
 msgstr ""
 
-#: config/alpha/alpha.c:365 config/alpha/alpha.c:377
+#: config/i386/i386.c:16701
 #, gcc-internal-format
-msgid "bad value %qs for -mcpu switch"
+msgid "%qs incompatible attribute ignored"
 msgstr ""
 
-#: config/alpha/alpha.c:384
+#: config/i386/winnt-cxx.c:74
 #, gcc-internal-format
-msgid "trap mode not supported on Unicos/Mk"
+msgid "key method %q+D of dllimport'd class defined"
 msgstr ""
 
-#: config/alpha/alpha.c:391
+#: config/i386/winnt-cxx.c:95 config/sh/symbian.c:173
 #, gcc-internal-format
-msgid "fp software completion requires -mtrap-precision=i"
+msgid "definition of static data member %q+D of dllimport'd class"
 msgstr ""
 
-#: config/alpha/alpha.c:407
+#: config/i386/winnt.c:74
 #, gcc-internal-format
-msgid "rounding mode not supported for VAX floats"
+msgid "%qs attribute only applies to variables"
 msgstr ""
 
-#: config/alpha/alpha.c:412
+#: config/i386/winnt.c:103
 #, gcc-internal-format
-msgid "trap mode not supported for VAX floats"
+msgid ""
+"%qs attribute applies only to initialized variables with external linkage"
 msgstr ""
 
-#: config/alpha/alpha.c:416
+#: config/i386/winnt.c:214
 #, gcc-internal-format
-msgid "128-bit long double not supported for VAX floats"
+msgid "inconsistent dll linkage for %q+D, dllexport assumed"
 msgstr ""
 
-#: config/alpha/alpha.c:444
+#: config/i386/winnt.c:254 config/sh/symbian.c:273
 #, gcc-internal-format
-msgid "L%d cache latency unknown for %s"
+msgid "%qs declared as both exported to and imported from a DLL"
 msgstr ""
 
-#: config/alpha/alpha.c:459
+#: config/i386/winnt.c:549
 #, gcc-internal-format
-msgid "bad value %qs for -mmemory-latency"
+msgid "%q+D causes a section type conflict"
 msgstr ""
 
-#: config/alpha/alpha.c:6542 config/alpha/alpha.c:6545 config/s390/s390.c:7579
-#: config/s390/s390.c:7582
+#: config/i386/cygming.h:166
 #, gcc-internal-format
-msgid "bad builtin fcode"
+msgid "-f%s ignored for target (all code is position independent)"
 msgstr ""
 
-#: config/arc/arc.c:390
+#: config/i386/djgpp.h:181
 #, gcc-internal-format
-msgid "argument of %qs attribute is not a string constant"
+msgid "-mbnu210 is ignored (option is obsolete)"
 msgstr ""
 
-#: config/arc/arc.c:398
+#: config/i386/i386-interix.h:257
 #, gcc-internal-format
-msgid "argument of %qs attribute is not \"ilink1\" or \"ilink2\""
+msgid "ms-bitfields not supported for objc"
 msgstr ""
 
-#: config/arm/arm.c:877
+#: config/ia64/ia64-c.c:52
 #, gcc-internal-format
-msgid "switch -mcpu=%s conflicts with -march= switch"
+msgid "malformed #pragma builtin"
 msgstr ""
 
-#: config/arm/arm.c:887 config/rs6000/rs6000.c:1222 config/sparc/sparc.c:698
+#: config/ia64/ia64.c:501 config/m32r/m32r.c:373
 #, gcc-internal-format
-msgid "bad value (%s) for %s switch"
+msgid "invalid argument of %qs attribute"
 msgstr ""
 
-#: config/arm/arm.c:997
+#: config/ia64/ia64.c:513
 #, gcc-internal-format
-msgid "target CPU does not support interworking"
+msgid "%Jan address area attribute cannot be specified for local variables"
 msgstr ""
 
-#: config/arm/arm.c:1003
+#: config/ia64/ia64.c:520
 #, gcc-internal-format
-msgid "target CPU does not support THUMB instructions"
+msgid "address area of %q+D conflicts with previous declaration"
 msgstr ""
 
-#: config/arm/arm.c:1021
+#: config/ia64/ia64.c:527
 #, gcc-internal-format
-msgid ""
-"enabling backtrace support is only meaningful when compiling for the Thumb"
+msgid "%Jaddress area attribute cannot be specified for functions"
 msgstr ""
 
-#: config/arm/arm.c:1024
+#: config/ia64/ia64.c:5023 config/pa/pa.c:327
 #, gcc-internal-format
-msgid ""
-"enabling callee interworking support is only meaningful when compiling for "
-"the Thumb"
+msgid "value of -mfixed-range must have form REG1-REG2"
 msgstr ""
 
-#: config/arm/arm.c:1027
+#: config/ia64/ia64.c:5050 config/pa/pa.c:354
 #, gcc-internal-format
-msgid ""
-"enabling caller interworking support is only meaningful when compiling for "
-"the Thumb"
+msgid "%s-%s is an empty range"
 msgstr ""
 
-#: config/arm/arm.c:1031
+#: config/ia64/ia64.c:5078
 #, gcc-internal-format
-msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
+msgid "bad value %<%s%> for -mtls-size= switch"
 msgstr ""
 
-#: config/arm/arm.c:1039
+#: config/ia64/ia64.c:5106
 #, gcc-internal-format
-msgid "-fpic and -mapcs-reent are incompatible"
+msgid "bad value %<%s%> for -mtune= switch"
 msgstr ""
 
-#: config/arm/arm.c:1042
+#: config/ia64/ia64.c:5125
 #, gcc-internal-format
-msgid "APCS reentrant code not supported.  Ignored"
+msgid "not yet implemented: latency-optimized inline square root"
 msgstr ""
 
-#: config/arm/arm.c:1050
+#: config/iq2000/iq2000.c:1808
 #, gcc-internal-format
-msgid "-g with -mno-apcs-frame may not give sensible debugging"
+msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
 msgstr ""
 
-#: config/arm/arm.c:1058
+#: config/iq2000/iq2000.c:2589
 #, gcc-internal-format
-msgid "passing floating point arguments in fp regs not yet supported"
+msgid "argument %qd is not a constant"
 msgstr ""
 
-#: config/arm/arm.c:1099
+#: config/iq2000/iq2000.c:2892 config/ms1/ms1.c:352
+#: config/xtensa/xtensa.c:1773
 #, gcc-internal-format
-msgid "invalid ABI option: -mabi=%s"
+msgid "PRINT_OPERAND_ADDRESS, null pointer"
 msgstr ""
 
-#: config/arm/arm.c:1105
+#: config/iq2000/iq2000.c:3047
 #, gcc-internal-format
-msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
+msgid "PRINT_OPERAND: Unknown punctuation '%c'"
 msgstr ""
 
-#: config/arm/arm.c:1108
+#: config/iq2000/iq2000.c:3056 config/mips/mips.c:5390
+#: config/xtensa/xtensa.c:1627
 #, gcc-internal-format
-msgid "iwmmxt abi requires an iwmmxt capable cpu"
+msgid "PRINT_OPERAND null pointer"
 msgstr ""
 
-#: config/arm/arm.c:1118
+#: config/m32c/m32c-pragma.c:64
 #, gcc-internal-format
-msgid "invalid floating point emulation option: -mfpe=%s"
+msgid "junk at end of #pragma GCC memregs [0..16]"
 msgstr ""
 
-#: config/arm/arm.c:1135
+#: config/m32c/m32c-pragma.c:71
 #, gcc-internal-format
-msgid "invalid floating point option: -mfpu=%s"
+msgid "#pragma GCC memregs must precede any function decls"
 msgstr ""
 
-#: config/arm/arm.c:1175
+#: config/m32c/m32c-pragma.c:82 config/m32c/m32c-pragma.c:89
 #, gcc-internal-format
-msgid "invalid floating point abi: -mfloat-abi=%s"
+msgid "#pragma GCC memregs takes a number [0..16]"
 msgstr ""
 
-#: config/arm/arm.c:1182
+#: config/m32c/m32c.c:412
 #, gcc-internal-format
-msgid "-mfloat-abi=hard and VFP"
+msgid "invalid target memregs value '%d'"
 msgstr ""
 
-#: config/arm/arm.c:1208
+#: config/m68hc11/m68hc11.c:279
 #, gcc-internal-format
-msgid "structure size boundary can only be set to %s"
+msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
 msgstr ""
 
-#: config/arm/arm.c:1217
+#: config/m68hc11/m68hc11.c:1240
 #, gcc-internal-format
-msgid "-mpic-register= is useless without -fpic"
+msgid "%<trap%> and %<far%> attributes are not compatible, ignoring %<far%>"
 msgstr ""
 
-#: config/arm/arm.c:1224
+#: config/m68hc11/m68hc11.c:1247
 #, gcc-internal-format
-msgid "unable to use '%s' for PIC register"
+msgid "%<trap%> attribute is already used"
 msgstr ""
 
-#: config/arm/arm.c:2796 config/arm/arm.c:2814 config/avr/avr.c:4676
-#: config/bfin/bfin.c:2703 config/c4x/c4x.c:4076 config/h8300/h8300.c:5258
-#: config/i386/i386.c:1994 config/m68hc11/m68hc11.c:1155
-#: config/m68k/m68k.c:376 config/mcore/mcore.c:3032 config/ms1/ms1.c:1268
-#: config/rs6000/rs6000.c:17275 config/sh/sh.c:7516 config/sh/sh.c:7537
-#: config/sh/sh.c:7572 config/stormy16/stormy16.c:2241 config/v850/v850.c:2111
+#: config/m68k/m68k.c:321
 #, gcc-internal-format
-msgid "%qs attribute only applies to functions"
+msgid "cannot specify both -msep-data and -mid-shared-library"
 msgstr ""
 
-#: config/arm/arm.c:11652
+#: config/m68k/m68k.c:333
 #, gcc-internal-format
-msgid "unable to compute real location of stacked parameter"
+msgid "-fPIC is not currently supported on the 68000 or 68010"
 msgstr ""
 
-#. @@@ better error message
-#: config/arm/arm.c:12282 config/arm/arm.c:12319
+#: config/m68k/m68k.c:640 config/rs6000/rs6000.c:13614
 #, gcc-internal-format
-msgid "selector must be an immediate"
+msgid "stack limit expression is not supported"
 msgstr ""
 
-#. @@@ better error message
-#: config/arm/arm.c:12362 config/i386/i386.c:15301 config/i386/i386.c:15335
+#: config/mips/mips.c:4584
 #, gcc-internal-format
-msgid "mask must be an immediate"
+msgid ""
+"-%s conflicts with the other architecture options, which specify a %s "
+"processor"
 msgstr ""
 
-#: config/arm/arm.c:13018
+#: config/mips/mips.c:4600
 #, gcc-internal-format
-msgid "no low registers available for popping high registers"
+msgid "-march=%s is not compatible with the selected ABI"
 msgstr ""
 
-#: config/arm/arm.c:13242
+#: config/mips/mips.c:4618
 #, gcc-internal-format
-msgid "interrupt Service Routines cannot be coded in Thumb mode"
+msgid "-mgp64 used with a 32-bit processor"
 msgstr ""
 
-#: config/arm/pe.c:165 config/mcore/mcore.c:2898
+#: config/mips/mips.c:4620
 #, gcc-internal-format
-msgid "initialized variable %q+D is marked dllimport"
+msgid "-mgp32 used with a 64-bit ABI"
 msgstr ""
 
-#: config/arm/pe.c:174
+#: config/mips/mips.c:4622
 #, gcc-internal-format
-msgid "static variable %q+D is marked dllimport"
+msgid "-mgp64 used with a 32-bit ABI"
 msgstr ""
 
-#: config/avr/avr.c:531
+#: config/mips/mips.c:4640 config/mips/mips.c:4642 config/mips/mips.c:4644
+#: config/mips/mips.c:4720
 #, gcc-internal-format
-msgid "large frame pointer change (%d) with -mtiny-stack"
+msgid "unsupported combination: %s"
 msgstr ""
 
-#: config/avr/avr.c:4649
+#: config/mips/mips.c:4715
 #, gcc-internal-format
-msgid "only initialized variables can be placed into program memory area"
+msgid ""
+"generation of Branch Likely instructions enabled, but not supported by "
+"architecture"
 msgstr ""
 
-#: config/avr/avr.c:4693
+#: config/mips/mips.c:4732
 #, gcc-internal-format
-msgid "%qs appears to be a misspelled interrupt handler"
+msgid "-G is incompatible with PIC code which is the default"
 msgstr ""
 
-#: config/avr/avr.c:4701
+#: config/mips/mips.c:4799
 #, gcc-internal-format
-msgid "%qs appears to be a misspelled signal handler"
+msgid "-mips3d requires -mpaired-single"
 msgstr ""
 
-#: config/avr/avr.c:4770
+#: config/mips/mips.c:4808
 #, gcc-internal-format
-msgid "only uninitialized variables can be placed in the .noinit section"
+msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
 msgstr ""
 
-#: config/avr/avr.c:4784
+#: config/mips/mips.c:4813
 #, gcc-internal-format
-msgid "MCU %qs supported for assembler only"
+msgid "-mips3d/-mpaired-single must be used with -mips64"
 msgstr ""
 
-#: config/avr/avr.h:713
+#: config/mips/mips.c:4816
 #, gcc-internal-format
-msgid "trampolines not supported"
+msgid "-mips16 and -mdsp cannot be used together"
 msgstr ""
 
-#: config/bfin/bfin.c:1785 config/m68k/m68k.c:294
+#: config/mips/mips.c:5327
 #, gcc-internal-format
-msgid "-mshared-library-id=%s is not between 0 and %d"
+msgid "internal error: %%) found without a %%( in assembler pattern"
 msgstr ""
 
-#: config/bfin/bfin.c:1805
+#: config/mips/mips.c:5341
 #, gcc-internal-format
-msgid "-mshared-library-id= specified without -mid-shared-library"
+msgid "internal error: %%] found without a %%[ in assembler pattern"
 msgstr ""
 
-#: config/bfin/bfin.c:2708
+#: config/mips/mips.c:5354
 #, gcc-internal-format
-msgid "multiple function type attributes specified"
+msgid "internal error: %%> found without a %%< in assembler pattern"
 msgstr ""
 
-#: config/bfin/bfin.c:2764
+#: config/mips/mips.c:5367
 #, gcc-internal-format
-msgid "`%s' attribute only applies to functions"
+msgid "internal error: %%} found without a %%{ in assembler pattern"
 msgstr ""
 
-#: config/bfin/bfin.c:2775
+#: config/mips/mips.c:5381
 #, gcc-internal-format
-msgid "can't apply both longcall and shortcall attributes to the same function"
+msgid "PRINT_OPERAND: unknown punctuation '%c'"
 msgstr ""
 
-#: config/c4x/c4x-c.c:72
+#: config/mips/mips.c:8144
 #, gcc-internal-format
-msgid "missing '(' after '#pragma %s' - ignored"
+msgid "cannot handle inconsistent calls to %qs"
 msgstr ""
 
-#: config/c4x/c4x-c.c:75
+#: config/mips/mips.c:9543
 #, gcc-internal-format
-msgid "missing function name in '#pragma %s' - ignored"
+msgid "the cpu name must be lower case"
 msgstr ""
 
-#: config/c4x/c4x-c.c:80
+#: config/mips/mips.c:10209
 #, gcc-internal-format
-msgid "malformed '#pragma %s' - ignored"
+msgid "invalid argument to builtin function"
 msgstr ""
 
-#: config/c4x/c4x-c.c:82
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/mips/mips.h:2106
 #, gcc-internal-format
-msgid "missing section name in '#pragma %s' - ignored"
+msgid "mips16 function profiling"
 msgstr ""
 
-#: config/c4x/c4x-c.c:87
+#: config/mmix/mmix.c:227
 #, gcc-internal-format
-msgid "missing ')' for '#pragma %s' - ignored"
+msgid "-f%s not supported: ignored"
 msgstr ""
 
-#: config/c4x/c4x-c.c:90
+#: config/mmix/mmix.c:655
 #, gcc-internal-format
-msgid "junk at end of '#pragma %s'"
+msgid "support for mode %qs"
 msgstr ""
 
-#: config/c4x/c4x.c:860
+#: config/mmix/mmix.c:669
 #, gcc-internal-format
-msgid "ISR %s requires %d words of local vars, max is 32767"
+msgid ""
+"too large function value type, needs %d registers, have only %d registers "
+"for this"
 msgstr ""
 
-#. This function is for retrieving a part of an instruction name for
-#. an operator, for immediate output.  If that ever happens for
-#. MULT, we need to apply TARGET_MUL_BUG in the caller.  Make sure
-#. we notice.
-#: config/cris/cris.c:434
+#: config/mmix/mmix.c:839
 #, gcc-internal-format
-msgid "MULT case in cris_op_str"
+msgid "function_profiler support for MMIX"
 msgstr ""
 
-#: config/cris/cris.c:812
+#: config/mmix/mmix.c:861
 #, gcc-internal-format
-msgid "invalid use of ':' modifier"
+msgid "MMIX Internal: Last named vararg would not fit in a register"
 msgstr ""
 
-#: config/cris/cris.c:978
+#: config/mmix/mmix.c:1476 config/mmix/mmix.c:1500 config/mmix/mmix.c:1616
 #, gcc-internal-format
-msgid "internal error: bad register: %d"
+msgid "MMIX Internal: Bad register: %d"
 msgstr ""
 
-#: config/cris/cris.c:1445
+#. Presumably there's a missing case above if we get here.
+#: config/mmix/mmix.c:1608
 #, gcc-internal-format
-msgid "internal error: sideeffect-insn affecting main effect"
+msgid "MMIX Internal: Missing %qc case in mmix_print_operand"
 msgstr ""
 
-#: config/cris/cris.c:1469
+#: config/mmix/mmix.c:1894
 #, gcc-internal-format
-msgid "unknown cc_attr value"
+msgid "stack frame not a multiple of 8 bytes: %wd"
 msgstr ""
 
-#. If we get here, the caller got its initial tests wrong.
-#: config/cris/cris.c:1820
+#: config/mmix/mmix.c:2130
 #, gcc-internal-format
-msgid "internal error: cris_side_effect_mode_ok with bad operands"
+msgid "stack frame not a multiple of octabyte: %wd"
 msgstr ""
 
-#: config/cris/cris.c:2023
+#: config/mmix/mmix.c:2470 config/mmix/mmix.c:2534
 #, gcc-internal-format
-msgid "-max-stackframe=%d is not usable, not between 0 and %d"
+msgid "MMIX Internal: %s is not a shiftable int"
 msgstr ""
 
-#: config/cris/cris.c:2051
+#: config/ms1/ms1.c:315
 #, gcc-internal-format
-msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
+msgid "info pointer NULL"
 msgstr ""
 
-#: config/cris/cris.c:2087
+#: config/pa/pa.c:459
 #, gcc-internal-format
-msgid "unknown CRIS cpu version specification in -mtune= : %s"
+msgid "PIC code generation is not supported in the portable runtime model"
 msgstr ""
 
-#: config/cris/cris.c:2105
+#: config/pa/pa.c:464
 #, gcc-internal-format
-msgid "-fPIC and -fpic are not supported in this configuration"
+msgid "PIC code generation is not compatible with fast indirect calls"
 msgstr ""
 
-#: config/cris/cris.c:2120
+#: config/pa/pa.c:469
 #, gcc-internal-format
-msgid "that particular -g option is invalid with -maout and -melinux"
+msgid "-g is only supported when using GAS on this processor,"
 msgstr ""
 
-#: config/cris/cris.c:2314
+#: config/pa/pa.c:470
 #, gcc-internal-format
-msgid "Unknown src"
+msgid "-g option disabled"
 msgstr ""
 
-#: config/cris/cris.c:2356
+#: config/pa/pa.c:7996
 #, gcc-internal-format
-msgid "Unknown dest"
+msgid ""
+"alignment (%u) for %s exceeds maximum alignment for global common data.  "
+"Using %u"
 msgstr ""
 
-#: config/cris/cris.c:2641
+#: config/pa/pa-hpux11.h:85
 #, gcc-internal-format
-msgid "stackframe too big: %d bytes"
+msgid "-munix=98 option required for C89 Amendment 1 features.\n"
 msgstr ""
 
-#: config/cris/cris.c:3057 config/cris/cris.c:3084
+#: config/rs6000/host-darwin.c:52
 #, gcc-internal-format
-msgid "expand_binop failed in movsi got"
+msgid "Segmentation Fault (code)"
 msgstr ""
 
-#: config/cris/cris.c:3149
+#: config/rs6000/host-darwin.c:117
 #, gcc-internal-format
-msgid "emitting PIC operand, but PIC register isn't set up"
+msgid "Segmentation Fault"
 msgstr ""
 
-#. Definitions for GCC.  Part of the machine description for CRIS.
-#. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-#. Free Software Foundation, Inc.
-#. Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
-#.
-#. This file is part of GCC.
-#.
-#. GCC is free software; you can redistribute it and/or modify
-#. it under the terms of the GNU General Public License as published by
-#. the Free Software Foundation; either version 2, or (at your option)
-#. any later version.
-#.
-#. GCC is distributed in the hope that it will be useful,
-#. but WITHOUT ANY WARRANTY; without even the implied warranty of
-#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#. GNU General Public License for more details.
-#.
-#. You should have received a copy of the GNU General Public License
-#. along with GCC; see the file COPYING.  If not, write to
-#. the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-#. Boston, MA 02110-1301, USA.
-#. After the first "Node:" comment comes all preprocessor directives and
-#. attached declarations described in the info files, the "Using and
-#. Porting GCC" manual (uapgcc), in the same order as found in the "Target
-#. macros" section in the gcc-2.9x CVS edition of 2000-03-17.  FIXME: Not
-#. really, but needs an update anyway.
-#.
-#. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
-#. for that.  If applicable, there is a CRIS-specific comment.  The order
-#. of macro definitions follow the order in the manual.  Every section in
-#. the manual (node in the info pages) has an introductory `Node:
-#. <subchapter>' comment.  If no macros are defined for a section, only
-#. the section-comment is present.
-#. Note that other header files (e.g. config/elfos.h, config/linux.h,
-#. config/cris/linux.h and config/cris/aout.h) are responsible for lots of
-#. settings not repeated below.  This file contains general CRIS
-#. definitions and definitions for the cris-*-elf subtarget.
-#. We don't want to use gcc_assert for everything, as that can be
-#. compiled out.
-#: config/cris/cris.h:44
+#: config/rs6000/host-darwin.c:131
 #, gcc-internal-format
-msgid "CRIS-port assertion failed: "
+msgid "While setting up signal stack: %m"
 msgstr ""
 
-#. Node: Caller Saves
-#. (no definitions)
-#. Node: Function entry
-#. See cris.c for TARGET_ASM_FUNCTION_PROLOGUE and
-#. TARGET_ASM_FUNCTION_EPILOGUE.
-#. Node: Profiling
-#: config/cris/cris.h:867
+#: config/rs6000/host-darwin.c:137
 #, gcc-internal-format
-msgid "no FUNCTION_PROFILER for CRIS"
+msgid "While setting up signal handler: %m"
 msgstr ""
 
-#: config/crx/crx.h:355
+#. Handle the machine specific pragma longcall.  Its syntax is
+#.
+#. # pragma longcall ( TOGGLE )
+#.
+#. where TOGGLE is either 0 or 1.
+#.
+#. rs6000_default_long_calls is set to the value of TOGGLE, changing
+#. whether or not new function declarations receive a longcall
+#. attribute by default.
+#: config/rs6000/rs6000-c.c:53
 #, gcc-internal-format
-msgid "Profiler support for CRX"
+msgid "ignoring malformed #pragma longcall"
 msgstr ""
 
-#: config/crx/crx.h:366
+#: config/rs6000/rs6000-c.c:66
 #, gcc-internal-format
-msgid "Trampoline support for CRX"
+msgid "missing open paren"
 msgstr ""
 
-#: config/frv/frv.c:8623
+#: config/rs6000/rs6000-c.c:68
 #, gcc-internal-format
-msgid "accumulator is not a constant integer"
+msgid "missing number"
 msgstr ""
 
-#: config/frv/frv.c:8628
+#: config/rs6000/rs6000-c.c:70
 #, gcc-internal-format
-msgid "accumulator number is out of bounds"
+msgid "missing close paren"
 msgstr ""
 
-#: config/frv/frv.c:8639
+#: config/rs6000/rs6000-c.c:73
 #, gcc-internal-format
-msgid "inappropriate accumulator for %qs"
+msgid "number must be 0 or 1"
 msgstr ""
 
-#: config/frv/frv.c:8717
+#: config/rs6000/rs6000-c.c:76
 #, gcc-internal-format
-msgid "invalid IACC argument"
+msgid "junk at end of #pragma longcall"
 msgstr ""
 
-#: config/frv/frv.c:8740
+#: config/rs6000/rs6000-c.c:2530
 #, gcc-internal-format
-msgid "%qs expects a constant argument"
+msgid "passing arg %d of %qE discards qualifiers frompointer target type"
 msgstr ""
 
-#: config/frv/frv.c:8745
+#: config/rs6000/rs6000-c.c:2573
 #, gcc-internal-format
-msgid "constant argument out of range for %qs"
+msgid "invalid parameter combination for AltiVec intrinsic"
 msgstr ""
 
-#: config/frv/frv.c:9227
+#: config/rs6000/rs6000.c:1250
 #, gcc-internal-format
-msgid "media functions are not available unless -mmedia is used"
+msgid "-mmultiple is not supported on little endian systems"
 msgstr ""
 
-#: config/frv/frv.c:9239
+#: config/rs6000/rs6000.c:1257
 #, gcc-internal-format
-msgid "this media function is only available on the fr500"
+msgid "-mstring is not supported on little endian systems"
 msgstr ""
 
-#: config/frv/frv.c:9267
+#: config/rs6000/rs6000.c:1271
 #, gcc-internal-format
-msgid "this media function is only available on the fr400 and fr550"
+msgid "unknown -mdebug-%s switch"
 msgstr ""
 
-#: config/frv/frv.c:9286
+#: config/rs6000/rs6000.c:1283
 #, gcc-internal-format
-msgid "this builtin function is only available on the fr405 and fr450"
+msgid ""
+"unknown -mtraceback arg %qs; expecting %<full%>, %<partial%> or %<none%>"
 msgstr ""
 
-#: config/frv/frv.c:9295
+#: config/rs6000/rs6000.c:1324
 #, gcc-internal-format
-msgid "this builtin function is only available on the fr500 and fr550"
+msgid "AltiVec and E500 instructions cannot coexist"
 msgstr ""
 
-#: config/frv/frv.c:9307
+#: config/rs6000/rs6000.c:1553
 #, gcc-internal-format
-msgid "this builtin function is only available on the fr450"
+msgid "unknown -m%s= option specified: '%s'"
 msgstr ""
 
-#: config/h8300/h8300.c:331
+#: config/rs6000/rs6000.c:1758
 #, gcc-internal-format
-msgid "-ms2600 is used without -ms"
+msgid "not configured for ABI: '%s'"
 msgstr ""
 
-#: config/h8300/h8300.c:337
+#: config/rs6000/rs6000.c:1768
 #, gcc-internal-format
-msgid "-mn is used without -mh or -ms"
+msgid "Using darwin64 ABI"
 msgstr ""
 
-#: config/i386/host-cygwin.c:65
+#: config/rs6000/rs6000.c:1773
 #, gcc-internal-format
-msgid "can't extend PCH file: %m"
+msgid "Using old darwin ABI"
 msgstr ""
 
-#: config/i386/host-cygwin.c:76
+#: config/rs6000/rs6000.c:1778
 #, gcc-internal-format
-msgid "can't set position in PCH file: %m"
+msgid "unknown ABI specified: '%s'"
 msgstr ""
 
-#: config/i386/i386.c:1316
+#: config/rs6000/rs6000.c:1805
 #, gcc-internal-format
-msgid "code model %s not supported in PIC mode"
+msgid "invalid option for -mfloat-gprs: '%s'"
 msgstr ""
 
-#: config/i386/i386.c:1324 config/sparc/sparc.c:662
+#: config/rs6000/rs6000.c:1815
 #, gcc-internal-format
-msgid "bad value (%s) for -mcmodel= switch"
+msgid "Unknown switch -mlong-double-%s"
 msgstr ""
 
-#: config/i386/i386.c:1339
+#: config/rs6000/rs6000.c:1836
 #, gcc-internal-format
-msgid "bad value (%s) for -masm= switch"
+msgid ""
+"-malign-power is not supported for 64-bit Darwin; it is incompatible with "
+"the installed C and C++ libraries"
 msgstr ""
 
-#: config/i386/i386.c:1342
+#: config/rs6000/rs6000.c:1844
 #, gcc-internal-format
-msgid "code model %qs not supported in the %s bit mode"
+msgid "unknown -malign-XXXXX option specified: '%s'"
 msgstr ""
 
-#: config/i386/i386.c:1345
+#: config/rs6000/rs6000.c:4201
 #, gcc-internal-format
-msgid "code model %<large%> not supported yet"
+msgid ""
+"GCC vector returned by reference: non-standard ABI extension with no "
+"compatibility guarantee"
 msgstr ""
 
-#: config/i386/i386.c:1347
+#: config/rs6000/rs6000.c:4274
 #, gcc-internal-format
-msgid "%i-bit mode not compiled in"
+msgid ""
+"cannot return value in vector register because altivec instructions are "
+"disabled, use -maltivec to enable them"
 msgstr ""
 
-#: config/i386/i386.c:1377 config/i386/i386.c:1401
+#: config/rs6000/rs6000.c:4520
 #, gcc-internal-format
-msgid "CPU you selected does not support x86-64 instruction set"
+msgid ""
+"cannot pass argument in vector register because altivec instructions are "
+"disabled, use -maltivec to enable them"
 msgstr ""
 
-#: config/i386/i386.c:1383 config/ms1/ms1.c:798
+#: config/rs6000/rs6000.c:5373
 #, gcc-internal-format
-msgid "bad value (%s) for -march= switch"
+msgid ""
+"GCC vector passed by reference: non-standard ABI extension with no "
+"compatibility guarantee"
 msgstr ""
 
-#: config/i386/i386.c:1414
+#: config/rs6000/rs6000.c:6542
 #, gcc-internal-format
-msgid "bad value (%s) for -mtune= switch"
+msgid "argument 1 must be a 5-bit signed literal"
 msgstr ""
 
-#: config/i386/i386.c:1431
+#: config/rs6000/rs6000.c:6645 config/rs6000/rs6000.c:7439
 #, gcc-internal-format
-msgid "-mregparm=%d is not between 0 and %d"
+msgid "argument 2 must be a 5-bit unsigned literal"
 msgstr ""
 
-#: config/i386/i386.c:1444
+#: config/rs6000/rs6000.c:6685
 #, gcc-internal-format
-msgid "-malign-loops is obsolete, use -falign-loops"
+msgid "argument 1 of __builtin_altivec_predicate must be a constant"
 msgstr ""
 
-#: config/i386/i386.c:1449 config/i386/i386.c:1462 config/i386/i386.c:1475
+#: config/rs6000/rs6000.c:6738
 #, gcc-internal-format
-msgid "-malign-loops=%d is not between 0 and %d"
+msgid "argument 1 of __builtin_altivec_predicate is out of range"
 msgstr ""
 
-#: config/i386/i386.c:1457
+#: config/rs6000/rs6000.c:6900
 #, gcc-internal-format
-msgid "-malign-jumps is obsolete, use -falign-jumps"
+msgid "argument 3 must be a 4-bit unsigned literal"
 msgstr ""
 
-#: config/i386/i386.c:1470
+#: config/rs6000/rs6000.c:7072
 #, gcc-internal-format
-msgid "-malign-functions is obsolete, use -falign-functions"
+msgid "argument to %qs must be a 2-bit unsigned literal"
 msgstr ""
 
-#: config/i386/i386.c:1508
+#: config/rs6000/rs6000.c:7216
 #, gcc-internal-format
-msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
+msgid "unresolved overload for Altivec builtin %qF"
 msgstr ""
 
-#: config/i386/i386.c:1520
+#: config/rs6000/rs6000.c:7298
 #, gcc-internal-format
-msgid "-mbranch-cost=%d is not between 0 and 5"
+msgid "argument to dss must be a 2-bit unsigned literal"
 msgstr ""
 
-#: config/i386/i386.c:1528
+#: config/rs6000/rs6000.c:7559
 #, gcc-internal-format
-msgid "-mlarge-data-threshold=%d is negative"
+msgid "argument 1 of __builtin_spe_predicate must be a constant"
 msgstr ""
 
-#: config/i386/i386.c:1540
+#: config/rs6000/rs6000.c:7631
 #, gcc-internal-format
-msgid "bad value (%s) for -mtls-dialect= switch"
+msgid "argument 1 of __builtin_spe_predicate is out of range"
 msgstr ""
 
-#: config/i386/i386.c:1587
+#: config/rs6000/rs6000.c:13577
 #, gcc-internal-format
-msgid "-malign-double makes no sense in the 64bit mode"
+msgid "stack frame too large"
 msgstr ""
 
-#: config/i386/i386.c:1589
+#: config/rs6000/rs6000.c:16137
 #, gcc-internal-format
-msgid "-mrtd calling convention not supported in the 64bit mode"
+msgid "no profiling of 64-bit code for this ABI"
 msgstr ""
 
-#: config/i386/i386.c:1609
+#: config/rs6000/rs6000.c:17246
 #, gcc-internal-format
-msgid "-msseregparm used without SSE enabled"
+msgid "use of %<long%> in AltiVec types is invalid for 64-bit code"
 msgstr ""
 
-#: config/i386/i386.c:1621 config/i386/i386.c:1632
+#: config/rs6000/rs6000.c:17248
 #, gcc-internal-format
-msgid "SSE instruction set disabled, using 387 arithmetics"
+msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
 msgstr ""
 
-#: config/i386/i386.c:1637
+#: config/rs6000/rs6000.c:17252
 #, gcc-internal-format
-msgid "387 instruction set disabled, using SSE arithmetics"
+msgid "use of %<long long%> in AltiVec types is invalid"
 msgstr ""
 
-#: config/i386/i386.c:1644
+#: config/rs6000/rs6000.c:17254
 #, gcc-internal-format
-msgid "bad value (%s) for -mfpmath= switch"
+msgid "use of %<double%> in AltiVec types is invalid"
 msgstr ""
 
-#: config/i386/i386.c:2007 config/i386/i386.c:2049
+#: config/rs6000/rs6000.c:17256
 #, gcc-internal-format
-msgid "fastcall and regparm attributes are not compatible"
+msgid "use of %<long double%> in AltiVec types is invalid"
 msgstr ""
 
-#: config/i386/i386.c:2014
+#: config/rs6000/rs6000.c:17258
 #, gcc-internal-format
-msgid "%qs attribute requires an integer constant argument"
+msgid "use of boolean types in AltiVec types is invalid"
 msgstr ""
 
-#: config/i386/i386.c:2020
+#: config/rs6000/rs6000.c:17260
 #, gcc-internal-format
-msgid "argument to %qs attribute larger than %d"
+msgid "use of %<complex%> in AltiVec types is invalid"
 msgstr ""
 
-#: config/i386/i386.c:2041 config/i386/i386.c:2076
+#: config/rs6000/aix43.h:39 config/rs6000/aix51.h:38 config/rs6000/aix52.h:38
 #, gcc-internal-format
-msgid "fastcall and cdecl attributes are not compatible"
+msgid "-maix64 and POWER architecture are incompatible"
 msgstr ""
 
-#: config/i386/i386.c:2045
+#: config/rs6000/aix43.h:44 config/rs6000/aix51.h:43 config/rs6000/aix52.h:43
 #, gcc-internal-format
-msgid "fastcall and stdcall attributes are not compatible"
+msgid "-maix64 requires PowerPC64 architecture remain enabled"
 msgstr ""
 
-#: config/i386/i386.c:2059 config/i386/i386.c:2072
+#: config/rs6000/aix43.h:48 config/rs6000/aix51.h:47 config/rs6000/aix52.h:47
 #, gcc-internal-format
-msgid "stdcall and cdecl attributes are not compatible"
+msgid ""
+"-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
 msgstr ""
 
-#: config/i386/i386.c:2063
+#. The Darwin ABI always includes AltiVec, can't be (validly) turned
+#. off.
+#: config/rs6000/darwin.h:75
 #, gcc-internal-format
-msgid "stdcall and fastcall attributes are not compatible"
+msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
 msgstr ""
 
-#: config/i386/i386.c:2197
+#. Darwin doesn't support -fpic.
+#: config/rs6000/darwin.h:81
 #, gcc-internal-format
-msgid "Calling %qD with attribute sseregparm without SSE/SSE2 enabled"
+msgid "-fpic is not supported; -fPIC assumed"
 msgstr ""
 
-#: config/i386/i386.c:2200
+#: config/rs6000/darwin.h:88
 #, gcc-internal-format
-msgid "Calling %qT with attribute sseregparm without SSE/SSE2 enabled"
+msgid "-m64 requires PowerPC64 architecture, enabling"
 msgstr ""
 
-#: config/i386/i386.c:2925
+#. See note below.
+#. if (!rs6000_explicit_options.long_double)
+#. rs6000_long_double_type_size = 128;
+#: config/rs6000/eabispe.h:45 config/rs6000/linuxspe.h:62
 #, gcc-internal-format
-msgid "SSE register return with SSE disabled"
+msgid "-m64 not supported in this configuration"
 msgstr ""
 
-#: config/i386/i386.c:2927
+#: config/rs6000/linux64.h:109
 #, gcc-internal-format
-msgid "SSE register argument with SSE disabled"
+msgid "-m64 requires a PowerPC64 cpu"
 msgstr ""
 
-#: config/i386/i386.c:3242
+#. Definitions for __builtin_return_address and __builtin_frame_address.
+#. __builtin_return_address (0) should give link register (65), enable
+#. this.
+#. This should be uncommented, so that the link register is used, but
+#. currently this would result in unmatched insns and spilling fixed
+#. registers so we'll leave it for another day.  When these problems are
+#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
+#. (mrs)
+#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
+#. Number of bytes into the frame return addresses can be found.  See
+#. rs6000_stack_info in rs6000.c for more information on how the different
+#. abi's store the return address.
+#: config/rs6000/rs6000.h:1590
 #, gcc-internal-format
-msgid "SSE vector argument without SSE enabled changes the ABI"
+msgid "RETURN_ADDRESS_OFFSET not supported"
 msgstr ""
 
-#: config/i386/i386.c:3259
+#. Sometimes certain combinations of command options do not make sense
+#. on a particular target machine.  You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
+#. get control.
+#: config/rs6000/sysv4.h:130
 #, gcc-internal-format
-msgid "MMX vector argument without MMX enabled changes the ABI"
+msgid "bad value for -mcall-%s"
 msgstr ""
 
-#: config/i386/i386.c:3525
+#: config/rs6000/sysv4.h:146
 #, gcc-internal-format
-msgid "SSE vector return without SSE enabled changes the ABI"
+msgid "bad value for -msdata=%s"
 msgstr ""
 
-#: config/i386/i386.c:3535
+#: config/rs6000/sysv4.h:163
 #, gcc-internal-format
-msgid "MMX vector return without MMX enabled changes the ABI"
+msgid "-mrelocatable and -msdata=%s are incompatible"
 msgstr ""
 
-#: config/i386/i386.c:6762
+#: config/rs6000/sysv4.h:172
 #, gcc-internal-format
-msgid "extended registers have no high halves"
+msgid "-f%s and -msdata=%s are incompatible"
 msgstr ""
 
-#: config/i386/i386.c:6777
+#: config/rs6000/sysv4.h:181
 #, gcc-internal-format
-msgid "unsupported operand size for extended register"
+msgid "-msdata=%s and -mcall-%s are incompatible"
 msgstr ""
 
-#: config/i386/i386.c:15029 config/rs6000/rs6000.c:7060
+#: config/rs6000/sysv4.h:190
 #, gcc-internal-format
-msgid "selector must be an integer constant in the range 0..%wi"
+msgid "-mrelocatable and -mno-minimal-toc are incompatible"
 msgstr ""
 
-#: config/i386/i386.c:15367
+#: config/rs6000/sysv4.h:196
 #, gcc-internal-format
-msgid "shift must be an immediate"
+msgid "-mrelocatable and -mcall-%s are incompatible"
 msgstr ""
 
-#: config/i386/i386.c:16537
+#: config/rs6000/sysv4.h:203
 #, gcc-internal-format
-msgid "%qs incompatible attribute ignored"
+msgid "-fPIC and -mcall-%s are incompatible"
 msgstr ""
 
-#: config/i386/winnt.c:74
+#: config/rs6000/sysv4.h:210
 #, gcc-internal-format
-msgid "%qs attribute only applies to variables"
+msgid "-mcall-aixdesc must be big endian"
 msgstr ""
 
-#: config/i386/winnt.c:103
+#: config/rs6000/sysv4.h:215
 #, gcc-internal-format
-msgid ""
-"%qs attribute applies only to initialized variables with external linkage"
+msgid "-msecure-plt not supported by your assembler"
 msgstr ""
 
-#: config/i386/winnt.c:202 config/sh/symbian.c:147
+#: config/rs6000/sysv4.h:230
 #, gcc-internal-format
-msgid ""
-"function %q+D is defined after prior declaration as dllimport: attribute "
-"ignored"
+msgid "-m%s not supported in this configuration"
 msgstr ""
 
-#: config/i386/winnt.c:213 config/sh/symbian.c:159
+#: config/s390/s390.c:1319
 #, gcc-internal-format
-msgid "inline function %q+D is declared as dllimport: attribute ignored"
+msgid "stack guard value must be an exact power of 2"
 msgstr ""
 
-#: config/i386/winnt.c:225 config/sh/symbian.c:173
+#: config/s390/s390.c:1326
 #, gcc-internal-format
-msgid "definition of static data member %q+D of dllimport'd class"
+msgid "stack size must be an exact power of 2"
 msgstr ""
 
-#: config/i386/winnt.c:282
+#: config/s390/s390.c:1371
 #, gcc-internal-format
-msgid "inconsistent dll linkage for %q+D, dllexport assumed"
+msgid "z/Architecture mode not supported on %s"
 msgstr ""
 
-#: config/i386/winnt.c:323 config/sh/symbian.c:273
+#: config/s390/s390.c:1373
 #, gcc-internal-format
-msgid "%qs declared as both exported to and imported from a DLL"
+msgid "64-bit ABI not supported in ESA/390 mode"
 msgstr ""
 
-#: config/i386/winnt.c:466
+#: config/s390/s390.c:1384
 #, gcc-internal-format
-msgid "%q+D defined locally after being referenced with dllimport linkage"
+msgid ""
+"-mbackchain -mpacked-stack -mhard-float are not supported in combination"
 msgstr ""
 
-#: config/i386/winnt.c:469
+#: config/s390/s390.c:1390
 #, gcc-internal-format
-msgid ""
-"%q+D redeclared without dllimport attribute after being referenced with "
-"dllimport linkage"
+msgid "-mstack-size implies use of -mstack-guard"
 msgstr ""
 
-#: config/i386/winnt.c:637
+#: config/s390/s390.c:1392
 #, gcc-internal-format
-msgid "%q+D causes a section type conflict"
+msgid "stack size must be greater than the stack guard value"
 msgstr ""
 
-#: config/i386/cygming.h:166
+#: config/s390/s390.c:1394
 #, gcc-internal-format
-msgid "-f%s ignored for target (all code is position independent)"
+msgid "stack size must not be greater than 64k"
 msgstr ""
 
-#: config/i386/djgpp.h:181
+#: config/s390/s390.c:1397
 #, gcc-internal-format
-msgid "-mbnu210 is ignored (option is obsolete)"
+msgid "-mstack-guard implies use of -mstack-size"
 msgstr ""
 
-#: config/i386/i386-interix.h:257
+#: config/s390/s390.c:6253
 #, gcc-internal-format
-msgid "ms-bitfields not supported for objc"
+msgid "total size of local variables exceeds architecture limit"
 msgstr ""
 
-#: config/ia64/ia64-c.c:52
+#: config/s390/s390.c:6840
 #, gcc-internal-format
-msgid "malformed #pragma builtin"
+msgid "frame size of %qs is "
 msgstr ""
 
-#: config/ia64/ia64.c:505 config/m32r/m32r.c:373
+#: config/s390/s390.c:6840
 #, gcc-internal-format
-msgid "invalid argument of %qs attribute"
+msgid " bytes"
 msgstr ""
 
-#: config/ia64/ia64.c:517
+#: config/s390/s390.c:6844
 #, gcc-internal-format
-msgid "%Jan address area attribute cannot be specified for local variables"
+msgid "%qs uses dynamic stack allocation"
 msgstr ""
 
-#: config/ia64/ia64.c:524
+#: config/sh/sh.c:6486
 #, gcc-internal-format
-msgid "address area of %q+D conflicts with previous declaration"
+msgid "__builtin_saveregs not supported by this subtarget"
 msgstr ""
 
-#: config/ia64/ia64.c:531
+#: config/sh/sh.c:7535
 #, gcc-internal-format
-msgid "%Jaddress area attribute cannot be specified for functions"
+msgid "attribute interrupt_handler is not compatible with -m5-compact"
 msgstr ""
 
-#: config/ia64/ia64.c:4931 config/pa/pa.c:327
+#. The sp_switch attribute only has meaning for interrupt functions.
+#. The trap_exit attribute only has meaning for interrupt functions.
+#: config/sh/sh.c:7557 config/sh/sh.c:7592
 #, gcc-internal-format
-msgid "value of -mfixed-range must have form REG1-REG2"
+msgid "%qs attribute only applies to interrupt functions"
 msgstr ""
 
-#: config/ia64/ia64.c:4958 config/pa/pa.c:354
+#. The argument must be a constant string.
+#: config/sh/sh.c:7564
 #, gcc-internal-format
-msgid "%s-%s is an empty range"
+msgid "%qs attribute argument not a string constant"
 msgstr ""
 
-#: config/ia64/ia64.c:4986
+#. The argument must be a constant integer.
+#: config/sh/sh.c:7599
 #, gcc-internal-format
-msgid "bad value %<%s%> for -mtls-size= switch"
+msgid "%qs attribute argument not an integer constant"
 msgstr ""
 
-#: config/ia64/ia64.c:5014
+#: config/sh/sh.c:9655
 #, gcc-internal-format
-msgid "bad value %<%s%> for -mtune= switch"
+msgid "r0 needs to be available as a call-clobbered register"
 msgstr ""
 
-#: config/ia64/ia64.c:5033
+#: config/sh/sh.c:9676
 #, gcc-internal-format
-msgid "not yet implemented: latency-optimized inline square root"
+msgid "Need a second call-clobbered general purpose register"
 msgstr ""
 
-#: config/iq2000/iq2000.c:1808
+#: config/sh/sh.c:9684
 #, gcc-internal-format
-msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
+msgid "Need a call-clobbered target register"
 msgstr ""
 
-#: config/iq2000/iq2000.c:2589
+#: config/sh/symbian.c:147
 #, gcc-internal-format
-msgid "argument %qd is not a constant"
+msgid ""
+"function %q+D is defined after prior declaration as dllimport: attribute "
+"ignored"
 msgstr ""
 
-#: config/iq2000/iq2000.c:2892 config/ms1/ms1.c:338
-#: config/xtensa/xtensa.c:1773
+#: config/sh/symbian.c:159
 #, gcc-internal-format
-msgid "PRINT_OPERAND_ADDRESS, null pointer"
+msgid "inline function %q+D is declared as dllimport: attribute ignored"
 msgstr ""
 
-#: config/iq2000/iq2000.c:3047
+#: config/sh/symbian.c:280
 #, gcc-internal-format
-msgid "PRINT_OPERAND: Unknown punctuation '%c'"
+msgid ""
+"failure in redeclaration of %q+D: dllimport'd symbol lacks external linkage"
 msgstr ""
 
-#: config/iq2000/iq2000.c:3056 config/mips/mips.c:5390
-#: config/xtensa/xtensa.c:1627
+#: config/sh/symbian.c:326
 #, gcc-internal-format
-msgid "PRINT_OPERAND null pointer"
+msgid "%s %q+D %s after being referenced with dllimport linkage"
 msgstr ""
 
-#: config/m32c/m32c-pragma.c:64
+#: config/sh/symbian.c:892 cp/tree.c:2334
 #, gcc-internal-format
-msgid "junk at end of #pragma GCC memregs [0..16]"
+msgid "lang_* check: failed in %s, at %s:%d"
 msgstr ""
 
-#: config/m32c/m32c-pragma.c:71
+#. FIXME
+#: config/sh/netbsd-elf.h:95
 #, gcc-internal-format
-msgid "#pragma GCC memregs must precede any function decls"
+msgid "unimplemented-shmedia profiling"
 msgstr ""
 
-#: config/m32c/m32c-pragma.c:82 config/m32c/m32c-pragma.c:89
+#. There are no delay slots on SHmedia.
+#. Relaxation isn't yet supported for SHmedia
+#. After reload, if conversion does little good but can cause       ICEs:                                                                   - find_if_block doesn't do anything for SH because we don't               have conditional execution patterns.  (We use conditional               move patterns, which are handled differently, and only                  before reload).                                                       - find_cond_trap doesn't do anything for the SH because we #. don't have conditional traps.                                             - find_if_case_1 uses redirect_edge_and_branch_force in                   the only path that does an optimization, and this causes                an ICE when branch targets are in registers.                          - find_if_case_2 doesn't do anything for the SHmedia after                reload except when it can redirect a tablejump - and                    that's rather rare.
+#. -fprofile-arcs needs a working libgcov .  In unified tree            configurations with newlib, this requires to configure with             --with-newlib --with-headers.  But there is no way to check             here we have a working libgcov, so just assume that we have.
+#: config/sh/sh.h:611
 #, gcc-internal-format
-msgid "#pragma GCC memregs takes a number [0..16]"
+msgid "profiling is still experimental for this target"
 msgstr ""
 
-#: config/m32c/m32c.c:412
+#. Only the sh64-elf assembler fully supports .quad properly.
+#. User supplied - leave it alone.
+#. The debugging information is sufficient,                            but gdb doesn't implement this yet
+#. Never run scheduling before reload, since that can                   break global alloc, and generates slower code anyway due                to the pressure on R0.
+#. Enable sched1 for SH4; ready queue will be reordered by              the target hooks when pressure is high. We can not do this for          SH3 and lower as they give spill failures for R0.
+#. ??? Current exception handling places basic block boundaries                 after call_insns.  It causes the high pressure on R0 and gives          spill failures for R0 in reload.  See PR 22553 and the thread           on gcc-patches                                                          <http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00816.html>.
+#: config/sh/sh.h:676
 #, gcc-internal-format
-msgid "invalid target memregs value '%d'"
+msgid "ignoring -fschedule-insns because of exception handling bug"
 msgstr ""
 
-#: config/m68hc11/m68hc11.c:279
+#: config/sparc/sparc.c:635
 #, gcc-internal-format
-msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
+msgid "%s is not supported by this configuration"
 msgstr ""
 
-#: config/m68hc11/m68hc11.c:1240
+#: config/sparc/sparc.c:642
 #, gcc-internal-format
-msgid "%<trap%> and %<far%> attributes are not compatible, ignoring %<far%>"
+msgid "-mlong-double-64 not allowed with -m64"
 msgstr ""
 
-#: config/m68hc11/m68hc11.c:1247
+#: config/sparc/sparc.c:667
 #, gcc-internal-format
-msgid "%<trap%> attribute is already used"
+msgid "-mcmodel= is not supported on 32 bit systems"
 msgstr ""
 
-#: config/m68k/m68k.c:321
+#: config/stormy16/stormy16.c:497
 #, gcc-internal-format
-msgid "cannot specify both -msep-data and -mid-shared-library"
+msgid "constant halfword load operand out of range"
 msgstr ""
 
-#: config/m68k/m68k.c:333
+#: config/stormy16/stormy16.c:507
 #, gcc-internal-format
-msgid "-fPIC is not currently supported on the 68000 or 68010"
+msgid "constant arithmetic operand out of range"
 msgstr ""
 
-#: config/m68k/m68k.c:640 config/rs6000/rs6000.c:13546
+#: config/stormy16/stormy16.c:1108
 #, gcc-internal-format
-msgid "stack limit expression is not supported"
+msgid "local variable memory requirements exceed capacity"
 msgstr ""
 
-#: config/mips/mips.c:4584
+#: config/stormy16/stormy16.c:1274
 #, gcc-internal-format
-msgid ""
-"-%s conflicts with the other architecture options, which specify a %s "
-"processor"
+msgid "function_profiler support"
 msgstr ""
 
-#: config/mips/mips.c:4600
+#: config/stormy16/stormy16.c:1363
 #, gcc-internal-format
-msgid "-march=%s is not compatible with the selected ABI"
+msgid "cannot use va_start in interrupt function"
 msgstr ""
 
-#: config/mips/mips.c:4618
+#: config/stormy16/stormy16.c:1895
 #, gcc-internal-format
-msgid "-mgp64 used with a 32-bit processor"
+msgid "switch statement of size %lu entries too large"
 msgstr ""
 
-#: config/mips/mips.c:4620
+#: config/stormy16/stormy16.c:2263
 #, gcc-internal-format
-msgid "-mgp32 used with a 64-bit ABI"
+msgid "%<__BELOW100__%> attribute only applies to variables"
 msgstr ""
 
-#: config/mips/mips.c:4622
+#: config/stormy16/stormy16.c:2270
 #, gcc-internal-format
-msgid "-mgp64 used with a 32-bit ABI"
+msgid "__BELOW100__ attribute not allowed with auto storage class"
 msgstr ""
 
-#: config/mips/mips.c:4640 config/mips/mips.c:4642 config/mips/mips.c:4644
-#: config/mips/mips.c:4720
+#: config/v850/v850-c.c:67
 #, gcc-internal-format
-msgid "unsupported combination: %s"
+msgid "#pragma GHS endXXXX found without previous startXXX"
 msgstr ""
 
-#: config/mips/mips.c:4715
+#: config/v850/v850-c.c:70
 #, gcc-internal-format
-msgid ""
-"generation of Branch Likely instructions enabled, but not supported by "
-"architecture"
+msgid "#pragma GHS endXXX does not match previous startXXX"
 msgstr ""
 
-#: config/mips/mips.c:4732
+#: config/v850/v850-c.c:96
 #, gcc-internal-format
-msgid "-G is incompatible with PIC code which is the default"
+msgid "cannot set interrupt attribute: no current function"
 msgstr ""
 
-#: config/mips/mips.c:4799
+#: config/v850/v850-c.c:104
 #, gcc-internal-format
-msgid "-mips3d requires -mpaired-single"
+msgid "cannot set interrupt attribute: no such identifier"
 msgstr ""
 
-#: config/mips/mips.c:4808
+#: config/v850/v850-c.c:149
 #, gcc-internal-format
-msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
+msgid "junk at end of #pragma ghs section"
 msgstr ""
 
-#: config/mips/mips.c:4813
+#: config/v850/v850-c.c:166
 #, gcc-internal-format
-msgid "-mips3d/-mpaired-single must be used with -mips64"
+msgid "unrecognized section name \"%s\""
 msgstr ""
 
-#: config/mips/mips.c:4816
+#: config/v850/v850-c.c:181
 #, gcc-internal-format
-msgid "-mips16 and -mdsp cannot be used together"
+msgid "malformed #pragma ghs section"
 msgstr ""
 
-#: config/mips/mips.c:5327
+#: config/v850/v850-c.c:200
 #, gcc-internal-format
-msgid "internal error: %%) found without a %%( in assembler pattern"
+msgid "junk at end of #pragma ghs interrupt"
 msgstr ""
 
-#: config/mips/mips.c:5341
+#: config/v850/v850-c.c:211
 #, gcc-internal-format
-msgid "internal error: %%] found without a %%[ in assembler pattern"
+msgid "junk at end of #pragma ghs starttda"
 msgstr ""
 
-#: config/mips/mips.c:5354
+#: config/v850/v850-c.c:222
 #, gcc-internal-format
-msgid "internal error: %%> found without a %%< in assembler pattern"
+msgid "junk at end of #pragma ghs startsda"
 msgstr ""
 
-#: config/mips/mips.c:5367
+#: config/v850/v850-c.c:233
 #, gcc-internal-format
-msgid "internal error: %%} found without a %%{ in assembler pattern"
+msgid "junk at end of #pragma ghs startzda"
 msgstr ""
 
-#: config/mips/mips.c:5381
+#: config/v850/v850-c.c:244
 #, gcc-internal-format
-msgid "PRINT_OPERAND: unknown punctuation '%c'"
+msgid "junk at end of #pragma ghs endtda"
 msgstr ""
 
-#: config/mips/mips.c:8144
+#: config/v850/v850-c.c:255
 #, gcc-internal-format
-msgid "cannot handle inconsistent calls to %qs"
+msgid "junk at end of #pragma ghs endsda"
 msgstr ""
 
-#: config/mips/mips.c:9543
+#: config/v850/v850-c.c:266
 #, gcc-internal-format
-msgid "the cpu name must be lower case"
+msgid "junk at end of #pragma ghs endzda"
 msgstr ""
 
-#: config/mips/mips.c:10209
+#: config/v850/v850.c:172
 #, gcc-internal-format
-msgid "invalid argument to builtin function"
+msgid "value passed to %<-m%s%> is too large"
 msgstr ""
 
-#. Output assembler code to FILE to increment profiler label # LABELNO
-#. for profiling a function entry.
-#: config/mips/mips.h:2106
+#: config/v850/v850.c:2147
 #, gcc-internal-format
-msgid "mips16 function profiling"
+msgid "%Jdata area attributes cannot be specified for local variables"
 msgstr ""
 
-#: config/mmix/mmix.c:227
+#: config/v850/v850.c:2158
 #, gcc-internal-format
-msgid "-f%s not supported: ignored"
+msgid "data area of %q+D conflicts with previous declaration"
 msgstr ""
 
-#: config/mmix/mmix.c:655
+#: config/v850/v850.c:2288
 #, gcc-internal-format
-msgid "support for mode %qs"
+msgid "bogus JR construction: %d"
 msgstr ""
 
-#: config/mmix/mmix.c:669
+#: config/v850/v850.c:2306 config/v850/v850.c:2415
 #, gcc-internal-format
-msgid ""
-"too large function value type, needs %d registers, have only %d registers "
-"for this"
+msgid "bad amount of stack space removal: %d"
 msgstr ""
 
-#: config/mmix/mmix.c:839
+#: config/v850/v850.c:2395
 #, gcc-internal-format
-msgid "function_profiler support for MMIX"
+msgid "bogus JARL construction: %d\n"
 msgstr ""
 
-#: config/mmix/mmix.c:861
+#: config/v850/v850.c:2694
 #, gcc-internal-format
-msgid "MMIX Internal: Last named vararg would not fit in a register"
+msgid "bogus DISPOSE construction: %d"
 msgstr ""
 
-#: config/mmix/mmix.c:1476 config/mmix/mmix.c:1500 config/mmix/mmix.c:1616
+#: config/v850/v850.c:2713
 #, gcc-internal-format
-msgid "MMIX Internal: Bad register: %d"
+msgid "too much stack space to dispose of: %d"
 msgstr ""
 
-#. Presumably there's a missing case above if we get here.
-#: config/mmix/mmix.c:1608
+#: config/v850/v850.c:2815
 #, gcc-internal-format
-msgid "MMIX Internal: Missing %qc case in mmix_print_operand"
+msgid "bogus PREPEARE construction: %d"
 msgstr ""
 
-#: config/mmix/mmix.c:1894
+#: config/v850/v850.c:2834
 #, gcc-internal-format
-msgid "stack frame not a multiple of 8 bytes: %wd"
+msgid "too much stack space to prepare: %d"
 msgstr ""
 
-#: config/mmix/mmix.c:2130
+#: config/xtensa/xtensa.c:1505
 #, gcc-internal-format
-msgid "stack frame not a multiple of octabyte: %wd"
+msgid "boolean registers required for the floating-point option"
 msgstr ""
 
-#: config/mmix/mmix.c:2470 config/mmix/mmix.c:2534
+#: config/xtensa/xtensa.c:1551
 #, gcc-internal-format
-msgid "MMIX Internal: %s is not a shiftable int"
+msgid "-f%s is not supported with CONST16 instructions"
 msgstr ""
 
-#: config/ms1/ms1.c:301
+#: config/xtensa/xtensa.c:1556
 #, gcc-internal-format
-msgid "info pointer NULL"
+msgid "PIC is required but not supported with CONST16 instructions"
 msgstr ""
 
-#: config/pa/pa.c:459
+#: config/xtensa/xtensa.c:2414
 #, gcc-internal-format
-msgid "PIC code generation is not supported in the portable runtime model"
+msgid "only uninitialized variables can be placed in a .bss section"
 msgstr ""
 
-#: config/pa/pa.c:464
+#: ada/misc.c:262
 #, gcc-internal-format
-msgid "PIC code generation is not compatible with fast indirect calls"
+msgid "missing argument to \"-%s\""
 msgstr ""
 
-#: config/pa/pa.c:469
+#: ada/misc.c:303
 #, gcc-internal-format
-msgid "-g is only supported when using GAS on this processor,"
+msgid "%<-gnat%> misspelled as %<-gant%>"
 msgstr ""
 
-#: config/pa/pa.c:470
+#: cp/call.c:289
 #, gcc-internal-format
-msgid "-g option disabled"
+msgid "unable to call pointer to member function here"
 msgstr ""
 
-#: config/pa/pa.c:7982
+#: cp/call.c:2392
 #, gcc-internal-format
-msgid ""
-"alignment (%u) for %s exceeds maximum alignment for global common data.  "
-"Using %u"
+msgid "%s %D(%T, %T, %T) <built-in>"
 msgstr ""
 
-#: config/pa/pa-hpux11.h:85
+#: cp/call.c:2397
 #, gcc-internal-format
-msgid "-munix=98 option required for C89 Amendment 1 features.\n"
+msgid "%s %D(%T, %T) <built-in>"
 msgstr ""
 
-#: config/rs6000/host-darwin.c:52
+#: cp/call.c:2401
 #, gcc-internal-format
-msgid "Segmentation Fault (code)"
+msgid "%s %D(%T) <built-in>"
 msgstr ""
 
-#: config/rs6000/host-darwin.c:117
+#: cp/call.c:2405
 #, gcc-internal-format
-msgid "Segmentation Fault"
+msgid "%s %T <conversion>"
 msgstr ""
 
-#: config/rs6000/host-darwin.c:131
+#: cp/call.c:2407
 #, gcc-internal-format
-msgid "While setting up signal stack: %m"
+msgid "%s %+#D <near match>"
 msgstr ""
 
-#: config/rs6000/host-darwin.c:137
+#: cp/call.c:2409 cp/pt.c:1324
 #, gcc-internal-format
-msgid "While setting up signal handler: %m"
+msgid "%s %+#D"
 msgstr ""
 
-#. Handle the machine specific pragma longcall.  Its syntax is
-#.
-#. # pragma longcall ( TOGGLE )
-#.
-#. where TOGGLE is either 0 or 1.
-#.
-#. rs6000_default_long_calls is set to the value of TOGGLE, changing
-#. whether or not new function declarations receive a longcall
-#. attribute by default.
-#: config/rs6000/rs6000-c.c:53
+#: cp/call.c:2631
+#, gcc-internal-format
+msgid "conversion from %qT to %qT is ambiguous"
+msgstr ""
+
+#: cp/call.c:2782 cp/call.c:2800 cp/call.c:2858
 #, gcc-internal-format
-msgid "ignoring malformed #pragma longcall"
+msgid "no matching function for call to %<%D(%A)%>"
 msgstr ""
 
-#: config/rs6000/rs6000-c.c:66
+#: cp/call.c:2803 cp/call.c:2861
 #, gcc-internal-format
-msgid "missing open paren"
+msgid "call of overloaded %<%D(%A)%> is ambiguous"
 msgstr ""
 
-#: config/rs6000/rs6000-c.c:68
+#. It's no good looking for an overloaded operator() on a
+#. pointer-to-member-function.
+#: cp/call.c:2929
 #, gcc-internal-format
-msgid "missing number"
+msgid ""
+"pointer-to-member function %E cannot be called without an object; consider "
+"using .* or ->*"
 msgstr ""
 
-#: config/rs6000/rs6000-c.c:70
+#: cp/call.c:3003
 #, gcc-internal-format
-msgid "missing close paren"
+msgid "no match for call to %<(%T) (%A)%>"
 msgstr ""
 
-#: config/rs6000/rs6000-c.c:73
+#: cp/call.c:3012
 #, gcc-internal-format
-msgid "number must be 0 or 1"
+msgid "call of %<(%T) (%A)%> is ambiguous"
 msgstr ""
 
-#: config/rs6000/rs6000-c.c:76
+#: cp/call.c:3050
 #, gcc-internal-format
-msgid "junk at end of #pragma longcall"
+msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
 msgstr ""
 
-#: config/rs6000/rs6000-c.c:2520
+#: cp/call.c:3056
 #, gcc-internal-format
-msgid "passing arg %d of %qE discards qualifiers frompointer target type"
+msgid "%s for %<operator%s%> in %<%E%s%>"
 msgstr ""
 
-#: config/rs6000/rs6000-c.c:2563
+#: cp/call.c:3060
 #, gcc-internal-format
-msgid "invalid parameter combination for AltiVec intrinsic"
+msgid "%s for %<operator[]%> in %<%E[%E]%>"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1246
+#: cp/call.c:3065
 #, gcc-internal-format
-msgid "-mmultiple is not supported on little endian systems"
+msgid "%s for %qs in %<%s %E%>"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1253
+#: cp/call.c:3070
 #, gcc-internal-format
-msgid "-mstring is not supported on little endian systems"
+msgid "%s for %<operator%s%> in %<%E %s %E%>"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1267
+#: cp/call.c:3073
 #, gcc-internal-format
-msgid "unknown -mdebug-%s switch"
+msgid "%s for %<operator%s%> in %<%s%E%>"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1279
+#: cp/call.c:3165
 #, gcc-internal-format
-msgid ""
-"unknown -mtraceback arg %qs; expecting %<full%>, %<partial%> or %<none%>"
+msgid "ISO C++ forbids omitting the middle term of a ?: expression"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1320
+#: cp/call.c:3242
 #, gcc-internal-format
-msgid "AltiVec and E500 instructions cannot coexist"
+msgid "%qE has type %<void%> and is not a throw-expression"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1549
+#: cp/call.c:3281 cp/call.c:3491
 #, gcc-internal-format
-msgid "unknown -m%s= option specified: '%s'"
+msgid "operands to ?: have different types"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1751
+#: cp/call.c:3445
 #, gcc-internal-format
-msgid "not configured for ABI: '%s'"
+msgid "enumeral mismatch in conditional expression: %qT vs %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1761
+#: cp/call.c:3452
 #, gcc-internal-format
-msgid "Using darwin64 ABI"
+msgid "enumeral and non-enumeral type in conditional expression"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1766
+#: cp/call.c:3746
 #, gcc-internal-format
-msgid "Using old darwin ABI"
+msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1771
+#: cp/call.c:3819
 #, gcc-internal-format
-msgid "unknown ABI specified: '%s'"
+msgid "comparison between %q#T and %q#T"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1798
+#: cp/call.c:4078
 #, gcc-internal-format
-msgid "invalid option for -mfloat-gprs: '%s'"
+msgid "no suitable %<operator %s%> for %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1808
+#: cp/call.c:4095
 #, gcc-internal-format
-msgid "Unknown switch -mlong-double-%s"
+msgid "%q+#D is private"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1829
+#: cp/call.c:4097
 #, gcc-internal-format
-msgid ""
-"-malign-power is not supported for 64-bit Darwin; it is incompatible with "
-"the installed C and C++ libraries"
+msgid "%q+#D is protected"
 msgstr ""
 
-#: config/rs6000/rs6000.c:1837
+#: cp/call.c:4099
 #, gcc-internal-format
-msgid "unknown -malign-XXXXX option specified: '%s'"
+msgid "%q+#D is inaccessible"
 msgstr ""
 
-#: config/rs6000/rs6000.c:4131
+#: cp/call.c:4100
 #, gcc-internal-format
-msgid ""
-"GCC vector returned by reference: non-standard ABI extension with no "
-"compatibility guarantee"
+msgid "within this context"
 msgstr ""
 
-#: config/rs6000/rs6000.c:4204
+#: cp/call.c:4189 cp/cvt.c:264
 #, gcc-internal-format
-msgid ""
-"cannot return value in vector register because altivec instructions are "
-"disabled, use -maltivec to enable them"
+msgid "invalid conversion from %qT to %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:4450
+#: cp/call.c:4191
 #, gcc-internal-format
-msgid ""
-"cannot pass argument in vector register because altivec instructions are "
-"disabled, use -maltivec to enable them"
+msgid "  initializing argument %P of %qD"
 msgstr ""
 
-#: config/rs6000/rs6000.c:5303
+#: cp/call.c:4203
 #, gcc-internal-format
-msgid ""
-"GCC vector passed by reference: non-standard ABI extension with no "
-"compatibility guarantee"
+msgid "passing NULL to non-pointer argument %P of %qD"
 msgstr ""
 
-#: config/rs6000/rs6000.c:6474
+#: cp/call.c:4206
 #, gcc-internal-format
-msgid "argument 1 must be a 5-bit signed literal"
+msgid "converting to non-pointer type %qT from NULL"
 msgstr ""
 
-#: config/rs6000/rs6000.c:6577 config/rs6000/rs6000.c:7371
+#: cp/call.c:4214
 #, gcc-internal-format
-msgid "argument 2 must be a 5-bit unsigned literal"
+msgid "passing %qT for argument %P to %qD"
 msgstr ""
 
-#: config/rs6000/rs6000.c:6617
+#: cp/call.c:4217
 #, gcc-internal-format
-msgid "argument 1 of __builtin_altivec_predicate must be a constant"
+msgid "converting to %qT from %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:6670
+#: cp/call.c:4356
 #, gcc-internal-format
-msgid "argument 1 of __builtin_altivec_predicate is out of range"
+msgid "cannot bind bitfield %qE to %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:6832
+#: cp/call.c:4359 cp/call.c:4375
 #, gcc-internal-format
-msgid "argument 3 must be a 4-bit unsigned literal"
+msgid "cannot bind packed field %qE to %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:7004
+#: cp/call.c:4362
 #, gcc-internal-format
-msgid "argument to %qs must be a 2-bit unsigned literal"
+msgid "cannot bind rvalue %qE to %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:7148
+#: cp/call.c:4476
 #, gcc-internal-format
-msgid "unresolved overload for Altivec builtin %qF"
+msgid ""
+"cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
+"runtime"
 msgstr ""
 
-#: config/rs6000/rs6000.c:7230
+#. Undefined behavior [expr.call] 5.2.2/7.
+#: cp/call.c:4502
 #, gcc-internal-format
-msgid "argument to dss must be a 2-bit unsigned literal"
+msgid ""
+"cannot receive objects of non-POD type %q#T through %<...%>; call will abort "
+"at runtime"
 msgstr ""
 
-#: config/rs6000/rs6000.c:7491
+#: cp/call.c:4545
 #, gcc-internal-format
-msgid "argument 1 of __builtin_spe_predicate must be a constant"
+msgid "the default argument for parameter %d of %qD has not yet been parsed"
 msgstr ""
 
-#: config/rs6000/rs6000.c:7563
+#: cp/call.c:4624
 #, gcc-internal-format
-msgid "argument 1 of __builtin_spe_predicate is out of range"
+msgid "argument of function call might be a candidate for a format attribute"
 msgstr ""
 
-#: config/rs6000/rs6000.c:13509
+#: cp/call.c:4761
 #, gcc-internal-format
-msgid "stack frame too large"
+msgid "passing %qT as %<this%> argument of %q#D discards qualifiers"
 msgstr ""
 
-#: config/rs6000/rs6000.c:16069
+#: cp/call.c:4780
 #, gcc-internal-format
-msgid "no profiling of 64-bit code for this ABI"
+msgid "%qT is not an accessible base of %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:17178
+#: cp/call.c:5030
 #, gcc-internal-format
-msgid "use of %<long%> in AltiVec types is invalid for 64-bit code"
+msgid "could not find class$ field in java interface type %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:17180
+#: cp/call.c:5267
 #, gcc-internal-format
-msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
+msgid "call to non-function %qD"
 msgstr ""
 
-#: config/rs6000/rs6000.c:17184
+#: cp/call.c:5389
 #, gcc-internal-format
-msgid "use of %<long long%> in AltiVec types is invalid"
+msgid "no matching function for call to %<%T::%s(%A)%#V%>"
 msgstr ""
 
-#: config/rs6000/rs6000.c:17186
+#: cp/call.c:5407
 #, gcc-internal-format
-msgid "use of %<double%> in AltiVec types is invalid"
+msgid "call of overloaded %<%s(%A)%> is ambiguous"
 msgstr ""
 
-#: config/rs6000/rs6000.c:17188
+#: cp/call.c:5431
 #, gcc-internal-format
-msgid "use of %<long double%> in AltiVec types is invalid"
+msgid "cannot call member function %qD without object"
 msgstr ""
 
-#: config/rs6000/rs6000.c:17190
+#: cp/call.c:6036
 #, gcc-internal-format
-msgid "use of boolean types in AltiVec types is invalid"
+msgid "passing %qT chooses %qT over %qT"
 msgstr ""
 
-#: config/rs6000/rs6000.c:17192
+#: cp/call.c:6038 cp/name-lookup.c:4228
 #, gcc-internal-format
-msgid "use of %<complex%> in AltiVec types is invalid"
+msgid "  in call to %qD"
 msgstr ""
 
-#: config/rs6000/aix43.h:39 config/rs6000/aix51.h:38 config/rs6000/aix52.h:38
+#: cp/call.c:6095
 #, gcc-internal-format
-msgid "-maix64 and POWER architecture are incompatible"
+msgid "choosing %qD over %qD"
 msgstr ""
 
-#: config/rs6000/aix43.h:44 config/rs6000/aix51.h:43 config/rs6000/aix52.h:43
+#: cp/call.c:6096
 #, gcc-internal-format
-msgid "-maix64 requires PowerPC64 architecture remain enabled"
+msgid "  for conversion from %qT to %qT"
 msgstr ""
 
-#: config/rs6000/aix43.h:48 config/rs6000/aix51.h:47 config/rs6000/aix52.h:47
+#: cp/call.c:6098
 #, gcc-internal-format
-msgid ""
-"-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
+msgid "  because conversion sequence for the argument is better"
 msgstr ""
 
-#. The Darwin ABI always includes AltiVec, can't be (validly) turned
-#. off.
-#: config/rs6000/darwin.h:75
+#: cp/call.c:6212
 #, gcc-internal-format
-msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
+msgid ""
+"ISO C++ says that these are ambiguous, even though the worst conversion for "
+"the first is better than the worst conversion for the second:"
 msgstr ""
 
-#. Darwin doesn't support -fpic.
-#: config/rs6000/darwin.h:81
+#: cp/call.c:6356
 #, gcc-internal-format
-msgid "-fpic is not supported; -fPIC assumed"
+msgid "could not convert %qE to %qT"
 msgstr ""
 
-#: config/rs6000/darwin.h:88
+#: cp/call.c:6488
 #, gcc-internal-format
-msgid "-m64 requires PowerPC64 architecture, enabling"
+msgid ""
+"invalid initialization of non-const reference of type %qT from a temporary "
+"of type %qT"
 msgstr ""
 
-#. See note below.
-#. if (!rs6000_explicit_options.long_double)
-#. rs6000_long_double_type_size = 128;
-#: config/rs6000/eabispe.h:45 config/rs6000/linuxspe.h:62
+#: cp/call.c:6492
 #, gcc-internal-format
-msgid "-m64 not supported in this configuration"
+msgid ""
+"invalid initialization of reference of type %qT from expression of type %qT"
 msgstr ""
 
-#: config/rs6000/linux64.h:109
+#: cp/class.c:277
 #, gcc-internal-format
-msgid "-m64 requires a PowerPC64 cpu"
+msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
 msgstr ""
 
-#. Definitions for __builtin_return_address and __builtin_frame_address.
-#. __builtin_return_address (0) should give link register (65), enable
-#. this.
-#. This should be uncommented, so that the link register is used, but
-#. currently this would result in unmatched insns and spilling fixed
-#. registers so we'll leave it for another day.  When these problems are
-#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
-#. (mrs)
-#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
-#. Number of bytes into the frame return addresses can be found.  See
-#. rs6000_stack_info in rs6000.c for more information on how the different
-#. abi's store the return address.
-#: config/rs6000/rs6000.h:1581
+#: cp/class.c:933
 #, gcc-internal-format
-msgid "RETURN_ADDRESS_OFFSET not supported"
+msgid "Java class %qT cannot have a destructor"
 msgstr ""
 
-#. Sometimes certain combinations of command options do not make sense
-#. on a particular target machine.  You can define a macro
-#. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
-#. defined, is executed once just after all the command options have
-#. been parsed.
-#.
-#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
-#. get control.
-#: config/rs6000/sysv4.h:130
+#: cp/class.c:935
 #, gcc-internal-format
-msgid "bad value for -mcall-%s"
+msgid "Java class %qT cannot have an implicit non-trivial destructor"
 msgstr ""
 
-#: config/rs6000/sysv4.h:146
+#: cp/class.c:1036
 #, gcc-internal-format
-msgid "bad value for -msdata=%s"
+msgid "repeated using declaration %q+D"
 msgstr ""
 
-#: config/rs6000/sysv4.h:163
+#: cp/class.c:1038
 #, gcc-internal-format
-msgid "-mrelocatable and -msdata=%s are incompatible"
+msgid "using declaration %q+D conflicts with a previous using declaration"
 msgstr ""
 
-#: config/rs6000/sysv4.h:172
+#: cp/class.c:1043
 #, gcc-internal-format
-msgid "-f%s and -msdata=%s are incompatible"
+msgid "%q+#D cannot be overloaded"
 msgstr ""
 
-#: config/rs6000/sysv4.h:181
+#: cp/class.c:1044
 #, gcc-internal-format
-msgid "-msdata=%s and -mcall-%s are incompatible"
+msgid "with %q+#D"
 msgstr ""
 
-#: config/rs6000/sysv4.h:190
+#: cp/class.c:1100
 #, gcc-internal-format
-msgid "-mrelocatable and -mno-minimal-toc are incompatible"
+msgid "conflicting access specifications for method %q+D, ignored"
 msgstr ""
 
-#: config/rs6000/sysv4.h:196
+#: cp/class.c:1103
 #, gcc-internal-format
-msgid "-mrelocatable and -mcall-%s are incompatible"
+msgid "conflicting access specifications for field %qE, ignored"
 msgstr ""
 
-#: config/rs6000/sysv4.h:203
+#: cp/class.c:1164 cp/class.c:1172
 #, gcc-internal-format
-msgid "-fPIC and -mcall-%s are incompatible"
+msgid "%q+D invalid in %q#T"
 msgstr ""
 
-#: config/rs6000/sysv4.h:210
+#: cp/class.c:1165
 #, gcc-internal-format
-msgid "-mcall-aixdesc must be big endian"
+msgid "  because of local method %q+#D with same name"
 msgstr ""
 
-#: config/rs6000/sysv4.h:215
+#: cp/class.c:1173
 #, gcc-internal-format
-msgid "-msecure-plt not supported by your assembler"
+msgid "  because of local member %q+#D with same name"
 msgstr ""
 
-#: config/rs6000/sysv4.h:230
+#: cp/class.c:1215
 #, gcc-internal-format
-msgid "-m%s not supported in this configuration"
+msgid "base class %q#T has a non-virtual destructor"
 msgstr ""
 
-#: config/s390/s390.c:1314
+#: cp/class.c:1529
 #, gcc-internal-format
-msgid "stack guard value must be an exact power of 2"
+msgid "all member functions in class %qT are private"
 msgstr ""
 
-#: config/s390/s390.c:1321
+#: cp/class.c:1540
 #, gcc-internal-format
-msgid "stack size must be an exact power of 2"
+msgid "%q#T only defines a private destructor and has no friends"
 msgstr ""
 
-#: config/s390/s390.c:1366
+#: cp/class.c:1583
 #, gcc-internal-format
-msgid "z/Architecture mode not supported on %s"
+msgid "%q#T only defines private constructors and has no friends"
 msgstr ""
 
-#: config/s390/s390.c:1368
+#: cp/class.c:1976
 #, gcc-internal-format
-msgid "64-bit ABI not supported in ESA/390 mode"
+msgid "no unique final overrider for %qD in %qT"
 msgstr ""
 
-#: config/s390/s390.c:1379
+#. Here we know it is a hider, and no overrider exists.
+#: cp/class.c:2395
 #, gcc-internal-format
-msgid ""
-"-mbackchain -mpacked-stack -mhard-float are not supported in combination"
+msgid "%q+D was hidden"
 msgstr ""
 
-#: config/s390/s390.c:1385
+#: cp/class.c:2396
 #, gcc-internal-format
-msgid "-mstack-size implies use of -mstack-guard"
+msgid "  by %q+D"
 msgstr ""
 
-#: config/s390/s390.c:1387
+#: cp/class.c:2437 cp/decl2.c:1083
 #, gcc-internal-format
-msgid "stack size must be greater than the stack guard value"
+msgid "%q+#D invalid; an anonymous union can only have non-static data members"
 msgstr ""
 
-#: config/s390/s390.c:1390
+#: cp/class.c:2443 cp/decl2.c:1089
 #, gcc-internal-format
-msgid "-mstack-guard implies use of -mstack-size"
+msgid "private member %q+#D in anonymous union"
 msgstr ""
 
-#: config/s390/s390.c:6077
+#: cp/class.c:2445 cp/decl2.c:1091
 #, gcc-internal-format
-msgid "total size of local variables exceeds architecture limit"
+msgid "protected member %q+#D in anonymous union"
 msgstr ""
 
-#: config/s390/s390.c:6623
+#: cp/class.c:2611
 #, gcc-internal-format
-msgid "frame size of %qs is "
+msgid "bit-field %q+#D with non-integral type"
 msgstr ""
 
-#: config/s390/s390.c:6623
+#: cp/class.c:2628
 #, gcc-internal-format
-msgid " bytes"
+msgid "bit-field %q+D width not an integer constant"
 msgstr ""
 
-#: config/s390/s390.c:6627
+#: cp/class.c:2633
 #, gcc-internal-format
-msgid "%qs uses dynamic stack allocation"
+msgid "negative width in bit-field %q+D"
 msgstr ""
 
-#: config/sh/sh.c:6473
+#: cp/class.c:2638
 #, gcc-internal-format
-msgid "__builtin_saveregs not supported by this subtarget"
+msgid "zero width for bit-field %q+D"
 msgstr ""
 
-#: config/sh/sh.c:7522
+#: cp/class.c:2644
 #, gcc-internal-format
-msgid "attribute interrupt_handler is not compatible with -m5-compact"
+msgid "width of %q+D exceeds its type"
 msgstr ""
 
-#. The sp_switch attribute only has meaning for interrupt functions.
-#. The trap_exit attribute only has meaning for interrupt functions.
-#: config/sh/sh.c:7544 config/sh/sh.c:7579
+#: cp/class.c:2653
 #, gcc-internal-format
-msgid "%qs attribute only applies to interrupt functions"
+msgid "%q+D is too small to hold all values of %q#T"
 msgstr ""
 
-#. The argument must be a constant string.
-#: config/sh/sh.c:7551
+#: cp/class.c:2712
 #, gcc-internal-format
-msgid "%qs attribute argument not a string constant"
+msgid "member %q+#D with constructor not allowed in union"
 msgstr ""
 
-#. The argument must be a constant integer.
-#: config/sh/sh.c:7586
+#: cp/class.c:2715
 #, gcc-internal-format
-msgid "%qs attribute argument not an integer constant"
+msgid "member %q+#D with destructor not allowed in union"
 msgstr ""
 
-#: config/sh/sh.c:9602
+#: cp/class.c:2717
 #, gcc-internal-format
-msgid "r0 needs to be available as a call-clobbered register"
+msgid "member %q+#D with copy assignment operator not allowed in union"
 msgstr ""
 
-#: config/sh/sh.c:9623
+#: cp/class.c:2740
 #, gcc-internal-format
-msgid "Need a second call-clobbered general purpose register"
+msgid "multiple fields in union %qT initialized"
 msgstr ""
 
-#: config/sh/sh.c:9631
+#: cp/class.c:2802
 #, gcc-internal-format
-msgid "Need a call-clobbered target register"
+msgid "ignoring packed attribute on unpacked non-POD field %q+#D"
 msgstr ""
 
-#: config/sh/symbian.c:280
+#: cp/class.c:2862
 #, gcc-internal-format
-msgid ""
-"failure in redeclaration of %q+D: dllimport'd symbol lacks external linkage"
+msgid "%q+D may not be static because it is a member of a union"
 msgstr ""
 
-#: config/sh/symbian.c:326
+#: cp/class.c:2867
 #, gcc-internal-format
-msgid "%s %q+D %s after being referenced with dllimport linkage"
+msgid "%q+D may not have reference type %qT because it is a member of a union"
 msgstr ""
 
-#: config/sh/symbian.c:892 cp/tree.c:2313
+#: cp/class.c:2876
 #, gcc-internal-format
-msgid "lang_* check: failed in %s, at %s:%d"
+msgid "field %q+D in local class cannot be static"
 msgstr ""
 
-#. FIXME
-#: config/sh/netbsd-elf.h:95
+#: cp/class.c:2882
 #, gcc-internal-format
-msgid "unimplemented-shmedia profiling"
+msgid "field %q+D invalidly declared function type"
 msgstr ""
 
-#. There are no delay slots on SHmedia.
-#. Relaxation isn't yet supported for SHmedia
-#. After reload, if conversion does little good but can cause       ICEs:                                                                   - find_if_block doesn't do anything for SH because we don't               have conditional execution patterns.  (We use conditional               move patterns, which are handled differently, and only                  before reload).                                                       - find_cond_trap doesn't do anything for the SH because we #. don't have conditional traps.                                             - find_if_case_1 uses redirect_edge_and_branch_force in                   the only path that does an optimization, and this causes                an ICE when branch targets are in registers.                          - find_if_case_2 doesn't do anything for the SHmedia after                reload except when it can redirect a tablejump - and                    that's rather rare.
-#. -fprofile-arcs needs a working libgcov .  In unified tree            configurations with newlib, this requires to configure with             --with-newlib --with-headers.  But there is no way to check             here we have a working libgcov, so just assume that we have.
-#: config/sh/sh.h:607
+#: cp/class.c:2888
 #, gcc-internal-format
-msgid "profiling is still experimental for this target"
+msgid "field %q+D invalidly declared method type"
 msgstr ""
 
-#: config/sparc/sparc.c:635
+#: cp/class.c:2920
 #, gcc-internal-format
-msgid "%s is not supported by this configuration"
+msgid "non-static reference %q+#D in class without a constructor"
 msgstr ""
 
-#: config/sparc/sparc.c:642
+#: cp/class.c:2967
 #, gcc-internal-format
-msgid "-mlong-double-64 not allowed with -m64"
+msgid "non-static const member %q+#D in class without a constructor"
 msgstr ""
 
-#: config/sparc/sparc.c:667
+#: cp/class.c:2982
 #, gcc-internal-format
-msgid "-mcmodel= is not supported on 32 bit systems"
+msgid "field %q+#D with same name as class"
 msgstr ""
 
-#: config/stormy16/stormy16.c:497
+#: cp/class.c:3015
 #, gcc-internal-format
-msgid "constant halfword load operand out of range"
+msgid "%q#T has pointer data members"
 msgstr ""
 
-#: config/stormy16/stormy16.c:507
+#: cp/class.c:3019
 #, gcc-internal-format
-msgid "constant arithmetic operand out of range"
+msgid "  but does not override %<%T(const %T&)%>"
 msgstr ""
 
-#: config/stormy16/stormy16.c:1108
+#: cp/class.c:3021
 #, gcc-internal-format
-msgid "local variable memory requirements exceed capacity"
+msgid "  or %<operator=(const %T&)%>"
 msgstr ""
 
-#: config/stormy16/stormy16.c:1274
+#: cp/class.c:3024
 #, gcc-internal-format
-msgid "function_profiler support"
+msgid "  but does not override %<operator=(const %T&)%>"
 msgstr ""
 
-#: config/stormy16/stormy16.c:1363
+#: cp/class.c:3480
 #, gcc-internal-format
-msgid "cannot use va_start in interrupt function"
+msgid ""
+"offset of empty base %qT may not be ABI-compliant and maychange in a future "
+"version of GCC"
 msgstr ""
 
-#: config/stormy16/stormy16.c:1895
+#: cp/class.c:3592
 #, gcc-internal-format
-msgid "switch statement of size %lu entries too large"
+msgid "class %qT will be considered nearly empty in a future version of GCC"
 msgstr ""
 
-#: config/stormy16/stormy16.c:2263
+#: cp/class.c:3674
 #, gcc-internal-format
-msgid "%<__BELOW100__%> attribute only applies to variables"
+msgid "initializer specified for non-virtual method %q+D"
 msgstr ""
 
-#: config/stormy16/stormy16.c:2270
+#: cp/class.c:4336
 #, gcc-internal-format
-msgid "__BELOW100__ attribute not allowed with auto storage class"
+msgid ""
+"offset of virtual base %qT is not ABI-compliant and may change in a future "
+"version of GCC"
 msgstr ""
 
-#: config/v850/v850-c.c:67
+#: cp/class.c:4435
 #, gcc-internal-format
-msgid "#pragma GHS endXXXX found without previous startXXX"
+msgid "direct base %qT inaccessible in %qT due to ambiguity"
 msgstr ""
 
-#: config/v850/v850-c.c:70
+#: cp/class.c:4447
 #, gcc-internal-format
-msgid "#pragma GHS endXXX does not match previous startXXX"
+msgid "virtual base %qT inaccessible in %qT due to ambiguity"
 msgstr ""
 
-#: config/v850/v850-c.c:96
+#: cp/class.c:4624
 #, gcc-internal-format
-msgid "cannot set interrupt attribute: no current function"
+msgid ""
+"size assigned to %qT may not be ABI-compliant and may change in a future "
+"version of GCC"
 msgstr ""
 
-#: config/v850/v850-c.c:104
+#. Versions of G++ before G++ 3.4 did not reset the
+#. DECL_MODE.
+#: cp/class.c:4663
 #, gcc-internal-format
-msgid "cannot set interrupt attribute: no such identifier"
+msgid ""
+"the offset of %qD may not be ABI-compliant and may change in a future "
+"version of GCC"
 msgstr ""
 
-#: config/v850/v850-c.c:149
+#: cp/class.c:4691
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs section"
+msgid ""
+"offset of %q+D is not ABI-compliant and may change in a future version of GCC"
 msgstr ""
 
-#: config/v850/v850-c.c:166
+#: cp/class.c:4700
 #, gcc-internal-format
-msgid "unrecognized section name \"%s\""
+msgid ""
+"%q+D contains empty classes which may cause base classes to be placed at "
+"different locations in a future version of GCC"
 msgstr ""
 
-#: config/v850/v850-c.c:181
+#: cp/class.c:4759
 #, gcc-internal-format
-msgid "malformed #pragma ghs section"
+msgid ""
+"layout of classes derived from empty class %qT may change in a future "
+"version of GCC"
 msgstr ""
 
-#: config/v850/v850-c.c:200
+#: cp/class.c:4905 cp/parser.c:13111
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs interrupt"
+msgid "redefinition of %q#T"
 msgstr ""
 
-#: config/v850/v850-c.c:211
+#: cp/class.c:5055
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs starttda"
+msgid "%q#T has virtual functions but non-virtual destructor"
 msgstr ""
 
-#: config/v850/v850-c.c:222
+#: cp/class.c:5157
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs startsda"
+msgid "trying to finish struct, but kicked out due to previous parse errors"
 msgstr ""
 
-#: config/v850/v850-c.c:233
+#: cp/class.c:5574
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs startzda"
+msgid "language string %<\"%E\"%> not recognized"
 msgstr ""
 
-#: config/v850/v850-c.c:244
+#: cp/class.c:5660
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs endtda"
+msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
 msgstr ""
 
-#: config/v850/v850-c.c:255
+#: cp/class.c:5787
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs endsda"
+msgid "no matches converting function %qD to type %q#T"
 msgstr ""
 
-#: config/v850/v850-c.c:266
+#: cp/class.c:5810
 #, gcc-internal-format
-msgid "junk at end of #pragma ghs endzda"
+msgid "converting overloaded function %qD to type %q#T is ambiguous"
 msgstr ""
 
-#: config/v850/v850.c:172
+#: cp/class.c:5836
 #, gcc-internal-format
-msgid "value passed to %<-m%s%> is too large"
+msgid "assuming pointer to member %qD"
 msgstr ""
 
-#: config/v850/v850.c:2147
+#: cp/class.c:5839
 #, gcc-internal-format
-msgid "%Jdata area attributes cannot be specified for local variables"
+msgid "(a pointer to member can only be formed with %<&%E%>)"
 msgstr ""
 
-#: config/v850/v850.c:2158
+#: cp/class.c:5884 cp/class.c:5915 cp/class.c:6067 cp/class.c:6074
 #, gcc-internal-format
-msgid "data area of %q+D conflicts with previous declaration"
+msgid "not enough type information"
 msgstr ""
 
-#: config/v850/v850.c:2288
+#: cp/class.c:5901
 #, gcc-internal-format
-msgid "bogus JR construction: %d"
+msgid "argument of type %qT does not match %qT"
 msgstr ""
 
-#: config/v850/v850.c:2306 config/v850/v850.c:2415
+#: cp/class.c:6051
 #, gcc-internal-format
-msgid "bad amount of stack space removal: %d"
+msgid "invalid operation on uninstantiated type"
 msgstr ""
 
-#: config/v850/v850.c:2395
+#. [basic.scope.class]
+#.
+#. A name N used in a class S shall refer to the same declaration
+#. in its context and when re-evaluated in the completed scope of
+#. S.
+#: cp/class.c:6288 cp/decl.c:1136 cp/name-lookup.c:508
 #, gcc-internal-format
-msgid "bogus JARL construction: %d\n"
+msgid "declaration of %q#D"
 msgstr ""
 
-#: config/v850/v850.c:2694
+#: cp/class.c:6289
 #, gcc-internal-format
-msgid "bogus DISPOSE construction: %d"
+msgid "changes meaning of %qD from %q+#D"
 msgstr ""
 
-#: config/v850/v850.c:2713
+#: cp/cp-gimplify.c:120
 #, gcc-internal-format
-msgid "too much stack space to dispose of: %d"
+msgid "continue statement not within loop or switch"
 msgstr ""
 
-#: config/v850/v850.c:2815
+#: cp/cp-gimplify.c:365
 #, gcc-internal-format
-msgid "bogus PREPEARE construction: %d"
+msgid "statement with no effect"
 msgstr ""
 
-#: config/v850/v850.c:2834
+#: cp/cvt.c:91
 #, gcc-internal-format
-msgid "too much stack space to prepare: %d"
+msgid "can't convert from incomplete type %qT to %qT"
 msgstr ""
 
-#: config/xtensa/xtensa.c:1505
+#: cp/cvt.c:100
 #, gcc-internal-format
-msgid "boolean registers required for the floating-point option"
+msgid "conversion of %qE from %qT to %qT is ambiguous"
 msgstr ""
 
-#: config/xtensa/xtensa.c:1551
+#: cp/cvt.c:169 cp/cvt.c:238 cp/cvt.c:285
 #, gcc-internal-format
-msgid "-f%s is not supported with CONST16 instructions"
+msgid "cannot convert %qE from type %qT to type %qT"
 msgstr ""
 
-#: config/xtensa/xtensa.c:1556
+#: cp/cvt.c:198 cp/cvt.c:202
 #, gcc-internal-format
-msgid "PIC is required but not supported with CONST16 instructions"
+msgid "pointer to member cast from %qT to %qT is via virtual base"
 msgstr ""
 
-#: config/xtensa/xtensa.c:2414
+#: cp/cvt.c:498
 #, gcc-internal-format
-msgid "only uninitialized variables can be placed in a .bss section"
+msgid "conversion from %qT to %qT discards qualifiers"
 msgstr ""
 
-#: ada/misc.c:262
+#: cp/cvt.c:516 cp/typeck.c:4960
 #, gcc-internal-format
-msgid "missing argument to \"-%s\""
+msgid "casting %qT to %qT does not dereference pointer"
 msgstr ""
 
-#: ada/misc.c:303
+#: cp/cvt.c:543
 #, gcc-internal-format
-msgid "%<-gnat%> misspelled as %<-gant%>"
+msgid "cannot convert type %qT to type %qT"
 msgstr ""
 
-#: cp/call.c:289
+#: cp/cvt.c:679
 #, gcc-internal-format
-msgid "unable to call pointer to member function here"
+msgid "conversion from %q#T to %q#T"
 msgstr ""
 
-#: cp/call.c:2392
+#: cp/cvt.c:691 cp/cvt.c:711
 #, gcc-internal-format
-msgid "%s %D(%T, %T, %T) <built-in>"
+msgid "%q#T used where a %qT was expected"
 msgstr ""
 
-#: cp/call.c:2397
+#: cp/cvt.c:726
 #, gcc-internal-format
-msgid "%s %D(%T, %T) <built-in>"
+msgid "%q#T used where a floating point value was expected"
 msgstr ""
 
-#: cp/call.c:2401
+#: cp/cvt.c:773
 #, gcc-internal-format
-msgid "%s %D(%T) <built-in>"
+msgid "conversion from %qT to non-scalar type %qT requested"
 msgstr ""
 
-#: cp/call.c:2405
+#: cp/cvt.c:807
 #, gcc-internal-format
-msgid "%s %T <conversion>"
+msgid "pseudo-destructor is not called"
 msgstr ""
 
-#: cp/call.c:2407
+#: cp/cvt.c:866
 #, gcc-internal-format
-msgid "%s %+#D <near match>"
+msgid "object of incomplete type %qT will not be accessed in %s"
 msgstr ""
 
-#: cp/call.c:2409 cp/pt.c:1306
+#: cp/cvt.c:869
 #, gcc-internal-format
-msgid "%s %+#D"
+msgid "object of type %qT will not be accessed in %s"
 msgstr ""
 
-#: cp/call.c:2631
+#: cp/cvt.c:885
 #, gcc-internal-format
-msgid "conversion from %qT to %qT is ambiguous"
+msgid "object %qE of incomplete type %qT will not be accessed in %s"
 msgstr ""
 
-#: cp/call.c:2782 cp/call.c:2800 cp/call.c:2858
+#. [over.over] enumerates the places where we can take the address
+#. of an overloaded function, and this is not one of them.
+#: cp/cvt.c:901
 #, gcc-internal-format
-msgid "no matching function for call to %<%D(%A)%>"
+msgid "%s cannot resolve address of overloaded function"
 msgstr ""
 
-#: cp/call.c:2803 cp/call.c:2861
+#. Only warn when there is no &.
+#: cp/cvt.c:907
 #, gcc-internal-format
-msgid "call of overloaded %<%D(%A)%> is ambiguous"
+msgid "%s is a reference, not call, to function %qE"
 msgstr ""
 
-#. It's no good looking for an overloaded operator() on a
-#. pointer-to-member-function.
-#: cp/call.c:2929
+#: cp/cvt.c:921
 #, gcc-internal-format
-msgid ""
-"pointer-to-member function %E cannot be called without an object; consider "
-"using .* or ->*"
+msgid "%s has no effect"
 msgstr ""
 
-#: cp/call.c:2998
+#: cp/cvt.c:953
 #, gcc-internal-format
-msgid "no match for call to %<(%T) (%A)%>"
+msgid "value computed is not used"
 msgstr ""
 
-#: cp/call.c:3007
+#: cp/cvt.c:1061
 #, gcc-internal-format
-msgid "call of %<(%T) (%A)%> is ambiguous"
+msgid "converting NULL to non-pointer type"
 msgstr ""
 
-#: cp/call.c:3045
+#: cp/cvt.c:1134
 #, gcc-internal-format
-msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
+msgid "ambiguous default type conversion from %qT"
 msgstr ""
 
-#: cp/call.c:3051
+#: cp/cvt.c:1136
 #, gcc-internal-format
-msgid "%s for %<operator%s%> in %<%E%s%>"
+msgid "  candidate conversions include %qD and %qD"
 msgstr ""
 
-#: cp/call.c:3055
+#: cp/decl.c:1003
 #, gcc-internal-format
-msgid "%s for %<operator[]%> in %<%E[%E]%>"
+msgid "%qD was declared %<extern%> and later %<static%>"
 msgstr ""
 
-#: cp/call.c:3060
+#: cp/decl.c:1004 cp/decl.c:1508 objc/objc-act.c:2920 objc/objc-act.c:7487
 #, gcc-internal-format
-msgid "%s for %qs in %<%s %E%>"
+msgid "previous declaration of %q+D"
 msgstr ""
 
-#: cp/call.c:3065
+#: cp/decl.c:1037
 #, gcc-internal-format
-msgid "%s for %<operator%s%> in %<%E %s %E%>"
+msgid "declaration of %qF throws different exceptions"
 msgstr ""
 
-#: cp/call.c:3068
+#: cp/decl.c:1038
 #, gcc-internal-format
-msgid "%s for %<operator%s%> in %<%s%E%>"
+msgid "from previous declaration %q+F"
 msgstr ""
 
-#: cp/call.c:3160
+#: cp/decl.c:1089
 #, gcc-internal-format
-msgid "ISO C++ forbids omitting the middle term of a ?: expression"
+msgid "function %q+D redeclared as inline"
 msgstr ""
 
-#: cp/call.c:3237
+#: cp/decl.c:1091
 #, gcc-internal-format
-msgid "%qE has type %<void%> and is not a throw-expression"
+msgid "previous declaration of %q+D with attribute noinline"
 msgstr ""
 
-#: cp/call.c:3276 cp/call.c:3486
+#: cp/decl.c:1098
 #, gcc-internal-format
-msgid "operands to ?: have different types"
+msgid "function %q+D redeclared with attribute noinline"
 msgstr ""
 
-#: cp/call.c:3440
+#: cp/decl.c:1100
 #, gcc-internal-format
-msgid "enumeral mismatch in conditional expression: %qT vs %qT"
+msgid "previous declaration of %q+D was inline"
 msgstr ""
 
-#: cp/call.c:3447
+#: cp/decl.c:1123 cp/decl.c:1196
 #, gcc-internal-format
-msgid "enumeral and non-enumeral type in conditional expression"
+msgid "shadowing %s function %q#D"
 msgstr ""
 
-#: cp/call.c:3741
+#: cp/decl.c:1132
 #, gcc-internal-format
-msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
+msgid "library function %q#D redeclared as non-function %q#D"
 msgstr ""
 
-#: cp/call.c:3814
+#: cp/decl.c:1137
 #, gcc-internal-format
-msgid "comparison between %q#T and %q#T"
+msgid "conflicts with built-in declaration %q#D"
 msgstr ""
 
-#: cp/call.c:4073
+#: cp/decl.c:1191 cp/decl.c:1300 cp/decl.c:1316
 #, gcc-internal-format
-msgid "no suitable %<operator %s%> for %qT"
+msgid "new declaration %q#D"
 msgstr ""
 
-#: cp/call.c:4090
+#: cp/decl.c:1192
 #, gcc-internal-format
-msgid "%q+#D is private"
+msgid "ambiguates built-in declaration %q#D"
 msgstr ""
 
-#: cp/call.c:4092
+#: cp/decl.c:1264
 #, gcc-internal-format
-msgid "%q+#D is protected"
+msgid "%q#D redeclared as different kind of symbol"
 msgstr ""
 
-#: cp/call.c:4094
+#: cp/decl.c:1267
 #, gcc-internal-format
-msgid "%q+#D is inaccessible"
+msgid "previous declaration of %q+#D"
 msgstr ""
 
-#: cp/call.c:4095
+#: cp/decl.c:1286
 #, gcc-internal-format
-msgid "within this context"
+msgid "declaration of template %q#D"
 msgstr ""
 
-#: cp/call.c:4184 cp/cvt.c:264
+#: cp/decl.c:1287 cp/name-lookup.c:509
 #, gcc-internal-format
-msgid "invalid conversion from %qT to %qT"
+msgid "conflicts with previous declaration %q+#D"
 msgstr ""
 
-#: cp/call.c:4186
+#: cp/decl.c:1301 cp/decl.c:1317
 #, gcc-internal-format
-msgid "  initializing argument %P of %qD"
+msgid "ambiguates old declaration %q+#D"
 msgstr ""
 
-#: cp/call.c:4198
+#: cp/decl.c:1309
 #, gcc-internal-format
-msgid "passing NULL to non-pointer argument %P of %qD"
+msgid "declaration of C function %q#D conflicts with"
 msgstr ""
 
-#: cp/call.c:4201
+#: cp/decl.c:1311
 #, gcc-internal-format
-msgid "converting to non-pointer type %qT from NULL"
+msgid "previous declaration %q+#D here"
 msgstr ""
 
-#: cp/call.c:4209
+#: cp/decl.c:1324
 #, gcc-internal-format
-msgid "passing %qT for argument %P to %qD"
+msgid "conflicting declaration %q#D"
 msgstr ""
 
-#: cp/call.c:4212
+#: cp/decl.c:1325
 #, gcc-internal-format
-msgid "converting to %qT from %qT"
+msgid "%q+D has a previous declaration as %q#D"
 msgstr ""
 
-#: cp/call.c:4221
+#. [namespace.alias]
+#.
+#. A namespace-name or namespace-alias shall not be declared as
+#. the name of any other entity in the same declarative region.
+#. A namespace-name defined at global scope shall not be
+#. declared as the name of any other entity in any global scope
+#. of the program.
+#: cp/decl.c:1377
 #, gcc-internal-format
-msgid "passing negative value %qE for argument %P to %qD"
+msgid "declaration of namespace %qD conflicts with"
 msgstr ""
 
-#: cp/call.c:4224
+#: cp/decl.c:1378
 #, gcc-internal-format
-msgid "converting negative value %qE to %qT"
+msgid "previous declaration of namespace %q+D here"
 msgstr ""
 
-#: cp/call.c:4366
+#: cp/decl.c:1389
 #, gcc-internal-format
-msgid "cannot bind bitfield %qE to %qT"
+msgid "%q+#D previously defined here"
 msgstr ""
 
-#: cp/call.c:4369 cp/call.c:4385
+#: cp/decl.c:1390
 #, gcc-internal-format
-msgid "cannot bind packed field %qE to %qT"
+msgid "%q+#D previously declared here"
 msgstr ""
 
-#: cp/call.c:4372
+#. Prototype decl follows defn w/o prototype.
+#: cp/decl.c:1399
 #, gcc-internal-format
-msgid "cannot bind rvalue %qE to %qT"
+msgid "prototype for %q+#D"
 msgstr ""
 
-#: cp/call.c:4481
+#: cp/decl.c:1400
 #, gcc-internal-format
-msgid ""
-"cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
-"runtime"
+msgid "%Jfollows non-prototype definition here"
 msgstr ""
 
-#. Undefined behavior [expr.call] 5.2.2/7.
-#: cp/call.c:4507
+#: cp/decl.c:1412
 #, gcc-internal-format
-msgid ""
-"cannot receive objects of non-POD type %q#T through %<...%>; call will abort "
-"at runtime"
+msgid "previous declaration of %q+#D with %qL linkage"
 msgstr ""
 
-#: cp/call.c:4550
+#: cp/decl.c:1414
 #, gcc-internal-format
-msgid "the default argument for parameter %d of %qD has not yet been parsed"
+msgid "conflicts with new declaration with %qL linkage"
 msgstr ""
 
-#: cp/call.c:4629
+#: cp/decl.c:1437 cp/decl.c:1443
 #, gcc-internal-format
-msgid "argument of function call might be a candidate for a format attribute"
+msgid "default argument given for parameter %d of %q#D"
 msgstr ""
 
-#: cp/call.c:4766
+#: cp/decl.c:1439 cp/decl.c:1445
 #, gcc-internal-format
-msgid "passing %qT as %<this%> argument of %q#D discards qualifiers"
+msgid "after previous specification in %q+#D"
 msgstr ""
 
-#: cp/call.c:4785
+#: cp/decl.c:1454
 #, gcc-internal-format
-msgid "%qT is not an accessible base of %qT"
+msgid "%q#D was used before it was declared inline"
 msgstr ""
 
-#: cp/call.c:5035
+#: cp/decl.c:1455
 #, gcc-internal-format
-msgid "could not find class$ field in java interface type %qT"
+msgid "%Jprevious non-inline declaration here"
 msgstr ""
 
-#: cp/call.c:5295
+#: cp/decl.c:1507
 #, gcc-internal-format
-msgid "call to non-function %qD"
+msgid "redundant redeclaration of %qD in same scope"
 msgstr ""
 
-#: cp/call.c:5320
+#. From [temp.expl.spec]:
+#.
+#. If a template, a member template or the member of a class
+#. template is explicitly specialized then that
+#. specialization shall be declared before the first use of
+#. that specialization that would cause an implicit
+#. instantiation to take place, in every translation unit in
+#. which such a use occurs.
+#: cp/decl.c:1756
 #, gcc-internal-format
-msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
+msgid "explicit specialization of %qD after first use"
 msgstr ""
 
-#: cp/call.c:5399
+#: cp/decl.c:1835
 #, gcc-internal-format
-msgid "no matching function for call to %<%T::%s(%A)%#V%>"
+msgid "%q+D: visibility attribute ignored because it"
 msgstr ""
 
-#: cp/call.c:5417
+#: cp/decl.c:1837
 #, gcc-internal-format
-msgid "call of overloaded %<%s(%A)%> is ambiguous"
+msgid "%Jconflicts with previous declaration here"
 msgstr ""
 
-#: cp/call.c:5441
+#: cp/decl.c:2227 cp/decl.c:2249
 #, gcc-internal-format
-msgid "cannot call member function %qD without object"
+msgid "jump to label %qD"
 msgstr ""
 
-#: cp/call.c:6046
+#: cp/decl.c:2229 cp/decl.c:2251
 #, gcc-internal-format
-msgid "passing %qT chooses %qT over %qT"
+msgid "jump to case label"
 msgstr ""
 
-#: cp/call.c:6048 cp/name-lookup.c:4225
+#: cp/decl.c:2232 cp/decl.c:2254
 #, gcc-internal-format
-msgid "  in call to %qD"
+msgid "%H  from here"
 msgstr ""
 
-#: cp/call.c:6105
+#: cp/decl.c:2237
 #, gcc-internal-format
-msgid "choosing %qD over %qD"
+msgid "  crosses initialization of %q+#D"
 msgstr ""
 
-#: cp/call.c:6106
+#: cp/decl.c:2239 cp/decl.c:2353
 #, gcc-internal-format
-msgid "  for conversion from %qT to %qT"
+msgid "  enters scope of non-POD %q+#D"
 msgstr ""
 
-#: cp/call.c:6108
+#: cp/decl.c:2258 cp/decl.c:2357
 #, gcc-internal-format
-msgid "  because conversion sequence for the argument is better"
+msgid "  enters try block"
 msgstr ""
 
-#: cp/call.c:6228
+#: cp/decl.c:2260 cp/decl.c:2359
 #, gcc-internal-format
-msgid ""
-"ISO C++ says that these are ambiguous, even though the worst conversion for "
-"the first is better than the worst conversion for the second:"
+msgid "  enters catch block"
 msgstr ""
 
-#: cp/call.c:6372
+#: cp/decl.c:2337
 #, gcc-internal-format
-msgid "could not convert %qE to %qT"
+msgid "jump to label %q+D"
 msgstr ""
 
-#: cp/call.c:6504
+#: cp/decl.c:2338
 #, gcc-internal-format
-msgid ""
-"invalid initialization of non-const reference of type %qT from a temporary "
-"of type %qT"
+msgid "  from here"
 msgstr ""
 
-#: cp/call.c:6508
+#. Can't skip init of __exception_info.
+#: cp/decl.c:2349
 #, gcc-internal-format
-msgid ""
-"invalid initialization of reference of type %qT from expression of type %qT"
+msgid "%J  enters catch block"
 msgstr ""
 
-#: cp/class.c:274
+#: cp/decl.c:2351
 #, gcc-internal-format
-msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
+msgid "  skips initialization of %q+#D"
 msgstr ""
 
-#: cp/class.c:931
+#: cp/decl.c:2385
 #, gcc-internal-format
-msgid "Java class %qT cannot have a destructor"
+msgid "label named wchar_t"
 msgstr ""
 
-#: cp/class.c:933
+#: cp/decl.c:2388
 #, gcc-internal-format
-msgid "Java class %qT cannot have an implicit non-trivial destructor"
+msgid "duplicate label %qD"
 msgstr ""
 
-#: cp/class.c:1034
+#: cp/decl.c:2644 cp/parser.c:3636
 #, gcc-internal-format
-msgid "repeated using declaration %q+D"
+msgid "%qD used without template parameters"
 msgstr ""
 
-#: cp/class.c:1036
+#: cp/decl.c:2661 cp/decl.c:2752
 #, gcc-internal-format
-msgid "using declaration %q+D conflicts with a previous using declaration"
+msgid "no class template named %q#T in %q#T"
 msgstr ""
 
-#: cp/class.c:1041
+#: cp/decl.c:2682 cp/decl.c:2692 cp/decl.c:2712
 #, gcc-internal-format
-msgid "%q+#D cannot be overloaded"
+msgid "no type named %q#T in %q#T"
 msgstr ""
 
-#: cp/class.c:1042
+#: cp/decl.c:2761
 #, gcc-internal-format
-msgid "with %q+#D"
+msgid "template parameters do not match template"
 msgstr ""
 
-#: cp/class.c:1097
+#: cp/decl.c:2762 cp/friend.c:317 cp/friend.c:325
 #, gcc-internal-format
-msgid "conflicting access specifications for method %q+D, ignored"
+msgid "%q+D declared here"
 msgstr ""
 
-#: cp/class.c:1100
+#: cp/decl.c:3435
 #, gcc-internal-format
-msgid "conflicting access specifications for field %qE, ignored"
+msgid "%Jan anonymous union cannot have function members"
 msgstr ""
 
-#: cp/class.c:1161 cp/class.c:1169
+#: cp/decl.c:3453
 #, gcc-internal-format
-msgid "%q+D invalid in %q#T"
+msgid "member %q+#D with constructor not allowed in anonymous aggregate"
 msgstr ""
 
-#: cp/class.c:1162
+#: cp/decl.c:3456
 #, gcc-internal-format
-msgid "  because of local method %q+#D with same name"
+msgid "member %q+#D with destructor not allowed in anonymous aggregate"
 msgstr ""
 
-#: cp/class.c:1170
+#: cp/decl.c:3459
 #, gcc-internal-format
-msgid "  because of local member %q+#D with same name"
+msgid ""
+"member %q+#D with copy assignment operator not allowed in anonymous aggregate"
 msgstr ""
 
-#: cp/class.c:1212
+#: cp/decl.c:3484
 #, gcc-internal-format
-msgid "base class %q#T has a non-virtual destructor"
+msgid "multiple types in one declaration"
 msgstr ""
 
-#: cp/class.c:1526
+#: cp/decl.c:3488
 #, gcc-internal-format
-msgid "all member functions in class %qT are private"
+msgid "redeclaration of C++ built-in type %qT"
 msgstr ""
 
-#: cp/class.c:1537
+#: cp/decl.c:3525
 #, gcc-internal-format
-msgid "%q#T only defines a private destructor and has no friends"
+msgid "missing type-name in typedef-declaration"
 msgstr ""
 
-#: cp/class.c:1577
+#: cp/decl.c:3533
 #, gcc-internal-format
-msgid "%q#T only defines private constructors and has no friends"
+msgid "ISO C++ prohibits anonymous structs"
 msgstr ""
 
-#: cp/class.c:1910
+#: cp/decl.c:3540
 #, gcc-internal-format
-msgid "no unique final overrider for %qD in %qT"
+msgid "%qs can only be specified for functions"
 msgstr ""
 
-#. Here we know it is a hider, and no overrider exists.
-#: cp/class.c:2388
+#: cp/decl.c:3546
 #, gcc-internal-format
-msgid "%q+D was hidden"
+msgid "%<friend%> can only be specified inside a class"
 msgstr ""
 
-#: cp/class.c:2389
+#: cp/decl.c:3548
 #, gcc-internal-format
-msgid "  by %q+D"
+msgid "%<explicit%> can only be specified for constructors"
 msgstr ""
 
-#: cp/class.c:2430 cp/decl2.c:1085
+#: cp/decl.c:3550
 #, gcc-internal-format
-msgid "%q+#D invalid; an anonymous union can only have non-static data members"
+msgid "a storage class can only be specified for objects and functions"
 msgstr ""
 
-#: cp/class.c:2436 cp/decl2.c:1091
+#: cp/decl.c:3556
 #, gcc-internal-format
-msgid "private member %q+#D in anonymous union"
+msgid "qualifiers can only be specified for objects and functions"
 msgstr ""
 
-#: cp/class.c:2438 cp/decl2.c:1093
+#: cp/decl.c:3586
 #, gcc-internal-format
-msgid "protected member %q+#D in anonymous union"
+msgid "attribute ignored in declaration of %q+#T"
 msgstr ""
 
-#: cp/class.c:2604
+#: cp/decl.c:3587
 #, gcc-internal-format
-msgid "bit-field %q+#D with non-integral type"
+msgid "attribute for %q+#T must follow the %qs keyword"
 msgstr ""
 
-#: cp/class.c:2621
+#: cp/decl.c:3707
 #, gcc-internal-format
-msgid "bit-field %q+D width not an integer constant"
+msgid "function %q#D is initialized like a variable"
 msgstr ""
 
-#: cp/class.c:2626
+#: cp/decl.c:3719
 #, gcc-internal-format
-msgid "negative width in bit-field %q+D"
+msgid "declaration of %q#D has %<extern%> and is initialized"
 msgstr ""
 
-#: cp/class.c:2631
+#: cp/decl.c:3749
 #, gcc-internal-format
-msgid "zero width for bit-field %q+D"
+msgid "%q#D is not a static member of %q#T"
 msgstr ""
 
-#: cp/class.c:2637
+#: cp/decl.c:3755
 #, gcc-internal-format
-msgid "width of %q+D exceeds its type"
+msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
 msgstr ""
 
-#: cp/class.c:2646
+#: cp/decl.c:3764
 #, gcc-internal-format
-msgid "%q+D is too small to hold all values of %q#T"
+msgid ""
+"template header not allowed in member definition of explicitly specialized "
+"class"
 msgstr ""
 
-#: cp/class.c:2705
+#: cp/decl.c:3773
 #, gcc-internal-format
-msgid "member %q+#D with constructor not allowed in union"
+msgid "duplicate initialization of %qD"
 msgstr ""
 
-#: cp/class.c:2708
+#: cp/decl.c:3812
 #, gcc-internal-format
-msgid "member %q+#D with destructor not allowed in union"
+msgid "declaration of %q#D outside of class is not definition"
 msgstr ""
 
-#: cp/class.c:2710
+#: cp/decl.c:3861
 #, gcc-internal-format
-msgid "member %q+#D with copy assignment operator not allowed in union"
+msgid "variable %q#D has initializer but incomplete type"
 msgstr ""
 
-#: cp/class.c:2733
+#: cp/decl.c:3868 cp/decl.c:4564
 #, gcc-internal-format
-msgid "multiple fields in union %qT initialized"
+msgid "elements of array %q#D have incomplete type"
 msgstr ""
 
-#: cp/class.c:2795
+#: cp/decl.c:3884
 #, gcc-internal-format
-msgid "ignoring packed attribute on unpacked non-POD field %q+#D"
+msgid "aggregate %q#D has incomplete type and cannot be defined"
 msgstr ""
 
-#: cp/class.c:2855
+#: cp/decl.c:3934
 #, gcc-internal-format
-msgid "%q+D may not be static because it is a member of a union"
+msgid "%qD declared as reference but not initialized"
 msgstr ""
 
-#: cp/class.c:2860
+#: cp/decl.c:3940
 #, gcc-internal-format
-msgid "%q+D may not have reference type %qT because it is a member of a union"
+msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
 msgstr ""
 
-#: cp/class.c:2869
+#: cp/decl.c:3966
 #, gcc-internal-format
-msgid "field %q+D in local class cannot be static"
+msgid "cannot initialize %qT from %qT"
 msgstr ""
 
-#: cp/class.c:2875
+#: cp/decl.c:3999
 #, gcc-internal-format
-msgid "field %q+D invalidly declared function type"
+msgid "initializer fails to determine size of %qD"
 msgstr ""
 
-#: cp/class.c:2881
+#: cp/decl.c:4004
 #, gcc-internal-format
-msgid "field %q+D invalidly declared method type"
+msgid "array size missing in %qD"
 msgstr ""
 
-#: cp/class.c:2913
+#: cp/decl.c:4014
 #, gcc-internal-format
-msgid "non-static reference %q+#D in class without a constructor"
+msgid "zero-size array %qD"
 msgstr ""
 
-#: cp/class.c:2960
+#. An automatic variable with an incomplete type: that is an error.
+#. Don't talk about array types here, since we took care of that
+#. message in grokdeclarator.
+#: cp/decl.c:4050
 #, gcc-internal-format
-msgid "non-static const member %q+#D in class without a constructor"
+msgid "storage size of %qD isn't known"
 msgstr ""
 
-#: cp/class.c:2975
+#: cp/decl.c:4072
 #, gcc-internal-format
-msgid "field %q+#D with same name as class"
+msgid "storage size of %qD isn't constant"
 msgstr ""
 
-#: cp/class.c:3008
+#: cp/decl.c:4127
 #, gcc-internal-format
-msgid "%q#T has pointer data members"
+msgid ""
+"sorry: semantics of inline function static data %q+#D are wrong (you'll wind "
+"up with multiple copies)"
 msgstr ""
 
-#: cp/class.c:3012
+#: cp/decl.c:4130
 #, gcc-internal-format
-msgid "  but does not override %<%T(const %T&)%>"
+msgid "%J  you can work around this by removing the initializer"
 msgstr ""
 
-#: cp/class.c:3014
+#: cp/decl.c:4157
 #, gcc-internal-format
-msgid "  or %<operator=(const %T&)%>"
+msgid "uninitialized const %qD"
 msgstr ""
 
-#: cp/class.c:3017
+#: cp/decl.c:4228
 #, gcc-internal-format
-msgid "  but does not override %<operator=(const %T&)%>"
+msgid "name %qD used in a GNU-style designated initializer for an array"
 msgstr ""
 
-#: cp/class.c:3450
+#: cp/decl.c:4275
 #, gcc-internal-format
-msgid ""
-"offset of empty base %qT may not be ABI-compliant and maychange in a future "
-"version of GCC"
+msgid "invalid type %qT as initializer for a vector of type %qT"
 msgstr ""
 
-#: cp/class.c:3562
+#: cp/decl.c:4317
 #, gcc-internal-format
-msgid "class %qT will be considered nearly empty in a future version of GCC"
+msgid "initializer for %qT must be brace-enclosed"
 msgstr ""
 
-#: cp/class.c:3644
+#: cp/decl.c:4332
 #, gcc-internal-format
-msgid "initializer specified for non-virtual method %q+D"
+msgid "ISO C++ does not allow designated initializers"
 msgstr ""
 
-#: cp/class.c:4306
+#: cp/decl.c:4337
 #, gcc-internal-format
-msgid ""
-"offset of virtual base %qT is not ABI-compliant and may change in a future "
-"version of GCC"
+msgid "%qT has no non-static data member named %qD"
 msgstr ""
 
-#: cp/class.c:4405
+#: cp/decl.c:4386
 #, gcc-internal-format
-msgid "direct base %qT inaccessible in %qT due to ambiguity"
+msgid "braces around scalar initializer for type %qT"
 msgstr ""
 
-#: cp/class.c:4417
+#: cp/decl.c:4464
 #, gcc-internal-format
-msgid "virtual base %qT inaccessible in %qT due to ambiguity"
+msgid "missing braces around initializer for %qT"
 msgstr ""
 
-#: cp/class.c:4594
+#: cp/decl.c:4520
 #, gcc-internal-format
-msgid ""
-"size assigned to %qT may not be ABI-compliant and may change in a future "
-"version of GCC"
+msgid "too many initializers for %qT"
 msgstr ""
 
-#. Versions of G++ before G++ 3.4 did not reset the
-#. DECL_MODE.
-#: cp/class.c:4633
+#: cp/decl.c:4558
 #, gcc-internal-format
-msgid ""
-"the offset of %qD may not be ABI-compliant and may change in a future "
-"version of GCC"
+msgid "variable-sized object %qD may not be initialized"
 msgstr ""
 
-#: cp/class.c:4661
+#: cp/decl.c:4569
 #, gcc-internal-format
-msgid ""
-"offset of %q+D is not ABI-compliant and may change in a future version of GCC"
+msgid "%qD has incomplete type"
 msgstr ""
 
-#: cp/class.c:4670
+#: cp/decl.c:4616
 #, gcc-internal-format
-msgid ""
-"%q+D contains empty classes which may cause base classes to be placed at "
-"different locations in a future version of GCC"
+msgid "%qD must be initialized by constructor, not by %<{...}%>"
 msgstr ""
 
-#: cp/class.c:4729
+#: cp/decl.c:4652
 #, gcc-internal-format
-msgid ""
-"layout of classes derived from empty class %qT may change in a future "
-"version of GCC"
+msgid "array %qD initialized by parenthesized string literal %qE"
 msgstr ""
 
-#: cp/class.c:4870 cp/parser.c:13057
+#: cp/decl.c:4667
 #, gcc-internal-format
-msgid "redefinition of %q#T"
+msgid "structure %qD with uninitialized const members"
 msgstr ""
 
-#: cp/class.c:5020
+#: cp/decl.c:4669
 #, gcc-internal-format
-msgid "%q#T has virtual functions but non-virtual destructor"
+msgid "structure %qD with uninitialized reference members"
 msgstr ""
 
-#: cp/class.c:5117
+#: cp/decl.c:4871
 #, gcc-internal-format
-msgid "trying to finish struct, but kicked out due to previous parse errors"
+msgid "assignment (not initialization) in declaration"
 msgstr ""
 
-#: cp/class.c:5533
+#: cp/decl.c:4888
 #, gcc-internal-format
-msgid "language string %<\"%E\"%> not recognized"
+msgid "cannot initialize %qD to namespace %qD"
 msgstr ""
 
-#: cp/class.c:5619
+#: cp/decl.c:4929
 #, gcc-internal-format
-msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
+msgid "shadowing previous type declaration of %q#D"
 msgstr ""
 
-#: cp/class.c:5746
+#: cp/decl.c:4959
 #, gcc-internal-format
-msgid "no matches converting function %qD to type %q#T"
+msgid "%qD cannot be thread-local because it has non-POD type %qT"
 msgstr ""
 
-#: cp/class.c:5769
+#: cp/decl.c:4976
 #, gcc-internal-format
-msgid "converting overloaded function %qD to type %q#T is ambiguous"
+msgid "%qD is thread-local and so cannot be dynamically initialized"
 msgstr ""
 
-#: cp/class.c:5795
+#: cp/decl.c:4994
 #, gcc-internal-format
-msgid "assuming pointer to member %qD"
+msgid ""
+"%qD cannot be initialized by a non-constant expression when being declared"
 msgstr ""
 
-#: cp/class.c:5798
+#: cp/decl.c:5584
 #, gcc-internal-format
-msgid "(a pointer to member can only be formed with %<&%E%>)"
+msgid "destructor for alien class %qT cannot be a member"
 msgstr ""
 
-#: cp/class.c:5843 cp/class.c:5874 cp/class.c:6026 cp/class.c:6033
+#: cp/decl.c:5586
 #, gcc-internal-format
-msgid "not enough type information"
+msgid "constructor for alien class %qT cannot be a member"
 msgstr ""
 
-#: cp/class.c:5860
+#: cp/decl.c:5607
 #, gcc-internal-format
-msgid "argument of type %qT does not match %qT"
+msgid "%qD declared as a %<virtual%> %s"
 msgstr ""
 
-#: cp/class.c:6010
+#: cp/decl.c:5609
 #, gcc-internal-format
-msgid "invalid operation on uninstantiated type"
+msgid "%qD declared as an %<inline%> %s"
 msgstr ""
 
-#. [basic.scope.class]
-#.
-#. A name N used in a class S shall refer to the same declaration
-#. in its context and when re-evaluated in the completed scope of
-#. S.
-#: cp/class.c:6247 cp/decl.c:1101 cp/name-lookup.c:508
+#: cp/decl.c:5611
 #, gcc-internal-format
-msgid "declaration of %q#D"
+msgid ""
+"%<const%> and %<volatile%> function specifiers on %qD invalid in %s "
+"declaration"
 msgstr ""
 
-#: cp/class.c:6248
+#: cp/decl.c:5615
 #, gcc-internal-format
-msgid "changes meaning of %qD from %q+#D"
+msgid "%q+D declared as a friend"
 msgstr ""
 
-#: cp/cp-gimplify.c:120
+#: cp/decl.c:5621
 #, gcc-internal-format
-msgid "continue statement not within loop or switch"
+msgid "%q+D declared with an exception specification"
 msgstr ""
 
-#: cp/cp-gimplify.c:365
+#: cp/decl.c:5655
 #, gcc-internal-format
-msgid "statement with no effect"
+msgid "definition of %qD is not in namespace enclosing %qT"
 msgstr ""
 
-#: cp/cvt.c:91
+#: cp/decl.c:5715
 #, gcc-internal-format
-msgid "can't convert from incomplete type %qT to %qT"
+msgid "defining explicit specialization %qD in friend declaration"
 msgstr ""
 
-#: cp/cvt.c:100
+#. Something like `template <class T> friend void f<T>()'.
+#: cp/decl.c:5725
 #, gcc-internal-format
-msgid "conversion of %qE from %qT to %qT is ambiguous"
+msgid "invalid use of template-id %qD in declaration of primary template"
 msgstr ""
 
-#: cp/cvt.c:169 cp/cvt.c:238 cp/cvt.c:285
+#: cp/decl.c:5755
 #, gcc-internal-format
-msgid "cannot convert %qE from type %qT to type %qT"
+msgid ""
+"default arguments are not allowed in declaration of friend template "
+"specialization %qD"
 msgstr ""
 
-#: cp/cvt.c:198 cp/cvt.c:202
+#: cp/decl.c:5763
 #, gcc-internal-format
-msgid "pointer to member cast from %qT to %qT is via virtual base"
+msgid ""
+"%<inline%> is not allowed in declaration of friend template specialization %"
+"qD"
 msgstr ""
 
-#: cp/cvt.c:498
+#: cp/decl.c:5806
 #, gcc-internal-format
-msgid "conversion from %qT to %qT discards qualifiers"
+msgid "cannot declare %<::main%> to be a template"
 msgstr ""
 
-#: cp/cvt.c:516 cp/typeck.c:4890
+#: cp/decl.c:5808
 #, gcc-internal-format
-msgid "casting %qT to %qT does not dereference pointer"
+msgid "cannot declare %<::main%> to be inline"
 msgstr ""
 
-#: cp/cvt.c:543
+#: cp/decl.c:5810
 #, gcc-internal-format
-msgid "cannot convert type %qT to type %qT"
+msgid "cannot declare %<::main%> to be static"
 msgstr ""
 
-#: cp/cvt.c:679
+#: cp/decl.c:5816
 #, gcc-internal-format
-msgid "conversion from %q#T to %q#T"
+msgid "%<::main%> must return %<int%>"
 msgstr ""
 
-#: cp/cvt.c:691 cp/cvt.c:711
+#: cp/decl.c:5848
 #, gcc-internal-format
-msgid "%q#T used where a %qT was expected"
+msgid "non-local function %q#D uses anonymous type"
 msgstr ""
 
-#: cp/cvt.c:726
+#: cp/decl.c:5851 cp/decl.c:6121
 #, gcc-internal-format
-msgid "%q#T used where a floating point value was expected"
+msgid ""
+"%q+#D does not refer to the unqualified type, so it is not used for linkage"
 msgstr ""
 
-#: cp/cvt.c:773
+#: cp/decl.c:5857
 #, gcc-internal-format
-msgid "conversion from %qT to non-scalar type %qT requested"
+msgid "non-local function %q#D uses local type %qT"
 msgstr ""
 
-#: cp/cvt.c:807
+#: cp/decl.c:5880
 #, gcc-internal-format
-msgid "pseudo-destructor is not called"
+msgid "%smember function %qD cannot have cv-qualifier"
 msgstr ""
 
-#: cp/cvt.c:866
+#: cp/decl.c:5949
 #, gcc-internal-format
-msgid "object of incomplete type %qT will not be accessed in %s"
+msgid "definition of implicitly-declared %qD"
 msgstr ""
 
-#: cp/cvt.c:869
+#: cp/decl.c:5969 cp/decl2.c:704
 #, gcc-internal-format
-msgid "object of type %qT will not be accessed in %s"
+msgid "no %q#D member function declared in class %qT"
 msgstr ""
 
-#: cp/cvt.c:885
+#. DRs 132, 319 and 389 seem to indicate types with
+#. no linkage can only be used to declare extern "C"
+#. entities.  Since it's not always an error in the
+#. ISO C++ 90 Standard, we only issue a warning.
+#: cp/decl.c:6118
 #, gcc-internal-format
-msgid "object %qE of incomplete type %qT will not be accessed in %s"
+msgid "non-local variable %q#D uses anonymous type"
 msgstr ""
 
-#. [over.over] enumerates the places where we can take the address
-#. of an overloaded function, and this is not one of them.
-#: cp/cvt.c:901
+#: cp/decl.c:6127
 #, gcc-internal-format
-msgid "%s cannot resolve address of overloaded function"
+msgid "non-local variable %q#D uses local type %qT"
 msgstr ""
 
-#. Only warn when there is no &.
-#: cp/cvt.c:907
+#: cp/decl.c:6244
 #, gcc-internal-format
-msgid "%s is a reference, not call, to function %qE"
+msgid ""
+"invalid in-class initialization of static data member of non-integral type %"
+"qT"
 msgstr ""
 
-#: cp/cvt.c:918
+#: cp/decl.c:6254
 #, gcc-internal-format
-msgid "%s has no effect"
+msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
 msgstr ""
 
-#: cp/cvt.c:950
+#: cp/decl.c:6258
 #, gcc-internal-format
-msgid "value computed is not used"
+msgid ""
+"ISO C++ forbids initialization of member constant %qD of non-integral type %"
+"qT"
 msgstr ""
 
-#: cp/cvt.c:1058
+#: cp/decl.c:6278
 #, gcc-internal-format
-msgid "converting NULL to non-pointer type"
+msgid "size of array %qD has non-integral type %qT"
 msgstr ""
 
-#: cp/cvt.c:1131
+#: cp/decl.c:6280
 #, gcc-internal-format
-msgid "ambiguous default type conversion from %qT"
+msgid "size of array has non-integral type %qT"
 msgstr ""
 
-#: cp/cvt.c:1133
+#: cp/decl.c:6316
 #, gcc-internal-format
-msgid "  candidate conversions include %qD and %qD"
+msgid "size of array %qD is negative"
 msgstr ""
 
-#: cp/decl.c:1003
+#: cp/decl.c:6318
 #, gcc-internal-format
-msgid "%qD was declared %<extern%> and later %<static%>"
+msgid "size of array is negative"
 msgstr ""
 
-#: cp/decl.c:1004 cp/decl.c:1473 objc/objc-act.c:2903 objc/objc-act.c:7470
+#: cp/decl.c:6326
 #, gcc-internal-format
-msgid "previous declaration of %q+D"
+msgid "ISO C++ forbids zero-size array %qD"
 msgstr ""
 
-#: cp/decl.c:1054
+#: cp/decl.c:6328
 #, gcc-internal-format
-msgid "function %q+D redeclared as inline"
+msgid "ISO C++ forbids zero-size array"
 msgstr ""
 
-#: cp/decl.c:1056
+#: cp/decl.c:6335
 #, gcc-internal-format
-msgid "previous declaration of %q+D with attribute noinline"
+msgid "size of array %qD is not an integral constant-expression"
 msgstr ""
 
-#: cp/decl.c:1063
+#: cp/decl.c:6338
 #, gcc-internal-format
-msgid "function %q+D redeclared with attribute noinline"
+msgid "size of array is not an integral constant-expression"
 msgstr ""
 
-#: cp/decl.c:1065
+#: cp/decl.c:6343
 #, gcc-internal-format
-msgid "previous declaration of %q+D was inline"
+msgid "ISO C++ forbids variable-size array %qD"
 msgstr ""
 
-#: cp/decl.c:1088 cp/decl.c:1161
+#: cp/decl.c:6345
 #, gcc-internal-format
-msgid "shadowing %s function %q#D"
+msgid "ISO C++ forbids variable-size array"
 msgstr ""
 
-#: cp/decl.c:1097
+#: cp/decl.c:6375
 #, gcc-internal-format
-msgid "library function %q#D redeclared as non-function %q#D"
+msgid "overflow in array dimension"
 msgstr ""
 
-#: cp/decl.c:1102
+#: cp/decl.c:6449
 #, gcc-internal-format
-msgid "conflicts with built-in declaration %q#D"
+msgid "declaration of %qD as %s"
 msgstr ""
 
-#: cp/decl.c:1156 cp/decl.c:1265 cp/decl.c:1281
+#: cp/decl.c:6451
 #, gcc-internal-format
-msgid "new declaration %q#D"
+msgid "creating %s"
 msgstr ""
 
-#: cp/decl.c:1157
+#: cp/decl.c:6463
 #, gcc-internal-format
-msgid "ambiguates built-in declaration %q#D"
+msgid ""
+"declaration of %qD as multidimensional array must have bounds for all "
+"dimensions except the first"
 msgstr ""
 
-#: cp/decl.c:1229
+#: cp/decl.c:6467
 #, gcc-internal-format
-msgid "%q#D redeclared as different kind of symbol"
+msgid ""
+"multidimensional array must have bounds for all dimensions except the first"
 msgstr ""
 
-#: cp/decl.c:1232
+#: cp/decl.c:6502
 #, gcc-internal-format
-msgid "previous declaration of %q+#D"
+msgid "return type specification for constructor invalid"
 msgstr ""
 
-#: cp/decl.c:1251
+#: cp/decl.c:6512
 #, gcc-internal-format
-msgid "declaration of template %q#D"
+msgid "return type specification for destructor invalid"
 msgstr ""
 
-#: cp/decl.c:1252 cp/name-lookup.c:509
+#: cp/decl.c:6525
 #, gcc-internal-format
-msgid "conflicts with previous declaration %q+#D"
+msgid "operator %qT declared to return %qT"
 msgstr ""
 
-#: cp/decl.c:1266 cp/decl.c:1282
+#: cp/decl.c:6527
 #, gcc-internal-format
-msgid "ambiguates old declaration %q+#D"
+msgid "return type specified for %<operator %T%>"
 msgstr ""
 
-#: cp/decl.c:1274
+#: cp/decl.c:6549
 #, gcc-internal-format
-msgid "declaration of C function %q#D conflicts with"
+msgid "unnamed variable or field declared void"
 msgstr ""
 
-#: cp/decl.c:1276
+#: cp/decl.c:6553
 #, gcc-internal-format
-msgid "previous declaration %q+#D here"
+msgid "variable or field %qE declared void"
 msgstr ""
 
-#: cp/decl.c:1289
+#: cp/decl.c:6556
 #, gcc-internal-format
-msgid "conflicting declaration %q#D"
+msgid "variable or field declared void"
 msgstr ""
 
-#: cp/decl.c:1290
+#: cp/decl.c:6711
 #, gcc-internal-format
-msgid "%q+D has a previous declaration as %q#D"
+msgid "type %qT is not derived from type %qT"
 msgstr ""
 
-#. [namespace.alias]
-#.
-#. A namespace-name or namespace-alias shall not be declared as
-#. the name of any other entity in the same declarative region.
-#. A namespace-name defined at global scope shall not be
-#. declared as the name of any other entity in any global scope
-#. of the program.
-#: cp/decl.c:1342
+#: cp/decl.c:6731 cp/decl.c:6823 cp/decl.c:7948
 #, gcc-internal-format
-msgid "declaration of namespace %qD conflicts with"
+msgid "declaration of %qD as non-function"
 msgstr ""
 
-#: cp/decl.c:1343
+#: cp/decl.c:6737
 #, gcc-internal-format
-msgid "previous declaration of namespace %q+D here"
+msgid "declaration of %qD as non-member"
 msgstr ""
 
-#: cp/decl.c:1354
+#: cp/decl.c:6767
 #, gcc-internal-format
-msgid "%q+#D previously defined here"
+msgid "declarator-id missing; using reserved word %qD"
 msgstr ""
 
-#: cp/decl.c:1355
+#: cp/decl.c:6856
 #, gcc-internal-format
-msgid "%q+#D previously declared here"
+msgid "two or more data types in declaration of %qs"
 msgstr ""
 
-#. Prototype decl follows defn w/o prototype.
-#: cp/decl.c:1364
+#: cp/decl.c:6899
 #, gcc-internal-format
-msgid "prototype for %q+#D"
+msgid "ISO C++ does not support %<long long%>"
 msgstr ""
 
-#: cp/decl.c:1365
+#: cp/decl.c:6921
 #, gcc-internal-format
-msgid "%Jfollows non-prototype definition here"
+msgid "duplicate %qs"
 msgstr ""
 
-#: cp/decl.c:1377
+#: cp/decl.c:6959 cp/decl.c:6961
 #, gcc-internal-format
-msgid "previous declaration of %q+#D with %qL linkage"
+msgid "ISO C++ forbids declaration of %qs with no type"
 msgstr ""
 
-#: cp/decl.c:1379
+#: cp/decl.c:6986
 #, gcc-internal-format
-msgid "conflicts with new declaration with %qL linkage"
+msgid "short, signed or unsigned invalid for %qs"
 msgstr ""
 
-#: cp/decl.c:1402 cp/decl.c:1408
+#: cp/decl.c:6988
 #, gcc-internal-format
-msgid "default argument given for parameter %d of %q#D"
+msgid "long, short, signed or unsigned invalid for %qs"
 msgstr ""
 
-#: cp/decl.c:1404 cp/decl.c:1410
+#: cp/decl.c:6990
 #, gcc-internal-format
-msgid "after previous specification in %q+#D"
+msgid "long and short specified together for %qs"
 msgstr ""
 
-#: cp/decl.c:1419
+#: cp/decl.c:6992
 #, gcc-internal-format
-msgid "%q#D was used before it was declared inline"
+msgid "long or short specified with char for %qs"
 msgstr ""
 
-#: cp/decl.c:1420
+#: cp/decl.c:6994
 #, gcc-internal-format
-msgid "%Jprevious non-inline declaration here"
+msgid "long or short specified with floating type for %qs"
 msgstr ""
 
-#: cp/decl.c:1472
+#: cp/decl.c:6996
 #, gcc-internal-format
-msgid "redundant redeclaration of %qD in same scope"
+msgid "signed and unsigned given together for %qs"
 msgstr ""
 
-#: cp/decl.c:1566
+#: cp/decl.c:7002
 #, gcc-internal-format
-msgid "declaration of %qF throws different exceptions"
+msgid "long, short, signed or unsigned used invalidly for %qs"
 msgstr ""
 
-#: cp/decl.c:1568
+#: cp/decl.c:7067
 #, gcc-internal-format
-msgid "than previous declaration %q+F"
+msgid "complex invalid for %qs"
 msgstr ""
 
-#. From [temp.expl.spec]:
-#.
-#. If a template, a member template or the member of a class
-#. template is explicitly specialized then that
-#. specialization shall be declared before the first use of
-#. that specialization that would cause an implicit
-#. instantiation to take place, in every translation unit in
-#. which such a use occurs.
-#: cp/decl.c:1732
+#: cp/decl.c:7096
 #, gcc-internal-format
-msgid "explicit specialization of %qD after first use"
+msgid "qualifiers are not allowed on declaration of %<operator %T%>"
 msgstr ""
 
-#: cp/decl.c:1811
+#: cp/decl.c:7108 cp/typeck.c:6605
 #, gcc-internal-format
-msgid "%q+D: visibility attribute ignored because it"
+msgid "ignoring %qV qualifiers added to function type %qT"
 msgstr ""
 
-#: cp/decl.c:1813
+#: cp/decl.c:7131
 #, gcc-internal-format
-msgid "%Jconflicts with previous declaration here"
+msgid "member %qD cannot be declared both virtual and static"
 msgstr ""
 
-#: cp/decl.c:2191 cp/decl.c:2213
+#: cp/decl.c:7138
 #, gcc-internal-format
-msgid "jump to label %qD"
+msgid "%<%T::%D%> is not a valid declarator"
 msgstr ""
 
-#: cp/decl.c:2193 cp/decl.c:2215
+#: cp/decl.c:7146
 #, gcc-internal-format
-msgid "jump to case label"
+msgid "typedef declaration invalid in parameter declaration"
 msgstr ""
 
-#: cp/decl.c:2196 cp/decl.c:2218
+#: cp/decl.c:7150
 #, gcc-internal-format
-msgid "%H  from here"
+msgid "storage class specifiers invalid in parameter declarations"
 msgstr ""
 
-#: cp/decl.c:2201
+#: cp/decl.c:7157
 #, gcc-internal-format
-msgid "  crosses initialization of %q+#D"
+msgid "virtual outside class declaration"
 msgstr ""
 
-#: cp/decl.c:2203 cp/decl.c:2317
+#: cp/decl.c:7171 cp/decl.c:7180
 #, gcc-internal-format
-msgid "  enters scope of non-POD %q+#D"
+msgid "multiple storage classes in declaration of %qs"
 msgstr ""
 
-#: cp/decl.c:2222 cp/decl.c:2321
+#: cp/decl.c:7203
 #, gcc-internal-format
-msgid "  enters try block"
+msgid "storage class specified for %qs"
 msgstr ""
 
-#: cp/decl.c:2224 cp/decl.c:2323
+#: cp/decl.c:7237
 #, gcc-internal-format
-msgid "  enters catch block"
+msgid "top-level declaration of %qs specifies %<auto%>"
 msgstr ""
 
-#: cp/decl.c:2301
+#: cp/decl.c:7249
 #, gcc-internal-format
-msgid "jump to label %q+D"
+msgid "storage class specifiers invalid in friend function declarations"
 msgstr ""
 
-#: cp/decl.c:2302
+#: cp/decl.c:7375
 #, gcc-internal-format
-msgid "  from here"
+msgid "destructor cannot be static member function"
 msgstr ""
 
-#. Can't skip init of __exception_info.
-#: cp/decl.c:2313
+#: cp/decl.c:7378
 #, gcc-internal-format
-msgid "%J  enters catch block"
+msgid "destructors may not be cv-qualified"
 msgstr ""
 
-#: cp/decl.c:2315
+#: cp/decl.c:7398
 #, gcc-internal-format
-msgid "  skips initialization of %q+#D"
+msgid "constructor cannot be static member function"
 msgstr ""
 
-#: cp/decl.c:2349
+#: cp/decl.c:7401
 #, gcc-internal-format
-msgid "label named wchar_t"
+msgid "constructors cannot be declared virtual"
 msgstr ""
 
-#: cp/decl.c:2352
+#: cp/decl.c:7406
 #, gcc-internal-format
-msgid "duplicate label %qD"
+msgid "constructors may not be cv-qualified"
 msgstr ""
 
-#: cp/decl.c:2607 cp/parser.c:3609
+#: cp/decl.c:7426
 #, gcc-internal-format
-msgid "%qD used without template parameters"
+msgid "can't initialize friend function %qs"
 msgstr ""
 
-#: cp/decl.c:2624 cp/decl.c:2715
+#. Cannot be both friend and virtual.
+#: cp/decl.c:7430
 #, gcc-internal-format
-msgid "no class template named %q#T in %q#T"
+msgid "virtual functions cannot be friends"
 msgstr ""
 
-#: cp/decl.c:2645 cp/decl.c:2655 cp/decl.c:2675
+#: cp/decl.c:7434
 #, gcc-internal-format
-msgid "no type named %q#T in %q#T"
+msgid "friend declaration not in class definition"
 msgstr ""
 
-#: cp/decl.c:2724
+#: cp/decl.c:7436
 #, gcc-internal-format
-msgid "template parameters do not match template"
+msgid "can't define friend function %qs in a local class definition"
 msgstr ""
 
-#: cp/decl.c:2725 cp/friend.c:317 cp/friend.c:325
+#: cp/decl.c:7449
 #, gcc-internal-format
-msgid "%q+D declared here"
+msgid "destructors may not have parameters"
 msgstr ""
 
-#: cp/decl.c:3398
+#: cp/decl.c:7468 cp/decl.c:7475
 #, gcc-internal-format
-msgid "%Jan anonymous union cannot have function members"
+msgid "cannot declare reference to %q#T"
 msgstr ""
 
-#: cp/decl.c:3416
+#: cp/decl.c:7469
 #, gcc-internal-format
-msgid "member %q+#D with constructor not allowed in anonymous aggregate"
+msgid "cannot declare pointer to %q#T"
 msgstr ""
 
-#: cp/decl.c:3419
+#: cp/decl.c:7477
 #, gcc-internal-format
-msgid "member %q+#D with destructor not allowed in anonymous aggregate"
+msgid "cannot declare pointer to %q#T member"
 msgstr ""
 
-#: cp/decl.c:3422
+#: cp/decl.c:7516
 #, gcc-internal-format
-msgid ""
-"member %q+#D with copy assignment operator not allowed in anonymous aggregate"
+msgid "%qD is a namespace"
 msgstr ""
 
-#: cp/decl.c:3447
+#: cp/decl.c:7555
 #, gcc-internal-format
-msgid "multiple types in one declaration"
+msgid "template-id %qD used as a declarator"
 msgstr ""
 
-#: cp/decl.c:3451
+#: cp/decl.c:7603
 #, gcc-internal-format
-msgid "redeclaration of C++ built-in type %qT"
+msgid "extra qualification %<%T::%> on member %qs"
 msgstr ""
 
-#: cp/decl.c:3488
+#: cp/decl.c:7621
 #, gcc-internal-format
-msgid "missing type-name in typedef-declaration"
+msgid "cannot declare member function %<%T::%s%> within %<%T%>"
 msgstr ""
 
-#: cp/decl.c:3496
+#: cp/decl.c:7636
 #, gcc-internal-format
-msgid "ISO C++ prohibits anonymous structs"
+msgid "cannot declare member %<%T::%s%> within %qT"
 msgstr ""
 
-#: cp/decl.c:3503
+#: cp/decl.c:7676
 #, gcc-internal-format
-msgid "%qs can only be specified for functions"
+msgid "data member may not have variably modified type %qT"
 msgstr ""
 
-#: cp/decl.c:3509
+#: cp/decl.c:7678
 #, gcc-internal-format
-msgid "%<friend%> can only be specified inside a class"
+msgid "parameter may not have variably modified type %qT"
 msgstr ""
 
-#: cp/decl.c:3511
+#. [dcl.fct.spec] The explicit specifier shall only be used in
+#. declarations of constructors within a class definition.
+#: cp/decl.c:7686
 #, gcc-internal-format
-msgid "%<explicit%> can only be specified for constructors"
+msgid "only declarations of constructors can be %<explicit%>"
 msgstr ""
 
-#: cp/decl.c:3513
+#: cp/decl.c:7694
 #, gcc-internal-format
-msgid "a storage class can only be specified for objects and functions"
+msgid "non-member %qs cannot be declared %<mutable%>"
 msgstr ""
 
-#: cp/decl.c:3519
+#: cp/decl.c:7699
 #, gcc-internal-format
-msgid "qualifiers can only be specified for objects and functions"
+msgid "non-object member %qs cannot be declared %<mutable%>"
 msgstr ""
 
-#: cp/decl.c:3549
+#: cp/decl.c:7705
 #, gcc-internal-format
-msgid "attribute ignored in declaration of %q+#T"
+msgid "function %qs cannot be declared %<mutable%>"
 msgstr ""
 
-#: cp/decl.c:3550
+#: cp/decl.c:7710
 #, gcc-internal-format
-msgid "attribute for %q+#T must follow the %qs keyword"
+msgid "static %qs cannot be declared %<mutable%>"
 msgstr ""
 
-#: cp/decl.c:3672
+#: cp/decl.c:7715
 #, gcc-internal-format
-msgid "function %q#D is initialized like a variable"
+msgid "const %qs cannot be declared %<mutable%>"
 msgstr ""
 
-#: cp/decl.c:3684
+#: cp/decl.c:7735
 #, gcc-internal-format
-msgid "declaration of %q#D has %<extern%> and is initialized"
+msgid "%Jtypedef name may not be a nested-name-specifier"
 msgstr ""
 
-#: cp/decl.c:3714
+#: cp/decl.c:7751
 #, gcc-internal-format
-msgid "%q#D is not a static member of %q#T"
+msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
 msgstr ""
 
-#: cp/decl.c:3720
+#: cp/decl.c:7850
 #, gcc-internal-format
-msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
+msgid "qualified function types cannot be used to declare %s functions"
 msgstr ""
 
-#: cp/decl.c:3729
+#: cp/decl.c:7876
 #, gcc-internal-format
-msgid ""
-"template header not allowed in member definition of explicitly specialized "
-"class"
+msgid "type qualifiers specified for friend class declaration"
 msgstr ""
 
-#: cp/decl.c:3738
+#: cp/decl.c:7881
 #, gcc-internal-format
-msgid "duplicate initialization of %qD"
+msgid "%<inline%> specified for friend class declaration"
 msgstr ""
 
-#: cp/decl.c:3777
+#: cp/decl.c:7889
 #, gcc-internal-format
-msgid "declaration of %q#D outside of class is not definition"
+msgid "template parameters cannot be friends"
 msgstr ""
 
-#: cp/decl.c:3826
+#: cp/decl.c:7891
 #, gcc-internal-format
-msgid "variable %q#D has initializer but incomplete type"
+msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
 msgstr ""
 
-#: cp/decl.c:3833 cp/decl.c:4529
+#: cp/decl.c:7895
 #, gcc-internal-format
-msgid "elements of array %q#D have incomplete type"
+msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
 msgstr ""
 
-#: cp/decl.c:3849
+#: cp/decl.c:7908
 #, gcc-internal-format
-msgid "aggregate %q#D has incomplete type and cannot be defined"
+msgid "trying to make class %qT a friend of global scope"
 msgstr ""
 
-#: cp/decl.c:3899
+#: cp/decl.c:7919
 #, gcc-internal-format
-msgid "%qD declared as reference but not initialized"
+msgid "invalid qualifiers on non-member function type"
 msgstr ""
 
-#: cp/decl.c:3905
+#: cp/decl.c:7938
 #, gcc-internal-format
-msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
+msgid "abstract declarator %qT used as declaration"
 msgstr ""
 
-#: cp/decl.c:3931
+#: cp/decl.c:7963
 #, gcc-internal-format
-msgid "cannot initialize %qT from %qT"
+msgid "cannot use %<::%> in parameter declaration"
 msgstr ""
 
-#: cp/decl.c:3964
+#. Something like struct S { int N::j; };
+#: cp/decl.c:8008
 #, gcc-internal-format
-msgid "initializer fails to determine size of %qD"
+msgid "invalid use of %<::%>"
 msgstr ""
 
-#: cp/decl.c:3969
+#: cp/decl.c:8023
 #, gcc-internal-format
-msgid "array size missing in %qD"
+msgid "can't make %qD into a method -- not in a class"
 msgstr ""
 
-#: cp/decl.c:3979
+#: cp/decl.c:8032
 #, gcc-internal-format
-msgid "zero-size array %qD"
+msgid "function %qD declared virtual inside a union"
 msgstr ""
 
-#. An automatic variable with an incomplete type: that is an error.
-#. Don't talk about array types here, since we took care of that
-#. message in grokdeclarator.
-#: cp/decl.c:4015
+#: cp/decl.c:8041
 #, gcc-internal-format
-msgid "storage size of %qD isn't known"
+msgid "%qD cannot be declared virtual, since it is always static"
 msgstr ""
 
-#: cp/decl.c:4037
+#: cp/decl.c:8059
 #, gcc-internal-format
-msgid "storage size of %qD isn't constant"
+msgid "expected qualified name in friend declaration for destructor %qD"
 msgstr ""
 
-#: cp/decl.c:4092
+#: cp/decl.c:8069
 #, gcc-internal-format
-msgid ""
-"sorry: semantics of inline function static data %q+#D are wrong (you'll wind "
-"up with multiple copies)"
+msgid "declaration of %qD as member of %qT"
 msgstr ""
 
-#: cp/decl.c:4095
+#: cp/decl.c:8145
 #, gcc-internal-format
-msgid "%J  you can work around this by removing the initializer"
+msgid "field %qD has incomplete type"
 msgstr ""
 
-#: cp/decl.c:4122
+#: cp/decl.c:8147
 #, gcc-internal-format
-msgid "uninitialized const %qD"
+msgid "name %qT has incomplete type"
 msgstr ""
 
-#: cp/decl.c:4193
+#: cp/decl.c:8156
 #, gcc-internal-format
-msgid "name %qD used in a GNU-style designated initializer for an array"
+msgid "  in instantiation of template %qT"
 msgstr ""
 
-#: cp/decl.c:4240
+#: cp/decl.c:8166
 #, gcc-internal-format
-msgid "invalid type %qT as initializer for a vector of type %qT"
+msgid "%qE is neither function nor member function; cannot be declared friend"
 msgstr ""
 
-#: cp/decl.c:4282
+#: cp/decl.c:8177
 #, gcc-internal-format
-msgid "initializer for %qT must be brace-enclosed"
+msgid "member functions are implicitly friends of their class"
 msgstr ""
 
-#: cp/decl.c:4297
+#. An attempt is being made to initialize a non-static
+#. member.  But, from [class.mem]:
+#.
+#. 4 A member-declarator can contain a
+#. constant-initializer only if it declares a static
+#. member (_class.static_) of integral or enumeration
+#. type, see _class.static.data_.
+#.
+#. This used to be relatively common practice, but
+#. the rest of the compiler does not correctly
+#. handle the initialization unless the member is
+#. static so we make it static below.
+#: cp/decl.c:8217
 #, gcc-internal-format
-msgid "ISO C++ does not allow designated initializers"
+msgid "ISO C++ forbids initialization of member %qD"
 msgstr ""
 
-#: cp/decl.c:4302
+#: cp/decl.c:8219
 #, gcc-internal-format
-msgid "%qT has no non-static data member named %qD"
+msgid "making %qD static"
 msgstr ""
 
-#: cp/decl.c:4351
+#: cp/decl.c:8288
 #, gcc-internal-format
-msgid "braces around scalar initializer for type %qT"
+msgid "storage class %<auto%> invalid for function %qs"
 msgstr ""
 
-#: cp/decl.c:4429
+#: cp/decl.c:8290
 #, gcc-internal-format
-msgid "missing braces around initializer for %qT"
+msgid "storage class %<register%> invalid for function %qs"
 msgstr ""
 
-#: cp/decl.c:4485
+#: cp/decl.c:8292
 #, gcc-internal-format
-msgid "too many initializers for %qT"
+msgid "storage class %<__thread%> invalid for function %qs"
 msgstr ""
 
-#: cp/decl.c:4523
+#: cp/decl.c:8303
 #, gcc-internal-format
-msgid "variable-sized object %qD may not be initialized"
+msgid ""
+"%<static%> specified invalid for function %qs declared out of global scope"
 msgstr ""
 
-#: cp/decl.c:4534
+#: cp/decl.c:8306
 #, gcc-internal-format
-msgid "%qD has incomplete type"
+msgid ""
+"%<inline%> specifier invalid for function %qs declared out of global scope"
 msgstr ""
 
-#: cp/decl.c:4581
+#: cp/decl.c:8314
 #, gcc-internal-format
-msgid "%qD must be initialized by constructor, not by %<{...}%>"
+msgid "virtual non-class function %qs"
 msgstr ""
 
-#: cp/decl.c:4617
+#: cp/decl.c:8345
 #, gcc-internal-format
-msgid "array %qD initialized by parenthesized string literal %qE"
+msgid "cannot declare member function %qD to have static linkage"
 msgstr ""
 
-#: cp/decl.c:4632
+#. FIXME need arm citation
+#: cp/decl.c:8352
 #, gcc-internal-format
-msgid "structure %qD with uninitialized const members"
+msgid "cannot declare static function inside another function"
 msgstr ""
 
-#: cp/decl.c:4634
+#: cp/decl.c:8381
 #, gcc-internal-format
-msgid "structure %qD with uninitialized reference members"
+msgid ""
+"%<static%> may not be used when defining (as opposed to declaring) a static "
+"data member"
 msgstr ""
 
-#: cp/decl.c:4836
+#: cp/decl.c:8388
 #, gcc-internal-format
-msgid "assignment (not initialization) in declaration"
+msgid "static member %qD declared %<register%>"
 msgstr ""
 
-#: cp/decl.c:4853
+#: cp/decl.c:8393
 #, gcc-internal-format
-msgid "cannot initialize %qD to namespace %qD"
+msgid "cannot explicitly declare member %q#D to have extern linkage"
 msgstr ""
 
-#: cp/decl.c:4894
+#: cp/decl.c:8531
 #, gcc-internal-format
-msgid "shadowing previous type declaration of %q#D"
+msgid "default argument for %q#D has type %qT"
 msgstr ""
 
-#: cp/decl.c:4924
+#: cp/decl.c:8534
 #, gcc-internal-format
-msgid "%qD cannot be thread-local because it has non-POD type %qT"
+msgid "default argument for parameter of type %qT has type %qT"
 msgstr ""
 
-#: cp/decl.c:4939
+#: cp/decl.c:8551
 #, gcc-internal-format
-msgid "%qD is thread-local and so cannot be dynamically initialized"
+msgid "default argument %qE uses local variable %qD"
 msgstr ""
 
-#: cp/decl.c:4957
+#: cp/decl.c:8619
 #, gcc-internal-format
-msgid ""
-"%qD cannot be initialized by a non-constant expression when being declared"
+msgid "parameter %qD invalidly declared method type"
 msgstr ""
 
-#: cp/decl.c:5547
+#: cp/decl.c:8643
 #, gcc-internal-format
-msgid "destructor for alien class %qT cannot be a member"
+msgid "parameter %qD includes %s to array of unknown bound %qT"
 msgstr ""
 
-#: cp/decl.c:5549
+#. [class.copy]
+#.
+#. A declaration of a constructor for a class X is ill-formed if
+#. its first parameter is of type (optionally cv-qualified) X
+#. and either there are no other parameters or else all other
+#. parameters have default arguments.
+#.
+#. We *don't* complain about member template instantiations that
+#. have this form, though; they can occur as we try to decide
+#. what constructor to use during overload resolution.  Since
+#. overload resolution will never prefer such a constructor to
+#. the non-template copy constructor (which is either explicitly
+#. or implicitly defined), there's no need to worry about their
+#. existence.  Theoretically, they should never even be
+#. instantiated, but that's hard to forestall.
+#: cp/decl.c:8802
 #, gcc-internal-format
-msgid "constructor for alien class %qT cannot be a member"
+msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
 msgstr ""
 
-#: cp/decl.c:5570
+#: cp/decl.c:8921
 #, gcc-internal-format
-msgid "%qD declared as a %<virtual%> %s"
+msgid "%qD may not be declared within a namespace"
 msgstr ""
 
-#: cp/decl.c:5572
+#: cp/decl.c:8923
 #, gcc-internal-format
-msgid "%qD declared as an %<inline%> %s"
+msgid "%qD may not be declared as static"
 msgstr ""
 
-#: cp/decl.c:5574
+#: cp/decl.c:8944
 #, gcc-internal-format
-msgid ""
-"%<const%> and %<volatile%> function specifiers on %qD invalid in %s "
-"declaration"
+msgid "%qD must be a nonstatic member function"
 msgstr ""
 
-#: cp/decl.c:5578
+#: cp/decl.c:8953
 #, gcc-internal-format
-msgid "%q+D declared as a friend"
+msgid ""
+"%qD must be either a non-static member function or a non-member function"
 msgstr ""
 
-#: cp/decl.c:5584
+#: cp/decl.c:8973
 #, gcc-internal-format
-msgid "%q+D declared with an exception specification"
+msgid "%qD must have an argument of class or enumerated type"
 msgstr ""
 
-#: cp/decl.c:5618
+#: cp/decl.c:9014
 #, gcc-internal-format
-msgid "definition of %qD is not in namespace enclosing %qT"
+msgid "conversion to %s%s will never use a type conversion operator"
 msgstr ""
 
-#: cp/decl.c:5709
+#. 13.4.0.3
+#: cp/decl.c:9021
 #, gcc-internal-format
-msgid "cannot declare %<::main%> to be a template"
+msgid "ISO C++ prohibits overloading operator ?:"
 msgstr ""
 
-#: cp/decl.c:5711
+#: cp/decl.c:9071
 #, gcc-internal-format
-msgid "cannot declare %<::main%> to be inline"
+msgid "postfix %qD must take %<int%> as its argument"
 msgstr ""
 
-#: cp/decl.c:5713
+#: cp/decl.c:9075
 #, gcc-internal-format
-msgid "cannot declare %<::main%> to be static"
+msgid "postfix %qD must take %<int%> as its second argument"
 msgstr ""
 
-#: cp/decl.c:5717
+#: cp/decl.c:9082
 #, gcc-internal-format
-msgid "%<::main%> must return %<int%>"
+msgid "%qD must take either zero or one argument"
 msgstr ""
 
-#: cp/decl.c:5747
+#: cp/decl.c:9084
 #, gcc-internal-format
-msgid "non-local function %q#D uses anonymous type"
+msgid "%qD must take either one or two arguments"
 msgstr ""
 
-#: cp/decl.c:5750 cp/decl.c:6087
+#: cp/decl.c:9105
 #, gcc-internal-format
-msgid ""
-"%q+#D does not refer to the unqualified type, so it is not used for linkage"
+msgid "prefix %qD should return %qT"
 msgstr ""
 
-#: cp/decl.c:5756
+#: cp/decl.c:9111
 #, gcc-internal-format
-msgid "non-local function %q#D uses local type %qT"
+msgid "postfix %qD should return %qT"
 msgstr ""
 
-#: cp/decl.c:5779
+#: cp/decl.c:9120
 #, gcc-internal-format
-msgid "%smember function %qD cannot have cv-qualifier"
+msgid "%qD must take %<void%>"
 msgstr ""
 
-#: cp/decl.c:5803
+#: cp/decl.c:9122 cp/decl.c:9130
 #, gcc-internal-format
-msgid "defining explicit specialization %qD in friend declaration"
+msgid "%qD must take exactly one argument"
 msgstr ""
 
-#. Something like `template <class T> friend void f<T>()'.
-#: cp/decl.c:5813
+#: cp/decl.c:9132
 #, gcc-internal-format
-msgid "invalid use of template-id %qD in declaration of primary template"
+msgid "%qD must take exactly two arguments"
 msgstr ""
 
-#: cp/decl.c:5841
+#: cp/decl.c:9140
 #, gcc-internal-format
-msgid ""
-"default arguments are not allowed in declaration of friend template "
-"specialization %qD"
+msgid "user-defined %qD always evaluates both arguments"
 msgstr ""
 
-#: cp/decl.c:5849
+#: cp/decl.c:9154
 #, gcc-internal-format
-msgid ""
-"%<inline%> is not allowed in declaration of friend template specialization %"
-"qD"
+msgid "%qD should return by value"
 msgstr ""
 
-#: cp/decl.c:5915
+#: cp/decl.c:9166 cp/decl.c:9169
 #, gcc-internal-format
-msgid "definition of implicitly-declared %qD"
+msgid "%qD cannot have default arguments"
 msgstr ""
 
-#: cp/decl.c:5935 cp/decl2.c:706
+#: cp/decl.c:9226
 #, gcc-internal-format
-msgid "no %q#D member function declared in class %qT"
+msgid "using template type parameter %qT after %qs"
 msgstr ""
 
-#. DRs 132, 319 and 389 seem to indicate types with
-#. no linkage can only be used to declare extern "C"
-#. entities.  Since it's not always an error in the
-#. ISO C++ 90 Standard, we only issue a warning.
-#: cp/decl.c:6084
+#: cp/decl.c:9241
 #, gcc-internal-format
-msgid "non-local variable %q#D uses anonymous type"
+msgid "using typedef-name %qD after %qs"
 msgstr ""
 
-#: cp/decl.c:6093
+#: cp/decl.c:9242
 #, gcc-internal-format
-msgid "non-local variable %q#D uses local type %qT"
+msgid "%q+D has a previous declaration here"
 msgstr ""
 
-#: cp/decl.c:6210
+#: cp/decl.c:9250
 #, gcc-internal-format
-msgid ""
-"invalid in-class initialization of static data member of non-integral type %"
-"qT"
+msgid "%qT referred to as %qs"
 msgstr ""
 
-#: cp/decl.c:6220
+#: cp/decl.c:9251 cp/decl.c:9258
 #, gcc-internal-format
-msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
+msgid "%q+T has a previous declaration here"
 msgstr ""
 
-#: cp/decl.c:6224
+#: cp/decl.c:9257
 #, gcc-internal-format
-msgid ""
-"ISO C++ forbids initialization of member constant %qD of non-integral type %"
-"qT"
+msgid "%qT referred to as enum"
 msgstr ""
 
-#: cp/decl.c:6244
+#. If a class template appears as elaborated type specifier
+#. without a template header such as:
+#.
+#. template <class T> class C {};
+#. void f(class C);            // No template header here
+#.
+#. then the required template argument is missing.
+#: cp/decl.c:9272
 #, gcc-internal-format
-msgid "size of array %qD has non-integral type %qT"
+msgid "template argument required for %<%s %T%>"
 msgstr ""
 
-#: cp/decl.c:6246
+#: cp/decl.c:9320 cp/name-lookup.c:2629
 #, gcc-internal-format
-msgid "size of array has non-integral type %qT"
+msgid "%qD has the same name as the class in which it is declared"
 msgstr ""
 
-#: cp/decl.c:6282
+#: cp/decl.c:9458
 #, gcc-internal-format
-msgid "size of array %qD is negative"
+msgid "use of enum %q#D without previous declaration"
 msgstr ""
 
-#: cp/decl.c:6284
+#: cp/decl.c:9476
 #, gcc-internal-format
-msgid "size of array is negative"
+msgid "redeclaration of %qT as a non-template"
 msgstr ""
 
-#: cp/decl.c:6292
+#: cp/decl.c:9583
 #, gcc-internal-format
-msgid "ISO C++ forbids zero-size array %qD"
+msgid "derived union %qT invalid"
 msgstr ""
 
-#: cp/decl.c:6294
+#: cp/decl.c:9589
 #, gcc-internal-format
-msgid "ISO C++ forbids zero-size array"
+msgid "Java class %qT cannot have multiple bases"
 msgstr ""
 
-#: cp/decl.c:6301
+#: cp/decl.c:9597
 #, gcc-internal-format
-msgid "size of array %qD is not an integral constant-expression"
+msgid "Java class %qT cannot have virtual bases"
 msgstr ""
 
-#: cp/decl.c:6304
+#: cp/decl.c:9616
 #, gcc-internal-format
-msgid "size of array is not an integral constant-expression"
+msgid "base type %qT fails to be a struct or class type"
 msgstr ""
 
-#: cp/decl.c:6309
+#: cp/decl.c:9649
 #, gcc-internal-format
-msgid "ISO C++ forbids variable-size array %qD"
+msgid "recursive type %qT undefined"
 msgstr ""
 
-#: cp/decl.c:6311
+#: cp/decl.c:9651
 #, gcc-internal-format
-msgid "ISO C++ forbids variable-size array"
+msgid "duplicate base type %qT invalid"
 msgstr ""
 
-#: cp/decl.c:6341
+#: cp/decl.c:9721
 #, gcc-internal-format
-msgid "overflow in array dimension"
+msgid "multiple definition of %q#T"
 msgstr ""
 
-#: cp/decl.c:6415
+#: cp/decl.c:9722
 #, gcc-internal-format
-msgid "declaration of %qD as %s"
+msgid "%Jprevious definition here"
 msgstr ""
 
-#: cp/decl.c:6417
+#. DR 377
+#.
+#. IF no integral type can represent all the enumerator values, the
+#. enumeration is ill-formed.
+#: cp/decl.c:9861
 #, gcc-internal-format
-msgid "creating %s"
+msgid "no integral type can represent all of the enumerator values for %qT"
 msgstr ""
 
-#: cp/decl.c:6429
+#: cp/decl.c:9972
 #, gcc-internal-format
-msgid ""
-"declaration of %qD as multidimensional array must have bounds for all "
-"dimensions except the first"
+msgid "enumerator value for %qD not integer constant"
 msgstr ""
 
-#: cp/decl.c:6433
+#: cp/decl.c:10000
 #, gcc-internal-format
-msgid ""
-"multidimensional array must have bounds for all dimensions except the first"
+msgid "overflow in enumeration values at %qD"
 msgstr ""
 
-#: cp/decl.c:6468
+#: cp/decl.c:10075
 #, gcc-internal-format
-msgid "return type specification for constructor invalid"
+msgid "return type %q#T is incomplete"
 msgstr ""
 
-#: cp/decl.c:6478
+#: cp/decl.c:10185 cp/typeck.c:6352
 #, gcc-internal-format
-msgid "return type specification for destructor invalid"
+msgid "%<operator=%> should return a reference to %<*this%>"
 msgstr ""
 
-#: cp/decl.c:6491
+#: cp/decl.c:10520
 #, gcc-internal-format
-msgid "operator %qT declared to return %qT"
+msgid "parameter %qD declared void"
 msgstr ""
 
-#: cp/decl.c:6493
+#: cp/decl.c:11030
 #, gcc-internal-format
-msgid "return type specified for %<operator %T%>"
+msgid "invalid member function declaration"
 msgstr ""
 
-#: cp/decl.c:6515
+#: cp/decl.c:11045
 #, gcc-internal-format
-msgid "unnamed variable or field declared void"
+msgid "%qD is already defined in class %qT"
 msgstr ""
 
-#: cp/decl.c:6519
+#: cp/decl.c:11255
 #, gcc-internal-format
-msgid "variable or field %qE declared void"
+msgid "static member function %q#D declared with type qualifiers"
 msgstr ""
 
-#: cp/decl.c:6522
+#: cp/decl2.c:271
 #, gcc-internal-format
-msgid "variable or field declared void"
+msgid "name missing for member function"
 msgstr ""
 
-#: cp/decl.c:6677
+#: cp/decl2.c:364 cp/decl2.c:378
 #, gcc-internal-format
-msgid "type %qT is not derived from type %qT"
+msgid "ambiguous conversion for array subscript"
 msgstr ""
 
-#: cp/decl.c:6697 cp/decl.c:6789 cp/decl.c:7919
+#: cp/decl2.c:372
 #, gcc-internal-format
-msgid "declaration of %qD as non-function"
+msgid "invalid types %<%T[%T]%> for array subscript"
 msgstr ""
 
-#: cp/decl.c:6703
+#: cp/decl2.c:415
 #, gcc-internal-format
-msgid "declaration of %qD as non-member"
+msgid "deleting array %q#D"
 msgstr ""
 
-#: cp/decl.c:6733
+#: cp/decl2.c:421
 #, gcc-internal-format
-msgid "declarator-id missing; using reserved word %qD"
+msgid "type %q#T argument given to %<delete%>, expected pointer"
 msgstr ""
 
-#: cp/decl.c:6822
+#: cp/decl2.c:433
 #, gcc-internal-format
-msgid "two or more data types in declaration of %qs"
+msgid ""
+"cannot delete a function.  Only pointer-to-objects are valid arguments to %"
+"<delete%>"
 msgstr ""
 
-#: cp/decl.c:6865
+#: cp/decl2.c:441
 #, gcc-internal-format
-msgid "ISO C++ does not support %<long long%>"
+msgid "deleting %qT is undefined"
 msgstr ""
 
-#: cp/decl.c:6887
+#. 14.5.2.2 [temp.mem]
+#.
+#. A local class shall not have member templates.
+#: cp/decl2.c:477
 #, gcc-internal-format
-msgid "duplicate %qs"
+msgid "invalid declaration of member template %q#D in local class"
 msgstr ""
 
-#: cp/decl.c:6925 cp/decl.c:6927
+#: cp/decl2.c:486
 #, gcc-internal-format
-msgid "ISO C++ forbids declaration of %qs with no type"
+msgid "invalid use of %<virtual%> in template declaration of %q#D"
 msgstr ""
 
-#: cp/decl.c:6952
+#: cp/decl2.c:496 cp/pt.c:3020
 #, gcc-internal-format
-msgid "short, signed or unsigned invalid for %qs"
+msgid "template declaration of %q#D"
 msgstr ""
 
-#: cp/decl.c:6954
+#: cp/decl2.c:545
 #, gcc-internal-format
-msgid "long, short, signed or unsigned invalid for %qs"
+msgid "Java method %qD has non-Java return type %qT"
 msgstr ""
 
-#: cp/decl.c:6956
+#: cp/decl2.c:561
 #, gcc-internal-format
-msgid "long and short specified together for %qs"
+msgid "Java method %qD has non-Java parameter type %qT"
 msgstr ""
 
-#: cp/decl.c:6958
+#: cp/decl2.c:666
 #, gcc-internal-format
-msgid "long or short specified with char for %qs"
+msgid "prototype for %q#D does not match any in class %qT"
 msgstr ""
 
-#: cp/decl.c:6960
+#: cp/decl2.c:763
 #, gcc-internal-format
-msgid "long or short specified with floating type for %qs"
+msgid "local class %q#T shall not have static data member %q#D"
 msgstr ""
 
-#: cp/decl.c:6962
+#: cp/decl2.c:771
 #, gcc-internal-format
-msgid "signed and unsigned given together for %qs"
+msgid "initializer invalid for static member with constructor"
 msgstr ""
 
-#: cp/decl.c:6968
+#: cp/decl2.c:774
 #, gcc-internal-format
-msgid "long, short, signed or unsigned used invalidly for %qs"
+msgid "(an out of class initialization is required)"
 msgstr ""
 
-#: cp/decl.c:7033
+#: cp/decl2.c:855
 #, gcc-internal-format
-msgid "complex invalid for %qs"
+msgid "member %qD conflicts with virtual function table field name"
 msgstr ""
 
-#: cp/decl.c:7062
+#: cp/decl2.c:874
 #, gcc-internal-format
-msgid "qualifiers are not allowed on declaration of %<operator %T%>"
+msgid "applying attributes to template parameters is not implemented"
 msgstr ""
 
-#: cp/decl.c:7074 cp/typeck.c:6522
+#: cp/decl2.c:884
 #, gcc-internal-format
-msgid "ignoring %qV qualifiers added to function type %qT"
+msgid "%qD is already defined in %qT"
 msgstr ""
 
-#: cp/decl.c:7097
+#: cp/decl2.c:905
 #, gcc-internal-format
-msgid "member %qD cannot be declared both virtual and static"
+msgid "initializer specified for static member function %qD"
 msgstr ""
 
-#: cp/decl.c:7104
+#: cp/decl2.c:928
 #, gcc-internal-format
-msgid "%<%T::%D%> is not a valid declarator"
+msgid "field initializer is not constant"
 msgstr ""
 
-#: cp/decl.c:7112
+#: cp/decl2.c:955
 #, gcc-internal-format
-msgid "typedef declaration invalid in parameter declaration"
+msgid "%<asm%> specifiers are not permitted on non-static data members"
 msgstr ""
 
-#: cp/decl.c:7116
+#: cp/decl2.c:1001
 #, gcc-internal-format
-msgid "storage class specifiers invalid in parameter declarations"
+msgid "cannot declare %qD to be a bit-field type"
 msgstr ""
 
-#: cp/decl.c:7123
+#: cp/decl2.c:1011
 #, gcc-internal-format
-msgid "virtual outside class declaration"
+msgid "cannot declare bit-field %qD with function type"
 msgstr ""
 
-#: cp/decl.c:7137 cp/decl.c:7146
+#: cp/decl2.c:1018
 #, gcc-internal-format
-msgid "multiple storage classes in declaration of %qs"
+msgid "%qD is already defined in the class %qT"
 msgstr ""
 
-#: cp/decl.c:7169
+#: cp/decl2.c:1025
 #, gcc-internal-format
-msgid "storage class specified for %qs"
+msgid "static member %qD cannot be a bit-field"
 msgstr ""
 
-#: cp/decl.c:7203
+#: cp/decl2.c:1070
 #, gcc-internal-format
-msgid "top-level declaration of %qs specifies %<auto%>"
+msgid "anonymous struct not inside named type"
 msgstr ""
 
-#: cp/decl.c:7215
+#: cp/decl2.c:1153
 #, gcc-internal-format
-msgid "storage class specifiers invalid in friend function declarations"
+msgid "namespace-scope anonymous aggregates must be static"
 msgstr ""
 
-#: cp/decl.c:7341
+#: cp/decl2.c:1160
 #, gcc-internal-format
-msgid "destructor cannot be static member function"
+msgid "anonymous union with no members"
 msgstr ""
 
-#: cp/decl.c:7344
+#: cp/decl2.c:1196
 #, gcc-internal-format
-msgid "destructors may not be cv-qualified"
+msgid "%<operator new%> must return type %qT"
 msgstr ""
 
-#: cp/decl.c:7364
+#: cp/decl2.c:1205
 #, gcc-internal-format
-msgid "constructor cannot be static member function"
+msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
 msgstr ""
 
-#: cp/decl.c:7367
+#: cp/decl2.c:1234
 #, gcc-internal-format
-msgid "constructors cannot be declared virtual"
+msgid "%<operator delete%> must return type %qT"
 msgstr ""
 
-#: cp/decl.c:7372
+#: cp/decl2.c:1243
 #, gcc-internal-format
-msgid "constructors may not be cv-qualified"
+msgid "%<operator delete%> takes type %qT as first parameter"
 msgstr ""
 
-#: cp/decl.c:7392
+#: cp/decl2.c:3076
 #, gcc-internal-format
-msgid "can't initialize friend function %qs"
+msgid "inline function %q+D used but never defined"
 msgstr ""
 
-#. Cannot be both friend and virtual.
-#: cp/decl.c:7396
+#: cp/decl2.c:3230
 #, gcc-internal-format
-msgid "virtual functions cannot be friends"
+msgid "default argument missing for parameter %P of %q+#D"
 msgstr ""
 
-#: cp/decl.c:7400
+#. Can't throw a reference.
+#: cp/except.c:267
 #, gcc-internal-format
-msgid "friend declaration not in class definition"
+msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
 msgstr ""
 
-#: cp/decl.c:7402
+#: cp/except.c:278
 #, gcc-internal-format
-msgid "can't define friend function %qs in a local class definition"
+msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
 msgstr ""
 
-#: cp/decl.c:7415
+#. Thrown object must be a Throwable.
+#: cp/except.c:285
 #, gcc-internal-format
-msgid "destructors may not have parameters"
+msgid "type %qT is not derived from %<java::lang::Throwable%>"
 msgstr ""
 
-#: cp/decl.c:7434 cp/decl.c:7441
+#: cp/except.c:348
 #, gcc-internal-format
-msgid "cannot declare reference to %q#T"
+msgid "mixing C++ and Java catches in a single translation unit"
 msgstr ""
 
-#: cp/decl.c:7435
+#: cp/except.c:607
 #, gcc-internal-format
-msgid "cannot declare pointer to %q#T"
+msgid "throwing NULL, which has integral, not pointer type"
 msgstr ""
 
-#: cp/decl.c:7443
+#: cp/except.c:630 cp/init.c:1923
 #, gcc-internal-format
-msgid "cannot declare pointer to %q#T member"
+msgid "%qD should never be overloaded"
 msgstr ""
 
-#: cp/decl.c:7482
+#: cp/except.c:697
 #, gcc-internal-format
-msgid "%qD is a namespace"
+msgid "  in thrown expression"
 msgstr ""
 
-#: cp/decl.c:7521
+#: cp/except.c:844
 #, gcc-internal-format
-msgid "template-id %qD used as a declarator"
+msgid ""
+"expression %qE of abstract class type %qT cannot be used in throw-expression"
 msgstr ""
 
-#: cp/decl.c:7573
+#: cp/except.c:929
 #, gcc-internal-format
-msgid "extra qualification %<%T::%> on member %qs ignored"
+msgid "%Hexception of type %qT will be caught"
 msgstr ""
 
-#: cp/decl.c:7592
+#: cp/except.c:931
 #, gcc-internal-format
-msgid "cannot declare member function %<%T::%s%> within %<%T%>"
+msgid "%H   by earlier handler for %qT"
 msgstr ""
 
-#: cp/decl.c:7607
+#: cp/except.c:961
 #, gcc-internal-format
-msgid "cannot declare member %<%T::%s%> within %qT"
+msgid "%H%<...%> handler must be the last handler for its try block"
 msgstr ""
 
-#: cp/decl.c:7647
+#: cp/friend.c:152
 #, gcc-internal-format
-msgid "data member may not have variably modified type %qT"
+msgid "%qD is already a friend of class %qT"
 msgstr ""
 
-#: cp/decl.c:7649
+#: cp/friend.c:228
 #, gcc-internal-format
-msgid "parameter may not have variably modified type %qT"
+msgid "invalid type %qT declared %<friend%>"
 msgstr ""
 
-#. [dcl.fct.spec] The explicit specifier shall only be used in
-#. declarations of constructors within a class definition.
-#: cp/decl.c:7657
+#. [temp.friend]
+#. Friend declarations shall not declare partial
+#. specializations.
+#. template <class U> friend class T::X<U>;
+#. [temp.friend]
+#. Friend declarations shall not declare partial
+#. specializations.
+#: cp/friend.c:244 cp/friend.c:274
 #, gcc-internal-format
-msgid "only declarations of constructors can be %<explicit%>"
+msgid "partial specialization %qT declared %<friend%>"
 msgstr ""
 
-#: cp/decl.c:7665
+#: cp/friend.c:252
 #, gcc-internal-format
-msgid "non-member %qs cannot be declared %<mutable%>"
+msgid "class %qT is implicitly friends with itself"
 msgstr ""
 
-#: cp/decl.c:7670
+#: cp/friend.c:310
 #, gcc-internal-format
-msgid "non-object member %qs cannot be declared %<mutable%>"
+msgid "%qT is not a member of %qT"
 msgstr ""
 
-#: cp/decl.c:7676
+#: cp/friend.c:315
 #, gcc-internal-format
-msgid "function %qs cannot be declared %<mutable%>"
+msgid "%qT is not a member class template of %qT"
 msgstr ""
 
-#: cp/decl.c:7681
+#: cp/friend.c:323
 #, gcc-internal-format
-msgid "static %qs cannot be declared %<mutable%>"
+msgid "%qT is not a nested class of %qT"
 msgstr ""
 
-#: cp/decl.c:7686
+#. template <class T> friend class T;
+#: cp/friend.c:336
 #, gcc-internal-format
-msgid "const %qs cannot be declared %<mutable%>"
+msgid "template parameter type %qT declared %<friend%>"
 msgstr ""
 
-#: cp/decl.c:7706
+#. template <class T> friend class A; where A is not a template
+#: cp/friend.c:342
 #, gcc-internal-format
-msgid "%Jtypedef name may not be a nested-name-specifier"
+msgid "%q#T is not a template"
 msgstr ""
 
-#: cp/decl.c:7722
+#: cp/friend.c:364
 #, gcc-internal-format
-msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
+msgid "%qD is already a friend of %qT"
 msgstr ""
 
-#: cp/decl.c:7821
+#: cp/friend.c:373
 #, gcc-internal-format
-msgid "qualified function types cannot be used to declare %s functions"
+msgid "%qT is already a friend of %qT"
 msgstr ""
 
-#: cp/decl.c:7847
+#: cp/friend.c:497
 #, gcc-internal-format
-msgid "type qualifiers specified for friend class declaration"
+msgid "member %qD declared as friend before type %qT defined"
 msgstr ""
 
-#: cp/decl.c:7852
+#: cp/friend.c:553
 #, gcc-internal-format
-msgid "%<inline%> specified for friend class declaration"
+msgid "friend declaration %q#D declares a non-template function"
 msgstr ""
 
-#: cp/decl.c:7860
+#: cp/friend.c:557
 #, gcc-internal-format
-msgid "template parameters cannot be friends"
+msgid ""
+"(if this is not what you intended, make sure the function template has "
+"already been declared and add <> after the function name here) -Wno-non-"
+"template-friend disables this warning"
 msgstr ""
 
-#: cp/decl.c:7862
+#: cp/init.c:327
 #, gcc-internal-format
-msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
+msgid "%J%qD should be initialized in the member initialization list"
 msgstr ""
 
-#: cp/decl.c:7866
+#: cp/init.c:375
 #, gcc-internal-format
-msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
+msgid "%Jdefault-initialization of %q#D, which has reference type"
 msgstr ""
 
-#: cp/decl.c:7879
+#: cp/init.c:381
 #, gcc-internal-format
-msgid "trying to make class %qT a friend of global scope"
+msgid "%Juninitialized reference member %qD"
 msgstr ""
 
-#: cp/decl.c:7890
+#: cp/init.c:384
 #, gcc-internal-format
-msgid "invalid qualifiers on non-member function type"
+msgid "%Juninitialized member %qD with %<const%> type %qT"
 msgstr ""
 
-#: cp/decl.c:7909
+#: cp/init.c:527
 #, gcc-internal-format
-msgid "abstract declarator %qT used as declaration"
+msgid "%q+D will be initialized after"
 msgstr ""
 
-#: cp/decl.c:7934
+#: cp/init.c:530
 #, gcc-internal-format
-msgid "cannot use %<::%> in parameter declaration"
+msgid "base %qT will be initialized after"
 msgstr ""
 
-#. Something like struct S { int N::j; };
-#: cp/decl.c:7979
+#: cp/init.c:533
 #, gcc-internal-format
-msgid "invalid use of %<::%>"
+msgid "  %q+#D"
 msgstr ""
 
-#: cp/decl.c:7994
+#: cp/init.c:535
 #, gcc-internal-format
-msgid "can't make %qD into a method -- not in a class"
+msgid "  base %qT"
 msgstr ""
 
-#: cp/decl.c:8003
+#: cp/init.c:536
 #, gcc-internal-format
-msgid "function %qD declared virtual inside a union"
+msgid "%J  when initialized here"
 msgstr ""
 
-#: cp/decl.c:8012
+#: cp/init.c:552
 #, gcc-internal-format
-msgid "%qD cannot be declared virtual, since it is always static"
+msgid "%Jmultiple initializations given for %qD"
 msgstr ""
 
-#: cp/decl.c:8030
+#: cp/init.c:555
 #, gcc-internal-format
-msgid "declaration of %qD as member of %qT"
+msgid "%Jmultiple initializations given for base %qT"
 msgstr ""
 
-#: cp/decl.c:8106
+#: cp/init.c:622
 #, gcc-internal-format
-msgid "field %qD has incomplete type"
+msgid "%Jinitializations for multiple members of %qT"
 msgstr ""
 
-#: cp/decl.c:8108
+#: cp/init.c:684
 #, gcc-internal-format
-msgid "name %qT has incomplete type"
+msgid ""
+"%Jbase class %q#T should be explicitly initialized in the copy constructor"
 msgstr ""
 
-#: cp/decl.c:8117
+#: cp/init.c:908 cp/init.c:927
 #, gcc-internal-format
-msgid "  in instantiation of template %qT"
+msgid "class %qT does not have any field named %qD"
 msgstr ""
 
-#: cp/decl.c:8127
+#: cp/init.c:914
 #, gcc-internal-format
-msgid "%qE is neither function nor member function; cannot be declared friend"
+msgid ""
+"%q#D is a static data member; it can only be initialized at its definition"
 msgstr ""
 
-#: cp/decl.c:8138
+#: cp/init.c:921
 #, gcc-internal-format
-msgid "member functions are implicitly friends of their class"
+msgid "%q#D is not a non-static data member of %qT"
 msgstr ""
 
-#. An attempt is being made to initialize a non-static
-#. member.  But, from [class.mem]:
-#.
-#. 4 A member-declarator can contain a
-#. constant-initializer only if it declares a static
-#. member (_class.static_) of integral or enumeration
-#. type, see _class.static.data_.
-#.
-#. This used to be relatively common practice, but
-#. the rest of the compiler does not correctly
-#. handle the initialization unless the member is
-#. static so we make it static below.
-#: cp/decl.c:8178
+#: cp/init.c:960
 #, gcc-internal-format
-msgid "ISO C++ forbids initialization of member %qD"
+msgid "unnamed initializer for %qT, which has no base classes"
 msgstr ""
 
-#: cp/decl.c:8180
+#: cp/init.c:968
 #, gcc-internal-format
-msgid "making %qD static"
+msgid "unnamed initializer for %qT, which uses multiple inheritance"
 msgstr ""
 
-#: cp/decl.c:8238
+#: cp/init.c:1014
 #, gcc-internal-format
-msgid "storage class %<auto%> invalid for function %qs"
+msgid "%qD is both a direct base and an indirect virtual base"
 msgstr ""
 
-#: cp/decl.c:8240
+#: cp/init.c:1022
 #, gcc-internal-format
-msgid "storage class %<register%> invalid for function %qs"
+msgid "type %qD is not a direct or virtual base of %qT"
 msgstr ""
 
-#: cp/decl.c:8242
+#: cp/init.c:1025
 #, gcc-internal-format
-msgid "storage class %<__thread%> invalid for function %qs"
+msgid "type %qD is not a direct base of %qT"
 msgstr ""
 
-#: cp/decl.c:8253
+#: cp/init.c:1105
 #, gcc-internal-format
-msgid ""
-"%<static%> specified invalid for function %qs declared out of global scope"
+msgid "bad array initializer"
 msgstr ""
 
-#: cp/decl.c:8256
+#: cp/init.c:1305
 #, gcc-internal-format
-msgid ""
-"%<inline%> specifier invalid for function %qs declared out of global scope"
+msgid "%qT is not an aggregate type"
 msgstr ""
 
-#: cp/decl.c:8264
+#: cp/init.c:1398
 #, gcc-internal-format
-msgid "virtual non-class function %qs"
+msgid "qualified type %qT does not match destructor name %<~%T%>"
 msgstr ""
 
-#: cp/decl.c:8295
+#: cp/init.c:1406
 #, gcc-internal-format
-msgid "cannot declare member function %qD to have static linkage"
+msgid "incomplete type %qT does not have member %qD"
 msgstr ""
 
-#. FIXME need arm citation
-#: cp/decl.c:8302
+#: cp/init.c:1425
 #, gcc-internal-format
-msgid "cannot declare static function inside another function"
+msgid "%qD is not a member of type %qT"
 msgstr ""
 
-#: cp/decl.c:8331
+#: cp/init.c:1444
 #, gcc-internal-format
-msgid ""
-"%<static%> may not be used when defining (as opposed to declaring) a static "
-"data member"
+msgid "invalid pointer to bit-field %qD"
 msgstr ""
 
-#: cp/decl.c:8338
+#: cp/init.c:1546
 #, gcc-internal-format
-msgid "static member %qD declared %<register%>"
+msgid "invalid use of non-static member function %qD"
 msgstr ""
 
-#: cp/decl.c:8343
+#: cp/init.c:1552
 #, gcc-internal-format
-msgid "cannot explicitly declare member %q#D to have extern linkage"
+msgid "invalid use of non-static data member %qD"
 msgstr ""
 
-#: cp/decl.c:8488
+#: cp/init.c:1681
 #, gcc-internal-format
-msgid "default argument for %q#D has type %qT"
+msgid "size in array new must have integral type"
 msgstr ""
 
-#: cp/decl.c:8491
+#: cp/init.c:1684
 #, gcc-internal-format
-msgid "default argument for parameter of type %qT has type %qT"
+msgid "zero size array reserves no space"
 msgstr ""
 
-#: cp/decl.c:8508
+#: cp/init.c:1692
 #, gcc-internal-format
-msgid "default argument %qE uses local variable %qD"
+msgid "new cannot be applied to a reference type"
 msgstr ""
 
-#: cp/decl.c:8576
+#: cp/init.c:1698
 #, gcc-internal-format
-msgid "parameter %qD invalidly declared method type"
+msgid "new cannot be applied to a function type"
 msgstr ""
 
-#: cp/decl.c:8600
+#: cp/init.c:1730
 #, gcc-internal-format
-msgid "parameter %qD includes %s to array of unknown bound %qT"
+msgid "call to Java constructor, while %<jclass%> undefined"
 msgstr ""
 
-#. [class.copy]
-#.
-#. A declaration of a constructor for a class X is ill-formed if
-#. its first parameter is of type (optionally cv-qualified) X
-#. and either there are no other parameters or else all other
-#. parameters have default arguments.
-#.
-#. We *don't* complain about member template instantiations that
-#. have this form, though; they can occur as we try to decide
-#. what constructor to use during overload resolution.  Since
-#. overload resolution will never prefer such a constructor to
-#. the non-template copy constructor (which is either explicitly
-#. or implicitly defined), there's no need to worry about their
-#. existence.  Theoretically, they should never even be
-#. instantiated, but that's hard to forestall.
-#: cp/decl.c:8759
+#: cp/init.c:1746
 #, gcc-internal-format
-msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
+msgid "can't find class$"
 msgstr ""
 
-#: cp/decl.c:8878
+#: cp/init.c:1874
 #, gcc-internal-format
-msgid "%qD may not be declared within a namespace"
+msgid "invalid type %<void%> for new"
 msgstr ""
 
-#: cp/decl.c:8880
+#: cp/init.c:1884
 #, gcc-internal-format
-msgid "%qD may not be declared as static"
+msgid "uninitialized const in %<new%> of %q#T"
 msgstr ""
 
-#: cp/decl.c:8901
+#: cp/init.c:1918
 #, gcc-internal-format
-msgid "%qD must be a nonstatic member function"
+msgid "call to Java constructor with %qs undefined"
 msgstr ""
 
-#: cp/decl.c:8910
+#: cp/init.c:1958
 #, gcc-internal-format
-msgid ""
-"%qD must be either a non-static member function or a non-member function"
+msgid "no suitable %qD found in class %qT"
 msgstr ""
 
-#: cp/decl.c:8930
+#: cp/init.c:1963
 #, gcc-internal-format
-msgid "%qD must have an argument of class or enumerated type"
+msgid "request for member %qD is ambiguous"
 msgstr ""
 
-#: cp/decl.c:8971
+#: cp/init.c:2103
 #, gcc-internal-format
-msgid "conversion to %s%s will never use a type conversion operator"
+msgid "ISO C++ forbids initialization in array new"
 msgstr ""
 
-#. 13.4.0.3
-#: cp/decl.c:8978
+#: cp/init.c:2591
 #, gcc-internal-format
-msgid "ISO C++ prohibits overloading operator ?:"
+msgid "initializer ends prematurely"
 msgstr ""
 
-#: cp/decl.c:9028
+#: cp/init.c:2646
 #, gcc-internal-format
-msgid "postfix %qD must take %<int%> as its argument"
+msgid "cannot initialize multi-dimensional array with initializer"
 msgstr ""
 
-#: cp/decl.c:9032
+#: cp/init.c:2807
 #, gcc-internal-format
-msgid "postfix %qD must take %<int%> as its second argument"
+msgid "possible problem detected in invocation of delete operator:"
 msgstr ""
 
-#: cp/decl.c:9039
+#: cp/init.c:2810
 #, gcc-internal-format
-msgid "%qD must take either zero or one argument"
+msgid ""
+"neither the destructor nor the class-specific operator delete will be "
+"called, even if they are declared when the class is defined."
 msgstr ""
 
-#: cp/decl.c:9041
+#: cp/init.c:2831
 #, gcc-internal-format
-msgid "%qD must take either one or two arguments"
+msgid "unknown array size in delete"
 msgstr ""
 
-#: cp/decl.c:9062
+#: cp/init.c:3064
 #, gcc-internal-format
-msgid "prefix %qD should return %qT"
+msgid "type to vector delete is neither pointer or array type"
 msgstr ""
 
-#: cp/decl.c:9068
+#: cp/lex.c:468
 #, gcc-internal-format
-msgid "postfix %qD should return %qT"
+msgid "junk at end of #pragma %s"
 msgstr ""
 
-#: cp/decl.c:9077
+#: cp/lex.c:475
 #, gcc-internal-format
-msgid "%qD must take %<void%>"
+msgid "invalid #pragma %s"
 msgstr ""
 
-#: cp/decl.c:9079 cp/decl.c:9087
+#: cp/lex.c:483
 #, gcc-internal-format
-msgid "%qD must take exactly one argument"
+msgid "#pragma vtable no longer supported"
 msgstr ""
 
-#: cp/decl.c:9089
+#: cp/lex.c:562
 #, gcc-internal-format
-msgid "%qD must take exactly two arguments"
+msgid "#pragma implementation for %qs appears after file is included"
 msgstr ""
 
-#: cp/decl.c:9097
+#: cp/lex.c:587
 #, gcc-internal-format
-msgid "user-defined %qD always evaluates both arguments"
+msgid "junk at end of #pragma GCC java_exceptions"
 msgstr ""
 
-#: cp/decl.c:9111
+#: cp/lex.c:601
 #, gcc-internal-format
-msgid "%qD should return by value"
+msgid "%qD not defined"
 msgstr ""
 
-#: cp/decl.c:9123 cp/decl.c:9126
+#: cp/lex.c:605
 #, gcc-internal-format
-msgid "%qD cannot have default arguments"
+msgid "%qD was not declared in this scope"
 msgstr ""
 
-#: cp/decl.c:9183
+#. In a template, it is invalid to write "f()" or "f(3)" if no
+#. declaration of "f" is available.  Historically, G++ and most
+#. other compilers accepted that usage since they deferred all name
+#. lookup until instantiation time rather than doing unqualified
+#. name lookup at template definition time; explain to the user what
+#. is going wrong.
+#.
+#. Note that we have the exact wording of the following message in
+#. the manual (trouble.texi, node "Name lookup"), so they need to
+#. be kept in synch.
+#: cp/lex.c:642
 #, gcc-internal-format
-msgid "using template type parameter %qT after %qs"
+msgid ""
+"there are no arguments to %qD that depend on a template parameter, so a "
+"declaration of %qD must be available"
 msgstr ""
 
-#: cp/decl.c:9198
+#: cp/lex.c:651
 #, gcc-internal-format
-msgid "using typedef-name %qD after %qs"
+msgid ""
+"(if you use %<-fpermissive%>, G++ will accept your code, but allowing the "
+"use of an undeclared name is deprecated)"
 msgstr ""
 
-#: cp/decl.c:9199
+#: cp/mangle.c:2139
 #, gcc-internal-format
-msgid "%q+D has a previous declaration here"
+msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
 msgstr ""
 
-#: cp/decl.c:9207
+#: cp/mangle.c:2147
 #, gcc-internal-format
-msgid "%qT referred to as %qs"
+msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
 msgstr ""
 
-#: cp/decl.c:9208 cp/decl.c:9215
+#: cp/mangle.c:2197
 #, gcc-internal-format
-msgid "%q+T has a previous declaration here"
+msgid "omitted middle operand to %<?:%> operand cannot be mangled"
 msgstr ""
 
-#: cp/decl.c:9214
+#: cp/mangle.c:2507
 #, gcc-internal-format
-msgid "%qT referred to as enum"
+msgid "the mangled name of %qD will change in a future version of GCC"
 msgstr ""
 
-#. If a class template appears as elaborated type specifier
-#. without a template header such as:
-#.
-#. template <class T> class C {};
-#. void f(class C);            // No template header here
-#.
-#. then the required template argument is missing.
-#: cp/decl.c:9229
+#: cp/method.c:457
 #, gcc-internal-format
-msgid "template argument required for %<%s %T%>"
+msgid "generic thunk code fails for method %q#D which uses %<...%>"
 msgstr ""
 
-#: cp/decl.c:9277 cp/name-lookup.c:2628
+#: cp/method.c:693
 #, gcc-internal-format
-msgid "%qD has the same name as the class in which it is declared"
+msgid "non-static const member %q#D, can't use default assignment operator"
 msgstr ""
 
-#: cp/decl.c:9415
+#: cp/method.c:699
 #, gcc-internal-format
-msgid "use of enum %q#D without previous declaration"
+msgid "non-static reference member %q#D, can't use default assignment operator"
 msgstr ""
 
-#: cp/decl.c:9433
+#: cp/method.c:811
 #, gcc-internal-format
-msgid "redeclaration of %qT as a non-template"
+msgid "%Hsynthesized method %qD first required here "
 msgstr ""
 
-#: cp/decl.c:9540
+#: cp/method.c:1140
 #, gcc-internal-format
-msgid "derived union %qT invalid"
+msgid ""
+"vtable layout for class %qT may not be ABI-compliantand may change in a "
+"future version of GCC due to implicit virtual destructor"
 msgstr ""
 
-#: cp/decl.c:9546
+#: cp/name-lookup.c:694
 #, gcc-internal-format
-msgid "Java class %qT cannot have multiple bases"
+msgid "redeclaration of %<wchar_t%> as %qT"
 msgstr ""
 
-#: cp/decl.c:9554
+#. A redeclaration of main, but not a duplicate of the
+#. previous one.
+#.
+#. [basic.start.main]
+#.
+#. This function shall not be overloaded.
+#: cp/name-lookup.c:726
 #, gcc-internal-format
-msgid "Java class %qT cannot have virtual bases"
+msgid "invalid redeclaration of %q+D"
 msgstr ""
 
-#: cp/decl.c:9573
+#: cp/name-lookup.c:727
 #, gcc-internal-format
-msgid "base type %qT fails to be a struct or class type"
+msgid "as %qD"
 msgstr ""
 
-#: cp/decl.c:9606
+#: cp/name-lookup.c:815
 #, gcc-internal-format
-msgid "recursive type %qT undefined"
+msgid "type mismatch with previous external decl of %q#D"
 msgstr ""
 
-#: cp/decl.c:9608
+#: cp/name-lookup.c:816
 #, gcc-internal-format
-msgid "duplicate base type %qT invalid"
+msgid "previous external decl of %q+#D"
 msgstr ""
 
-#: cp/decl.c:9678
+#: cp/name-lookup.c:907
 #, gcc-internal-format
-msgid "multiple definition of %q#T"
+msgid "extern declaration of %q#D doesn't match"
 msgstr ""
 
-#: cp/decl.c:9679
+#: cp/name-lookup.c:908
 #, gcc-internal-format
-msgid "%Jprevious definition here"
+msgid "global declaration %q+#D"
 msgstr ""
 
-#. DR 377
-#.
-#. IF no integral type can represent all the enumerator values, the
-#. enumeration is ill-formed.
-#: cp/decl.c:9816
+#: cp/name-lookup.c:945 cp/name-lookup.c:952
 #, gcc-internal-format
-msgid "no integral type can represent all of the enumerator values for %qT"
+msgid "declaration of %q#D shadows a parameter"
 msgstr ""
 
-#: cp/decl.c:9922
+#. Location of previous decl is not useful in this case.
+#: cp/name-lookup.c:977
 #, gcc-internal-format
-msgid "enumerator value for %qD not integer constant"
+msgid "declaration of %qD shadows a member of 'this'"
 msgstr ""
 
-#: cp/decl.c:9949
+#: cp/name-lookup.c:983
 #, gcc-internal-format
-msgid "overflow in enumeration values at %qD"
+msgid "declaration of %qD shadows a previous local"
 msgstr ""
 
-#: cp/decl.c:10020
+#: cp/name-lookup.c:990
 #, gcc-internal-format
-msgid "return type %q#T is incomplete"
+msgid "declaration of %qD shadows a global declaration"
 msgstr ""
 
-#: cp/decl.c:10137 cp/typeck.c:6274
+#: cp/name-lookup.c:1116
 #, gcc-internal-format
-msgid "%<operator=%> should return a reference to %<*this%>"
+msgid "name lookup of %qD changed"
 msgstr ""
 
-#: cp/decl.c:10472
+#: cp/name-lookup.c:1117
 #, gcc-internal-format
-msgid "parameter %qD declared void"
+msgid "  matches this %q+D under ISO standard rules"
 msgstr ""
 
-#: cp/decl.c:10965
+#: cp/name-lookup.c:1119
 #, gcc-internal-format
-msgid "invalid member function declaration"
+msgid "  matches this %q+D under old rules"
 msgstr ""
 
-#: cp/decl.c:10980
+#: cp/name-lookup.c:1137 cp/name-lookup.c:1145
 #, gcc-internal-format
-msgid "%qD is already defined in class %qT"
+msgid "name lookup of %qD changed for new ISO %<for%> scoping"
 msgstr ""
 
-#: cp/decl.c:11190
+#: cp/name-lookup.c:1139
 #, gcc-internal-format
-msgid "static member function %q#D declared with type qualifiers"
+msgid "  cannot use obsolete binding at %q+D because it has a destructor"
 msgstr ""
 
-#: cp/decl2.c:273
+#: cp/name-lookup.c:1147
 #, gcc-internal-format
-msgid "name missing for member function"
+msgid "  using obsolete binding at %q+D"
 msgstr ""
 
-#: cp/decl2.c:366 cp/decl2.c:380
+#: cp/name-lookup.c:1200
 #, gcc-internal-format
-msgid "ambiguous conversion for array subscript"
+msgid "%s %s(%E) %p %d\n"
 msgstr ""
 
-#: cp/decl2.c:374
+#: cp/name-lookup.c:1203
 #, gcc-internal-format
-msgid "invalid types %<%T[%T]%> for array subscript"
+msgid "%s %s %p %d\n"
 msgstr ""
 
-#: cp/decl2.c:417
+#: cp/name-lookup.c:1329
 #, gcc-internal-format
-msgid "deleting array %q#D"
+msgid "XXX is_class_level != (current_scope == class_scope)\n"
 msgstr ""
 
-#: cp/decl2.c:423
+#: cp/name-lookup.c:1887
 #, gcc-internal-format
-msgid "type %q#T argument given to %<delete%>, expected pointer"
+msgid "%q#D hides constructor for %q#T"
 msgstr ""
 
-#: cp/decl2.c:435
+#: cp/name-lookup.c:1903
 #, gcc-internal-format
-msgid ""
-"cannot delete a function.  Only pointer-to-objects are valid arguments to %"
-"<delete%>"
+msgid "%q#D conflicts with previous using declaration %q#D"
 msgstr ""
 
-#: cp/decl2.c:443
+#: cp/name-lookup.c:1923
 #, gcc-internal-format
-msgid "deleting %qT is undefined"
+msgid "previous non-function declaration %q+#D"
 msgstr ""
 
-#. 14.5.2.2 [temp.mem]
-#.
-#. A local class shall not have member templates.
-#: cp/decl2.c:479
+#: cp/name-lookup.c:1924
 #, gcc-internal-format
-msgid "invalid declaration of member template %q#D in local class"
+msgid "conflicts with function declaration %q#D"
 msgstr ""
 
-#: cp/decl2.c:488
+#. It's a nested name with template parameter dependent scope.
+#. This can only be using-declaration for class member.
+#: cp/name-lookup.c:2002 cp/name-lookup.c:2027
 #, gcc-internal-format
-msgid "invalid use of %<virtual%> in template declaration of %q#D"
+msgid "%qT is not a namespace"
+msgstr ""
+
+#. 7.3.3/5
+#. A using-declaration shall not name a template-id.
+#: cp/name-lookup.c:2012
+#, gcc-internal-format
+msgid "a using-declaration cannot specify a template-id.  Try %<using %D%>"
 msgstr ""
 
-#: cp/decl2.c:498 cp/pt.c:3007
+#: cp/name-lookup.c:2019
 #, gcc-internal-format
-msgid "template declaration of %q#D"
+msgid "namespace %qD not allowed in using-declaration"
 msgstr ""
 
-#: cp/decl2.c:547
+#: cp/name-lookup.c:2055
 #, gcc-internal-format
-msgid "Java method %qD has non-Java return type %qT"
+msgid "%qD not declared"
 msgstr ""
 
-#: cp/decl2.c:563
+#: cp/name-lookup.c:2076 cp/name-lookup.c:2113 cp/name-lookup.c:2147
 #, gcc-internal-format
-msgid "Java method %qD has non-Java parameter type %qT"
+msgid "%qD is already declared in this scope"
 msgstr ""
 
-#: cp/decl2.c:668
+#: cp/name-lookup.c:2153
 #, gcc-internal-format
-msgid "prototype for %q#D does not match any in class %qT"
+msgid "using declaration %qD introduced ambiguous type %qT"
+msgstr ""
+
+#: cp/name-lookup.c:2727
+#, gcc-internal-format
+msgid "using-declaration for non-member at class scope"
 msgstr ""
 
-#: cp/decl2.c:765
+#: cp/name-lookup.c:2753
 #, gcc-internal-format
-msgid "local class %q#T shall not have static data member %q#D"
+msgid "%<%T::%D%> names destructor"
 msgstr ""
 
-#: cp/decl2.c:773
+#: cp/name-lookup.c:2758
 #, gcc-internal-format
-msgid "initializer invalid for static member with constructor"
+msgid "%<%T::%D%> names constructor"
 msgstr ""
 
-#: cp/decl2.c:776
+#: cp/name-lookup.c:2763
 #, gcc-internal-format
-msgid "(an out of class initialization is required)"
+msgid "%<%T::%D%> names constructor in %qT"
 msgstr ""
 
-#: cp/decl2.c:857
+#: cp/name-lookup.c:2779
 #, gcc-internal-format
-msgid "member %qD conflicts with virtual function table field name"
+msgid "no members matching %<%T::%D%> in %q#T"
 msgstr ""
 
-#: cp/decl2.c:876
+#: cp/name-lookup.c:2848
 #, gcc-internal-format
-msgid "applying attributes to template parameters is not implemented"
+msgid "declaration of %qD not in a namespace surrounding %qD"
 msgstr ""
 
-#: cp/decl2.c:886
+#: cp/name-lookup.c:2856
 #, gcc-internal-format
-msgid "%qD is already defined in %qT"
+msgid "explicit qualification in declaration of %qD"
 msgstr ""
 
-#: cp/decl2.c:907
+#: cp/name-lookup.c:2896
 #, gcc-internal-format
-msgid "initializer specified for static member function %qD"
+msgid "%qD should have been declared inside %qD"
 msgstr ""
 
-#: cp/decl2.c:930
+#: cp/name-lookup.c:2958
 #, gcc-internal-format
-msgid "field initializer is not constant"
+msgid "namespace alias %qD not allowed here, assuming %qD"
 msgstr ""
 
-#: cp/decl2.c:957
+#: cp/name-lookup.c:3265
 #, gcc-internal-format
-msgid "%<asm%> specifiers are not permitted on non-static data members"
+msgid "strong using only meaningful at namespace scope"
 msgstr ""
 
-#: cp/decl2.c:1003
+#: cp/name-lookup.c:3272
 #, gcc-internal-format
-msgid "cannot declare %qD to be a bit-field type"
+msgid "%qD attribute directive ignored"
 msgstr ""
 
-#: cp/decl2.c:1013
+#: cp/name-lookup.c:3422
 #, gcc-internal-format
-msgid "cannot declare bit-field %qD with function type"
+msgid "%qD denotes an ambiguous type"
 msgstr ""
 
-#: cp/decl2.c:1020
+#: cp/name-lookup.c:3423
 #, gcc-internal-format
-msgid "%qD is already defined in the class %qT"
+msgid "%J  first type here"
 msgstr ""
 
-#: cp/decl2.c:1027
+#: cp/name-lookup.c:3424
 #, gcc-internal-format
-msgid "static member %qD cannot be a bit-field"
+msgid "%J  other type here"
 msgstr ""
 
-#: cp/decl2.c:1072
+#. This happens for A::B where B is a template, and there are no
+#. template arguments.
+#: cp/name-lookup.c:3534 cp/parser.c:4475 cp/typeck.c:1807
 #, gcc-internal-format
-msgid "anonymous struct not inside named type"
+msgid "invalid use of %qD"
 msgstr ""
 
-#: cp/decl2.c:1155
+#: cp/name-lookup.c:3574
 #, gcc-internal-format
-msgid "namespace-scope anonymous aggregates must be static"
+msgid "%<%D::%D%> is not a template"
 msgstr ""
 
-#: cp/decl2.c:1162
+#: cp/name-lookup.c:3589
 #, gcc-internal-format
-msgid "anonymous union with no members"
+msgid "%qD undeclared in namespace %qD"
 msgstr ""
 
-#: cp/decl2.c:1198
+#: cp/name-lookup.c:4226
 #, gcc-internal-format
-msgid "%<operator new%> must return type %qT"
+msgid "%q+D is not a function,"
 msgstr ""
 
-#: cp/decl2.c:1207
+#: cp/name-lookup.c:4227
 #, gcc-internal-format
-msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
+msgid "  conflict with %q+D"
 msgstr ""
 
-#: cp/decl2.c:1236
+#: cp/name-lookup.c:5059
 #, gcc-internal-format
-msgid "%<operator delete%> must return type %qT"
+msgid "XXX entering pop_everything ()\n"
 msgstr ""
 
-#: cp/decl2.c:1245
+#: cp/name-lookup.c:5068
 #, gcc-internal-format
-msgid "%<operator delete%> takes type %qT as first parameter"
+msgid "XXX leaving pop_everything ()\n"
 msgstr ""
 
-#: cp/decl2.c:3072
+#: cp/parser.c:1866
 #, gcc-internal-format
-msgid "inline function %q+D used but never defined"
+msgid "minimum/maximum operators are deprecated"
 msgstr ""
 
-#: cp/decl2.c:3228
+#: cp/parser.c:1886
 #, gcc-internal-format
-msgid "default argument missing for parameter %P of %q+#D"
+msgid "%<#pragma%> is not allowed here"
 msgstr ""
 
-#. Can't throw a reference.
-#: cp/except.c:267
+#: cp/parser.c:1915
 #, gcc-internal-format
-msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
+msgid "%<%D::%D%> has not been declared"
 msgstr ""
 
-#: cp/except.c:278
+#: cp/parser.c:1918 cp/semantics.c:2387
 #, gcc-internal-format
-msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
+msgid "%<::%D%> has not been declared"
 msgstr ""
 
-#. Thrown object must be a Throwable.
-#: cp/except.c:285
+#: cp/parser.c:1921
 #, gcc-internal-format
-msgid "type %qT is not derived from %<java::lang::Throwable%>"
+msgid "request for member %qD in non-class type %qT"
 msgstr ""
 
-#: cp/except.c:348
+#: cp/parser.c:1924
 #, gcc-internal-format
-msgid "mixing C++ and Java catches in a single translation unit"
+msgid "%<%T::%D%> has not been declared"
 msgstr ""
 
-#: cp/except.c:607
+#: cp/parser.c:1927
 #, gcc-internal-format
-msgid "throwing NULL, which has integral, not pointer type"
+msgid "%qD has not been declared"
 msgstr ""
 
-#: cp/except.c:630 cp/init.c:1903
+#: cp/parser.c:1930
 #, gcc-internal-format
-msgid "%qD should never be overloaded"
+msgid "%<%D::%D%> %s"
 msgstr ""
 
-#: cp/except.c:697
+#: cp/parser.c:1932
 #, gcc-internal-format
-msgid "  in thrown expression"
+msgid "%<::%D%> %s"
 msgstr ""
 
-#: cp/except.c:844
+#: cp/parser.c:1934
 #, gcc-internal-format
-msgid ""
-"expression %qE of abstract class type %qT cannot be used in throw-expression"
+msgid "%qD %s"
 msgstr ""
 
-#: cp/except.c:929
+#: cp/parser.c:1986
 #, gcc-internal-format
-msgid "%Hexception of type %qT will be caught"
+msgid "new types may not be defined in a return type"
 msgstr ""
 
-#: cp/except.c:931
+#: cp/parser.c:1987
 #, gcc-internal-format
-msgid "%H   by earlier handler for %qT"
+msgid "(perhaps a semicolon is missing after the definition of %qT)"
 msgstr ""
 
-#: cp/except.c:961
+#: cp/parser.c:2006 cp/parser.c:3680 cp/pt.c:4396
 #, gcc-internal-format
-msgid "%H%<...%> handler must be the last handler for its try block"
+msgid "%qT is not a template"
 msgstr ""
 
-#: cp/friend.c:152
+#: cp/parser.c:2008
 #, gcc-internal-format
-msgid "%qD is already a friend of class %qT"
+msgid "%qE is not a template"
 msgstr ""
 
-#: cp/friend.c:228
+#: cp/parser.c:2010
 #, gcc-internal-format
-msgid "invalid type %qT declared %<friend%>"
+msgid "invalid template-id"
 msgstr ""
 
-#. [temp.friend]
-#. Friend declarations shall not declare partial
-#. specializations.
-#. template <class U> friend class T::X<U>;
-#. [temp.friend]
-#. Friend declarations shall not declare partial
-#. specializations.
-#: cp/friend.c:244 cp/friend.c:274
+#: cp/parser.c:2039
 #, gcc-internal-format
-msgid "partial specialization %qT declared %<friend%>"
+msgid "%s cannot appear in a constant-expression"
 msgstr ""
 
-#: cp/friend.c:252
+#: cp/parser.c:2064
 #, gcc-internal-format
-msgid "class %qT is implicitly friends with itself"
+msgid "invalid use of template-name %qE without an argument list"
 msgstr ""
 
-#: cp/friend.c:310
+#. Issue an error message.
+#: cp/parser.c:2069
 #, gcc-internal-format
-msgid "%qT is not a member of %qT"
+msgid "%qE does not name a type"
 msgstr ""
 
-#: cp/friend.c:315
+#: cp/parser.c:2101
 #, gcc-internal-format
-msgid "%qT is not a member class template of %qT"
+msgid "(perhaps %<typename %T::%E%> was intended)"
 msgstr ""
 
-#: cp/friend.c:323
+#: cp/parser.c:2116
 #, gcc-internal-format
-msgid "%qT is not a nested class of %qT"
+msgid "%qE in namespace %qE does not name a type"
 msgstr ""
 
-#. template <class T> friend class T;
-#: cp/friend.c:336
+#: cp/parser.c:2119
 #, gcc-internal-format
-msgid "template parameter type %qT declared %<friend%>"
+msgid "%qE in class %qT does not name a type"
 msgstr ""
 
-#. template <class T> friend class A; where A is not a template
-#: cp/friend.c:342
+#: cp/parser.c:2839
 #, gcc-internal-format
-msgid "%q#T is not a template"
+msgid "ISO C++ forbids braced-groups within expressions"
 msgstr ""
 
-#: cp/friend.c:364
+#: cp/parser.c:2848
 #, gcc-internal-format
-msgid "%qD is already a friend of %qT"
+msgid "statement-expressions are allowed only inside functions"
 msgstr ""
 
-#: cp/friend.c:373
+#: cp/parser.c:2899
 #, gcc-internal-format
-msgid "%qT is already a friend of %qT"
+msgid "%<this%> may not be used in this context"
 msgstr ""
 
-#: cp/friend.c:497
+#: cp/parser.c:3050
 #, gcc-internal-format
-msgid "member %qD declared as friend before type %qT defined"
+msgid "local variable %qD may not appear in this context"
 msgstr ""
 
-#: cp/friend.c:553
+#: cp/parser.c:3430
 #, gcc-internal-format
-msgid "friend declaration %q#D declares a non-template function"
+msgid "typedef-name %qD used as destructor declarator"
 msgstr ""
 
-#: cp/friend.c:557
+#: cp/parser.c:3639 cp/parser.c:12562 cp/parser.c:14693
 #, gcc-internal-format
-msgid ""
-"(if this is not what you intended, make sure the function template has "
-"already been declared and add <> after the function name here) -Wno-non-"
-"template-friend disables this warning"
+msgid "reference to %qD is ambiguous"
 msgstr ""
 
-#: cp/init.c:327
+#: cp/parser.c:3681 cp/typeck.c:1878 cp/typeck.c:1898
 #, gcc-internal-format
-msgid "%J%qD should be initialized in the member initialization list"
+msgid "%qD is not a template"
 msgstr ""
 
-#: cp/init.c:375
+#: cp/parser.c:4068
 #, gcc-internal-format
-msgid "%Jdefault-initialization of %q#D, which has reference type"
+msgid "ISO C++ forbids compound-literals"
 msgstr ""
 
-#: cp/init.c:381
+#: cp/parser.c:4400
 #, gcc-internal-format
-msgid "%Juninitialized reference member %qD"
+msgid "%qE does not have class type"
 msgstr ""
 
-#: cp/init.c:384
+#: cp/parser.c:4999
 #, gcc-internal-format
-msgid "%Juninitialized member %qD with %<const%> type %qT"
+msgid "array bound forbidden after parenthesized type-id"
 msgstr ""
 
-#: cp/init.c:527
+#: cp/parser.c:5000
 #, gcc-internal-format
-msgid "%q+D will be initialized after"
+msgid "try removing the parentheses around the type-id"
 msgstr ""
 
-#: cp/init.c:530
+#: cp/parser.c:5202
 #, gcc-internal-format
-msgid "base %qT will be initialized after"
+msgid "expression in new-declarator must have integral or enumeration type"
 msgstr ""
 
-#: cp/init.c:533
+#: cp/parser.c:5391
 #, gcc-internal-format
-msgid "  %q+#D"
+msgid "use of old-style cast"
 msgstr ""
 
-#: cp/init.c:535
+#: cp/parser.c:6175
 #, gcc-internal-format
-msgid "  base %qT"
+msgid "case label %qE not within a switch statement"
 msgstr ""
 
-#: cp/init.c:536
+#: cp/parser.c:6719
 #, gcc-internal-format
-msgid "%J  when initialized here"
+msgid "ISO C++ forbids computed gotos"
 msgstr ""
 
-#: cp/init.c:552
+#: cp/parser.c:6844
 #, gcc-internal-format
-msgid "%Jmultiple initializations given for %qD"
+msgid "extra %<;%>"
 msgstr ""
 
-#: cp/init.c:555
+#: cp/parser.c:7168
 #, gcc-internal-format
-msgid "%Jmultiple initializations given for base %qT"
+msgid "mixing declarations and function-definitions is forbidden"
 msgstr ""
 
-#: cp/init.c:622
+#: cp/parser.c:7299
 #, gcc-internal-format
-msgid "%Jinitializations for multiple members of %qT"
+msgid "duplicate %<friend%>"
 msgstr ""
 
-#: cp/init.c:684
+#: cp/parser.c:7468
 #, gcc-internal-format
-msgid ""
-"%Jbase class %q#T should be explicitly initialized in the copy constructor"
+msgid "class definition may not be declared a friend"
 msgstr ""
 
-#: cp/init.c:908 cp/init.c:927
+#: cp/parser.c:7782
 #, gcc-internal-format
-msgid "class %qT does not have any field named %qD"
+msgid "only constructors take base initializers"
 msgstr ""
 
-#: cp/init.c:914
+#: cp/parser.c:7833
 #, gcc-internal-format
-msgid ""
-"%q#D is a static data member; it can only be initialized at its definition"
+msgid "anachronistic old-style base class initializer"
 msgstr ""
 
-#: cp/init.c:921
+#: cp/parser.c:7875
 #, gcc-internal-format
-msgid "%q#D is not a non-static data member of %qT"
+msgid ""
+"keyword %<typename%> not allowed in this context (a qualified member "
+"initializer is implicitly a type)"
 msgstr ""
 
-#: cp/init.c:960
+#. Warn that we do not support `export'.
+#: cp/parser.c:8241
 #, gcc-internal-format
-msgid "unnamed initializer for %qT, which has no base classes"
+msgid "keyword %<export%> not implemented, and will be ignored"
 msgstr ""
 
-#: cp/init.c:968
+#. Otherwise, emit an error about the invalid digraph, but continue
+#. parsing because we got our argument list.
+#: cp/parser.c:8614
 #, gcc-internal-format
-msgid "unnamed initializer for %qT, which uses multiple inheritance"
+msgid "%<<::%> cannot begin a template-argument list"
 msgstr ""
 
-#: cp/init.c:1014
+#: cp/parser.c:8615
 #, gcc-internal-format
-msgid "%qD is both a direct base and an indirect virtual base"
+msgid ""
+"%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
+"and %<::%>"
 msgstr ""
 
-#: cp/init.c:1022
+#: cp/parser.c:8622
 #, gcc-internal-format
-msgid "type %qD is not a direct or virtual base of %qT"
+msgid "(if you use -fpermissive G++ will accept your code)"
 msgstr ""
 
-#: cp/init.c:1025
+#: cp/parser.c:8686
 #, gcc-internal-format
-msgid "type %qD is not a direct base of %qT"
+msgid "parse error in template argument list"
 msgstr ""
 
-#: cp/init.c:1105
+#. Explain what went wrong.
+#: cp/parser.c:8799
 #, gcc-internal-format
-msgid "bad array initializer"
+msgid "non-template %qD used as template"
 msgstr ""
 
-#: cp/init.c:1305
+#: cp/parser.c:8800
 #, gcc-internal-format
-msgid "%qT is not an aggregate type"
+msgid "use %<%T::template %D%> to indicate that it is a template"
 msgstr ""
 
-#: cp/init.c:1397
+#: cp/parser.c:9313
 #, gcc-internal-format
-msgid "qualified type %qT does not match destructor name %<~%T%>"
+msgid "template specialization with C linkage"
 msgstr ""
 
-#: cp/init.c:1405
+#: cp/parser.c:9419 cp/parser.c:15322
 #, gcc-internal-format
-msgid "incomplete type %qT does not have member %qD"
+msgid "template declaration of %qs"
 msgstr ""
 
-#: cp/init.c:1424
+#: cp/parser.c:9892
 #, gcc-internal-format
-msgid "%qD is not a member of type %qT"
+msgid "using %<typename%> outside of template"
 msgstr ""
 
-#: cp/init.c:1443
+#: cp/parser.c:10089
 #, gcc-internal-format
-msgid "invalid pointer to bit-field %qD"
+msgid "type attributes are honored only at type definition"
 msgstr ""
 
-#: cp/init.c:1545
+#: cp/parser.c:10286
 #, gcc-internal-format
-msgid "invalid use of non-static member function %qD"
+msgid "%qD is not a namespace-name"
 msgstr ""
 
-#: cp/init.c:1551
+#. [namespace.udecl]
+#.
+#. A using declaration shall not name a template-id.
+#: cp/parser.c:10476
 #, gcc-internal-format
-msgid "invalid use of non-static data member %qD"
+msgid "a template-id may not appear in a using-declaration"
 msgstr ""
 
-#: cp/init.c:1661
+#: cp/parser.c:10806
 #, gcc-internal-format
-msgid "size in array new must have integral type"
+msgid "an asm-specification is not allowed on a function-definition"
 msgstr ""
 
-#: cp/init.c:1664
+#: cp/parser.c:10808
 #, gcc-internal-format
-msgid "zero size array reserves no space"
+msgid "attributes are not allowed on a function-definition"
 msgstr ""
 
-#: cp/init.c:1672
+#: cp/parser.c:10940
 #, gcc-internal-format
-msgid "new cannot be applied to a reference type"
+msgid "attributes after parenthesized initializer ignored"
 msgstr ""
 
-#: cp/init.c:1678
+#: cp/parser.c:11325
 #, gcc-internal-format
-msgid "new cannot be applied to a function type"
+msgid "array bound is not an integer constant"
 msgstr ""
 
-#: cp/init.c:1710
+#: cp/parser.c:11395
 #, gcc-internal-format
-msgid "call to Java constructor, while %<jclass%> undefined"
+msgid "%<%T::%D%> is not a type"
 msgstr ""
 
-#: cp/init.c:1726
+#: cp/parser.c:11438
 #, gcc-internal-format
-msgid "can't find class$"
+msgid "invalid use of constructor as a template"
 msgstr ""
 
-#: cp/init.c:1854
+#: cp/parser.c:11439
 #, gcc-internal-format
-msgid "invalid type %<void%> for new"
+msgid ""
+"use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
+"name"
 msgstr ""
 
-#: cp/init.c:1864
+#: cp/parser.c:11627
 #, gcc-internal-format
-msgid "uninitialized const in %<new%> of %q#T"
+msgid "duplicate cv-qualifier"
 msgstr ""
 
-#: cp/init.c:1898
+#: cp/parser.c:12159
 #, gcc-internal-format
-msgid "call to Java constructor with %qs undefined"
+msgid "file ends in default argument"
 msgstr ""
 
-#: cp/init.c:1938
+#: cp/parser.c:12221
 #, gcc-internal-format
-msgid "no suitable %qD found in class %qT"
+msgid "deprecated use of default argument for parameter of non-function"
 msgstr ""
 
-#: cp/init.c:1943
+#: cp/parser.c:12224
 #, gcc-internal-format
-msgid "request for member %qD is ambiguous"
+msgid "default arguments are only permitted for function parameters"
 msgstr ""
 
-#: cp/init.c:2083
+#: cp/parser.c:12984
 #, gcc-internal-format
-msgid "ISO C++ forbids initialization in array new"
+msgid "invalid class name in declaration of %qD"
 msgstr ""
 
-#: cp/init.c:2571
+#: cp/parser.c:12995
 #, gcc-internal-format
-msgid "initializer ends prematurely"
+msgid "declaration of %qD in %qD which does not enclose %qD"
 msgstr ""
 
-#: cp/init.c:2626
+#: cp/parser.c:13008
 #, gcc-internal-format
-msgid "cannot initialize multi-dimensional array with initializer"
+msgid "extra qualification ignored"
 msgstr ""
 
-#: cp/init.c:2787
+#: cp/parser.c:13019
 #, gcc-internal-format
-msgid "possible problem detected in invocation of delete operator:"
+msgid "an explicit specialization must be preceded by %<template <>%>"
 msgstr ""
 
-#: cp/init.c:2790
+#: cp/parser.c:13112
 #, gcc-internal-format
-msgid ""
-"neither the destructor nor the class-specific operator delete will be "
-"called, even if they are declared when the class is defined."
+msgid "previous definition of %q+#T"
 msgstr ""
 
-#: cp/init.c:2811
+#: cp/parser.c:13343
 #, gcc-internal-format
-msgid "unknown array size in delete"
+msgid "%Hextra %<;%>"
 msgstr ""
 
-#: cp/init.c:3044
+#: cp/parser.c:13361
 #, gcc-internal-format
-msgid "type to vector delete is neither pointer or array type"
+msgid "a class-key must be used when declaring a friend"
 msgstr ""
 
-#: cp/lex.c:468
+#: cp/parser.c:13375
 #, gcc-internal-format
-msgid "junk at end of #pragma %s"
+msgid "friend declaration does not name a class or function"
 msgstr ""
 
-#: cp/lex.c:475
+#: cp/parser.c:13551
 #, gcc-internal-format
-msgid "invalid #pragma %s"
+msgid "pure-specifier on function-definition"
 msgstr ""
 
-#: cp/lex.c:483
+#: cp/parser.c:13829
 #, gcc-internal-format
-msgid "#pragma vtable no longer supported"
+msgid "keyword %<typename%> not allowed outside of templates"
 msgstr ""
 
-#: cp/lex.c:562
+#: cp/parser.c:13831
 #, gcc-internal-format
-msgid "#pragma implementation for %qs appears after file is included"
+msgid ""
+"keyword %<typename%> not allowed in this context (the base class is "
+"implicitly a type)"
 msgstr ""
 
-#: cp/lex.c:587
+#: cp/parser.c:14106
 #, gcc-internal-format
-msgid "junk at end of #pragma GCC java_exceptions"
+msgid "invalid catch parameter"
 msgstr ""
 
-#: cp/lex.c:601
+#: cp/parser.c:14862
 #, gcc-internal-format
-msgid "%qD not defined"
+msgid "too few template-parameter-lists"
 msgstr ""
 
-#: cp/lex.c:605
+#. Otherwise, there are too many template parameter lists.  We have
+#. something like:
+#.
+#. template <class T> template <class U> void S::f();
+#: cp/parser.c:14877
 #, gcc-internal-format
-msgid "%qD was not declared in this scope"
+msgid "too many template-parameter-lists"
 msgstr ""
 
-#. In a template, it is invalid to write "f()" or "f(3)" if no
-#. declaration of "f" is available.  Historically, G++ and most
-#. other compilers accepted that usage since they deferred all name
-#. lookup until instantiation time rather than doing unqualified
-#. name lookup at template definition time; explain to the user what
-#. is going wrong.
-#.
-#. Note that we have the exact wording of the following message in
-#. the manual (trouble.texi, node "Name lookup"), so they need to
-#. be kept in synch.
-#: cp/lex.c:642
+#. Skip the entire function.
+#: cp/parser.c:15101
 #, gcc-internal-format
-msgid ""
-"there are no arguments to %qD that depend on a template parameter, so a "
-"declaration of %qD must be available"
+msgid "invalid function declaration"
 msgstr ""
 
-#: cp/lex.c:651
+#. Issue an error message.
+#: cp/parser.c:15138
 #, gcc-internal-format
-msgid ""
-"(if you use %<-fpermissive%>, G++ will accept your code, but allowing the "
-"use of an undeclared name is deprecated)"
+msgid "named return values are no longer supported"
 msgstr ""
 
-#: cp/mangle.c:2138
+#: cp/parser.c:15202
 #, gcc-internal-format
-msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
+msgid "template with C linkage"
 msgstr ""
 
-#: cp/mangle.c:2146
+#: cp/parser.c:15535
 #, gcc-internal-format
-msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
+msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
 msgstr ""
 
-#: cp/mangle.c:2196
+#: cp/parser.c:15550
 #, gcc-internal-format
-msgid "omitted middle operand to %<?:%> operand cannot be mangled"
+msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
 msgstr ""
 
-#: cp/mangle.c:2506
+#: cp/parser.c:16107
 #, gcc-internal-format
-msgid "the mangled name of %qD will change in a future version of GCC"
+msgid "%qs tag used in naming %q#T"
 msgstr ""
 
-#: cp/method.c:457
+#: cp/parser.c:16128
 #, gcc-internal-format
-msgid "generic thunk code fails for method %q#D which uses %<...%>"
+msgid "%qD redeclared with different access"
 msgstr ""
 
-#: cp/method.c:692
+#: cp/parser.c:16145
 #, gcc-internal-format
-msgid "non-static const member %q#D, can't use default assignment operator"
+msgid "%<template%> (as a disambiguator) is only allowed within templates"
 msgstr ""
 
-#: cp/method.c:698
+#: cp/parser.c:16382 cp/parser.c:17303 cp/parser.c:17434
 #, gcc-internal-format
-msgid "non-static reference member %q#D, can't use default assignment operator"
+msgid "misplaced %<@%D%> Objective-C++ construct"
 msgstr ""
 
-#: cp/method.c:810
+#: cp/parser.c:16523
 #, gcc-internal-format
-msgid "%Hsynthesized method %qD first required here "
+msgid "%<@encode%> must specify a type as an argument"
 msgstr ""
 
-#: cp/method.c:1137
+#: cp/parser.c:16838
 #, gcc-internal-format
-msgid ""
-"vtable layout for class %qT may not be ABI-compliantand may change in a "
-"future version of GCC due to implicit virtual destructor"
+msgid "invalid Objective-C++ selector name"
 msgstr ""
 
-#: cp/name-lookup.c:694
+#: cp/parser.c:17167
 #, gcc-internal-format
-msgid "redeclaration of %<wchar_t%> as %qT"
+msgid "identifier expected after %<@protocol%>"
 msgstr ""
 
-#. A redeclaration of main, but not a duplicate of the
-#. previous one.
-#.
-#. [basic.start.main]
-#.
-#. This function shall not be overloaded.
-#: cp/name-lookup.c:726
+#: cp/parser.c:17457
 #, gcc-internal-format
-msgid "invalid redeclaration of %q+D"
+msgid "inter-module optimizations not implemented for C++"
 msgstr ""
 
-#: cp/name-lookup.c:727
+#: cp/pt.c:240
 #, gcc-internal-format
-msgid "as %qD"
+msgid "data member %qD cannot be a member template"
 msgstr ""
 
-#: cp/name-lookup.c:815
+#: cp/pt.c:252
 #, gcc-internal-format
-msgid "type mismatch with previous external decl of %q#D"
+msgid "invalid member template declaration %qD"
 msgstr ""
 
-#: cp/name-lookup.c:816
+#: cp/pt.c:574
 #, gcc-internal-format
-msgid "previous external decl of %q+#D"
+msgid "explicit specialization in non-namespace scope %qD"
 msgstr ""
 
-#: cp/name-lookup.c:907
+#: cp/pt.c:585
 #, gcc-internal-format
-msgid "extern declaration of %q#D doesn't match"
+msgid "enclosing class templates are not explicitly specialized"
 msgstr ""
 
-#: cp/name-lookup.c:908
+#: cp/pt.c:669
 #, gcc-internal-format
-msgid "global declaration %q+#D"
+msgid "specialization of %qD in different namespace"
 msgstr ""
 
-#: cp/name-lookup.c:944 cp/name-lookup.c:951
+#: cp/pt.c:670 cp/pt.c:756
 #, gcc-internal-format
-msgid "declaration of %q#D shadows a parameter"
+msgid "  from definition of %q+#D"
 msgstr ""
 
-#. Location of previous decl is not useful in this case.
-#: cp/name-lookup.c:976
+#: cp/pt.c:687
 #, gcc-internal-format
-msgid "declaration of %qD shadows a member of 'this'"
+msgid ""
+"explicit instantiation of %qD in namespace %qD (which does not enclose "
+"namespace %qD)"
 msgstr ""
 
-#: cp/name-lookup.c:982
+#: cp/pt.c:723
 #, gcc-internal-format
-msgid "declaration of %qD shadows a previous local"
+msgid "specialization of %qT after instantiation"
 msgstr ""
 
-#: cp/name-lookup.c:989
+#: cp/pt.c:755
 #, gcc-internal-format
-msgid "declaration of %qD shadows a global declaration"
+msgid "specializing %q#T in different namespace"
 msgstr ""
 
-#: cp/name-lookup.c:1115
+#: cp/pt.c:770
 #, gcc-internal-format
-msgid "name lookup of %qD changed"
+msgid "specialization %qT after instantiation %qT"
 msgstr ""
 
-#: cp/name-lookup.c:1116
+#: cp/pt.c:782
 #, gcc-internal-format
-msgid "  matches this %q+D under ISO standard rules"
+msgid "explicit specialization of non-template %qT"
 msgstr ""
 
-#: cp/name-lookup.c:1118
+#: cp/pt.c:1176
 #, gcc-internal-format
-msgid "  matches this %q+D under old rules"
+msgid "specialization of %qD after instantiation"
 msgstr ""
 
-#: cp/name-lookup.c:1136 cp/name-lookup.c:1144
+#: cp/pt.c:1380
 #, gcc-internal-format
-msgid "name lookup of %qD changed for new ISO %<for%> scoping"
+msgid "%qD is not a function template"
 msgstr ""
 
-#: cp/name-lookup.c:1138
+#: cp/pt.c:1573
 #, gcc-internal-format
-msgid "  cannot use obsolete binding at %q+D because it has a destructor"
+msgid "template-id %qD for %q+D does not match any template declaration"
 msgstr ""
 
-#: cp/name-lookup.c:1146
+#: cp/pt.c:1581
 #, gcc-internal-format
-msgid "  using obsolete binding at %q+D"
+msgid "ambiguous template specialization %qD for %q+D"
 msgstr ""
 
-#: cp/name-lookup.c:1199
+#. This case handles bogus declarations like template <>
+#. template <class T> void f<int>();
+#: cp/pt.c:1812 cp/pt.c:1866
 #, gcc-internal-format
-msgid "%s %s(%E) %p %d\n"
+msgid "template-id %qD in declaration of primary template"
 msgstr ""
 
-#: cp/name-lookup.c:1202
+#: cp/pt.c:1825
 #, gcc-internal-format
-msgid "%s %s %p %d\n"
+msgid "template parameter list used in explicit instantiation"
 msgstr ""
 
-#: cp/name-lookup.c:1328
+#: cp/pt.c:1831
 #, gcc-internal-format
-msgid "XXX is_class_level != (current_scope == class_scope)\n"
+msgid "definition provided for explicit instantiation"
 msgstr ""
 
-#: cp/name-lookup.c:1886
+#: cp/pt.c:1839
 #, gcc-internal-format
-msgid "%q#D hides constructor for %q#T"
+msgid "too many template parameter lists in declaration of %qD"
 msgstr ""
 
-#: cp/name-lookup.c:1902
+#: cp/pt.c:1842
 #, gcc-internal-format
-msgid "%q#D conflicts with previous using declaration %q#D"
+msgid "too few template parameter lists in declaration of %qD"
 msgstr ""
 
-#: cp/name-lookup.c:1922
+#: cp/pt.c:1844
 #, gcc-internal-format
-msgid "previous non-function declaration %q+#D"
+msgid "explicit specialization of %qD must be introduced by %<template <>%>"
 msgstr ""
 
-#: cp/name-lookup.c:1923
+#: cp/pt.c:1863
 #, gcc-internal-format
-msgid "conflicts with function declaration %q#D"
+msgid "function template partial specialization %qD is not allowed"
 msgstr ""
 
-#. It's a nested name with template parameter dependent scope.
-#. This can only be using-declaration for class member.
-#: cp/name-lookup.c:2001 cp/name-lookup.c:2026
+#: cp/pt.c:1895
 #, gcc-internal-format
-msgid "%qT is not a namespace"
+msgid "default argument specified in explicit specialization"
 msgstr ""
 
-#. 7.3.3/5
-#. A using-declaration shall not name a template-id.
-#: cp/name-lookup.c:2011
+#: cp/pt.c:1924
 #, gcc-internal-format
-msgid "a using-declaration cannot specify a template-id.  Try %<using %D%>"
+msgid "%qD is not a template function"
 msgstr ""
 
-#: cp/name-lookup.c:2018
+#. From [temp.expl.spec]:
+#.
+#. If such an explicit specialization for the member
+#. of a class template names an implicitly-declared
+#. special member function (clause _special_), the
+#. program is ill-formed.
+#.
+#. Similar language is found in [temp.explicit].
+#: cp/pt.c:1986
 #, gcc-internal-format
-msgid "namespace %qD not allowed in using-declaration"
+msgid "specialization of implicitly-declared special member function"
 msgstr ""
 
-#: cp/name-lookup.c:2054
+#: cp/pt.c:2030
 #, gcc-internal-format
-msgid "%qD not declared"
+msgid "no member function %qD declared in %qT"
 msgstr ""
 
-#: cp/name-lookup.c:2075 cp/name-lookup.c:2112 cp/name-lookup.c:2146
+#: cp/pt.c:2254
 #, gcc-internal-format
-msgid "%qD is already declared in this scope"
+msgid "declaration of %q+#D"
 msgstr ""
 
-#: cp/name-lookup.c:2152
+#: cp/pt.c:2255
 #, gcc-internal-format
-msgid "using declaration %qD introduced ambiguous type %qT"
+msgid " shadows template parm %q+#D"
 msgstr ""
 
-#: cp/name-lookup.c:2726
+#: cp/pt.c:2658
 #, gcc-internal-format
-msgid "using-declaration for non-member at class scope"
+msgid "template parameters not used in partial specialization:"
 msgstr ""
 
-#: cp/name-lookup.c:2752
+#: cp/pt.c:2662
 #, gcc-internal-format
-msgid "%<%T::%D%> names destructor"
+msgid "        %qD"
 msgstr ""
 
-#: cp/name-lookup.c:2757
+#: cp/pt.c:2673
 #, gcc-internal-format
-msgid "%<%T::%D%> names constructor"
+msgid "partial specialization %qT does not specialize any template arguments"
 msgstr ""
 
-#: cp/name-lookup.c:2762
+#: cp/pt.c:2698
 #, gcc-internal-format
-msgid "%<%T::%D%> names constructor in %qT"
+msgid "template argument %qE involves template parameter(s)"
 msgstr ""
 
-#: cp/name-lookup.c:2778
+#: cp/pt.c:2742
 #, gcc-internal-format
-msgid "no members matching %<%T::%D%> in %q#T"
+msgid "type %qT of template argument %qE depends on template parameter(s)"
 msgstr ""
 
-#: cp/name-lookup.c:2847
+#: cp/pt.c:2829
 #, gcc-internal-format
-msgid "declaration of %qD not in a namespace surrounding %qD"
+msgid "no default argument for %qD"
 msgstr ""
 
-#: cp/name-lookup.c:2855
+#: cp/pt.c:2988
 #, gcc-internal-format
-msgid "explicit qualification in declaration of %qD"
+msgid "template class without a name"
 msgstr ""
 
-#: cp/name-lookup.c:2891
+#. [temp.mem]
+#.
+#. A destructor shall not be a member template.
+#: cp/pt.c:2996
 #, gcc-internal-format
-msgid "%qD should have been declared inside %qD"
+msgid "destructor %qD declared as member template"
 msgstr ""
 
-#: cp/name-lookup.c:2953
+#. [basic.stc.dynamic.allocation]
+#.
+#. An allocation function can be a function
+#. template. ... Template allocation functions shall
+#. have two or more parameters.
+#: cp/pt.c:3011
 #, gcc-internal-format
-msgid "namespace alias %qD not allowed here, assuming %qD"
+msgid "invalid template declaration of %qD"
 msgstr ""
 
-#: cp/name-lookup.c:3260
+#: cp/pt.c:3091
 #, gcc-internal-format
-msgid "strong using only meaningful at namespace scope"
+msgid "%qD does not declare a template type"
 msgstr ""
 
-#: cp/name-lookup.c:3267
+#: cp/pt.c:3097
 #, gcc-internal-format
-msgid "%qD attribute directive ignored"
+msgid "template definition of non-template %q#D"
 msgstr ""
 
-#: cp/name-lookup.c:3410
+#: cp/pt.c:3140
 #, gcc-internal-format
-msgid "use of %qD is ambiguous"
+msgid "expected %d levels of template parms for %q#D, got %d"
 msgstr ""
 
-#: cp/name-lookup.c:3411
+#: cp/pt.c:3152
 #, gcc-internal-format
-msgid "  first declared as %q+#D here"
+msgid "got %d template parameters for %q#D"
 msgstr ""
 
-#: cp/name-lookup.c:3413
+#: cp/pt.c:3155
 #, gcc-internal-format
-msgid "  also declared as %q+#D here"
+msgid "got %d template parameters for %q#T"
 msgstr ""
 
-#: cp/name-lookup.c:3428
+#: cp/pt.c:3157
 #, gcc-internal-format
-msgid "%qD denotes an ambiguous type"
+msgid "  but %d required"
 msgstr ""
 
-#: cp/name-lookup.c:3429
+#: cp/pt.c:3254
 #, gcc-internal-format
-msgid "%J  first type here"
+msgid "%qT is not a template type"
 msgstr ""
 
-#: cp/name-lookup.c:3430
+#: cp/pt.c:3267
 #, gcc-internal-format
-msgid "%J  other type here"
+msgid "template specifiers not specified in declaration of %qD"
 msgstr ""
 
-#. This happens for A::B where B is a template, and there are no
-#. template arguments.
-#: cp/name-lookup.c:3540 cp/parser.c:4489 cp/typeck.c:1801
+#: cp/pt.c:3277
 #, gcc-internal-format
-msgid "invalid use of %qD"
+msgid "previous declaration %q+D"
 msgstr ""
 
-#: cp/name-lookup.c:3580
+#: cp/pt.c:3278
 #, gcc-internal-format
-msgid "%<%D::%D%> is not a template"
+msgid "used %d template parameter(s) instead of %d"
 msgstr ""
 
-#: cp/name-lookup.c:3595
+#: cp/pt.c:3297
 #, gcc-internal-format
-msgid "%qD undeclared in namespace %qD"
+msgid "template parameter %q+#D"
 msgstr ""
 
-#: cp/name-lookup.c:4223
+#: cp/pt.c:3298
 #, gcc-internal-format
-msgid "%q+D is not a function,"
+msgid "redeclared here as %q#D"
 msgstr ""
 
-#: cp/name-lookup.c:4224
+#. We have in [temp.param]:
+#.
+#. A template-parameter may not be given default arguments
+#. by two different declarations in the same scope.
+#: cp/pt.c:3308
 #, gcc-internal-format
-msgid "  conflict with %q+D"
+msgid "redefinition of default argument for %q#D"
 msgstr ""
 
-#: cp/name-lookup.c:5050
+#: cp/pt.c:3309
 #, gcc-internal-format
-msgid "XXX entering pop_everything ()\n"
+msgid "%J  original definition appeared here"
 msgstr ""
 
-#: cp/name-lookup.c:5059
+#: cp/pt.c:3405
 #, gcc-internal-format
-msgid "XXX leaving pop_everything ()\n"
+msgid ""
+"%qE is not a valid template argument for type %qT because function %qD has "
+"not external linkage"
 msgstr ""
 
-#: cp/parser.c:1850
+#: cp/pt.c:3446
 #, gcc-internal-format
-msgid "minimum/maximum operators are deprecated"
+msgid ""
+"%qE is not a valid template argument for type %qT because string literals "
+"can never be used in this context"
 msgstr ""
 
-#: cp/parser.c:1870
+#: cp/pt.c:3521
 #, gcc-internal-format
-msgid "%<#pragma%> is not allowed here"
+msgid ""
+"%qE is not a valid template argument for type %qT because it is a non-"
+"constant expression"
 msgstr ""
 
-#: cp/parser.c:1899
+#: cp/pt.c:3571
 #, gcc-internal-format
-msgid "%<%D::%D%> has not been declared"
+msgid ""
+"%qE is not a valid template argument for type %qT because it is not a "
+"constant pointer"
 msgstr ""
 
-#: cp/parser.c:1902 cp/semantics.c:2357
+#: cp/pt.c:3591
 #, gcc-internal-format
-msgid "%<::%D%> has not been declared"
+msgid ""
+"%qE is not a valid template argument for type %qT because of conflicts in cv-"
+"qualification"
 msgstr ""
 
-#: cp/parser.c:1905
+#: cp/pt.c:3598
 #, gcc-internal-format
-msgid "request for member %qD in non-class type %qT"
+msgid ""
+"%qE is not a valid template argument for type %qT because it is not a lvalue"
 msgstr ""
 
-#: cp/parser.c:1908
+#: cp/pt.c:3611
 #, gcc-internal-format
-msgid "%<%T::%D%> has not been declared"
+msgid ""
+"%qE is not a valid template argument for type %qT because object %qD has not "
+"external linkage"
 msgstr ""
 
-#: cp/parser.c:1911
+#: cp/pt.c:3651
 #, gcc-internal-format
-msgid "%qD has not been declared"
+msgid ""
+"%qE is not a valid template argument for type %qT because it is a pointer"
 msgstr ""
 
-#: cp/parser.c:1914
+#: cp/pt.c:3653
 #, gcc-internal-format
-msgid "%<%D::%D%> %s"
+msgid "try using %qE instead"
 msgstr ""
 
-#: cp/parser.c:1916
+#: cp/pt.c:3688
 #, gcc-internal-format
-msgid "%<::%D%> %s"
+msgid ""
+"%qE is not a valid template argument for type %qT because it is of type %qT"
 msgstr ""
 
-#: cp/parser.c:1918
+#: cp/pt.c:3691
 #, gcc-internal-format
-msgid "%qD %s"
+msgid "standard conversions are not allowed in this context"
 msgstr ""
 
-#: cp/parser.c:1970
+#: cp/pt.c:3860
 #, gcc-internal-format
-msgid "new types may not be defined in a return type"
+msgid "to refer to a type member of a template parameter, use %<typename %E%>"
 msgstr ""
 
-#: cp/parser.c:1971
+#: cp/pt.c:3875 cp/pt.c:3894 cp/pt.c:3934
 #, gcc-internal-format
-msgid "(perhaps a semicolon is missing after the definition of %qT)"
+msgid "type/value mismatch at argument %d in template parameter list for %qD"
 msgstr ""
 
-#: cp/parser.c:1990 cp/pt.c:4378
+#: cp/pt.c:3879
 #, gcc-internal-format
-msgid "%qT is not a template"
+msgid "  expected a constant of type %qT, got %qT"
 msgstr ""
 
-#: cp/parser.c:1992
+#: cp/pt.c:3883
 #, gcc-internal-format
-msgid "%qE is not a template"
+msgid "  expected a class template, got %qE"
 msgstr ""
 
-#: cp/parser.c:1994
+#: cp/pt.c:3885
 #, gcc-internal-format
-msgid "invalid template-id"
+msgid "  expected a type, got %qE"
 msgstr ""
 
-#: cp/parser.c:2023
+#: cp/pt.c:3898
 #, gcc-internal-format
-msgid "%s cannot appear in a constant-expression"
+msgid "  expected a type, got %qT"
 msgstr ""
 
-#: cp/parser.c:2048
+#: cp/pt.c:3900
 #, gcc-internal-format
-msgid "invalid use of template-name %qE without an argument list"
+msgid "  expected a class template, got %qT"
 msgstr ""
 
-#. Issue an error message.
-#: cp/parser.c:2053
+#: cp/pt.c:3937
 #, gcc-internal-format
-msgid "%qE does not name a type"
+msgid "  expected a template of type %qD, got %qD"
 msgstr ""
 
-#: cp/parser.c:2085
+#: cp/pt.c:3980
 #, gcc-internal-format
-msgid "(perhaps %<typename %T::%E%> was intended)"
+msgid "could not convert template argument %qE to %qT"
 msgstr ""
 
-#: cp/parser.c:2100
+#: cp/pt.c:4019
 #, gcc-internal-format
-msgid "%qE in namespace %qE does not name a type"
+msgid "wrong number of template arguments (%d, should be %d)"
 msgstr ""
 
-#: cp/parser.c:2103
+#: cp/pt.c:4023
 #, gcc-internal-format
-msgid "%qE in class %qT does not name a type"
+msgid "provided for %q+D"
 msgstr ""
 
-#: cp/parser.c:2827
+#: cp/pt.c:4053
 #, gcc-internal-format
-msgid "ISO C++ forbids braced-groups within expressions"
+msgid "template argument %d is invalid"
 msgstr ""
 
-#: cp/parser.c:2836
+#: cp/pt.c:4408
 #, gcc-internal-format
-msgid "statement-expressions are allowed only inside functions"
+msgid "non-template type %qT used as a template"
 msgstr ""
 
-#: cp/parser.c:2887
+#: cp/pt.c:4410
 #, gcc-internal-format
-msgid "%<this%> may not be used in this context"
+msgid "for template declaration %q+D"
 msgstr ""
 
-#: cp/parser.c:3034
+#: cp/pt.c:5060
 #, gcc-internal-format
-msgid "local variable %qD may not appear in this context"
+msgid ""
+"template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
+"to increase the maximum) instantiating %qD"
 msgstr ""
 
-#: cp/parser.c:3411
+#: cp/pt.c:5506
 #, gcc-internal-format
-msgid "typedef-name %qD used as destructor declarator"
+msgid "ambiguous class template instantiation for %q#T"
 msgstr ""
 
-#: cp/parser.c:4065
+#: cp/pt.c:5512
 #, gcc-internal-format
-msgid "ISO C++ forbids compound-literals"
+msgid "%s %+#T"
 msgstr ""
 
-#: cp/parser.c:5009
+#: cp/pt.c:6635
 #, gcc-internal-format
-msgid "array bound forbidden after parenthesized type-id"
+msgid "instantiation of %q+D as type %qT"
 msgstr ""
 
-#: cp/parser.c:5010
+#: cp/pt.c:6814
 #, gcc-internal-format
-msgid "try removing the parentheses around the type-id"
+msgid "invalid parameter type %qT"
 msgstr ""
 
-#: cp/parser.c:5212
+#: cp/pt.c:6816
 #, gcc-internal-format
-msgid "expression in new-declarator must have integral or enumeration type"
+msgid "in declaration %q+D"
 msgstr ""
 
-#: cp/parser.c:5401
+#: cp/pt.c:6889
 #, gcc-internal-format
-msgid "use of old-style cast"
+msgid "function returning an array"
 msgstr ""
 
-#: cp/parser.c:6180
+#: cp/pt.c:6891
 #, gcc-internal-format
-msgid "case label %qE not within a switch statement"
+msgid "function returning a function"
 msgstr ""
 
-#: cp/parser.c:6724
+#: cp/pt.c:6918
 #, gcc-internal-format
-msgid "ISO C++ forbids computed gotos"
+msgid "creating pointer to member function of non-class type %qT"
 msgstr ""
 
-#: cp/parser.c:6849
+#: cp/pt.c:7099
 #, gcc-internal-format
-msgid "extra %<;%>"
+msgid "creating array with negative size (%qE)"
 msgstr ""
 
-#: cp/parser.c:7173
+#: cp/pt.c:7316
 #, gcc-internal-format
-msgid "mixing declarations and function-definitions is forbidden"
+msgid "forming reference to void"
 msgstr ""
 
-#: cp/parser.c:7304
+#: cp/pt.c:7318
 #, gcc-internal-format
-msgid "duplicate %<friend%>"
+msgid "forming %s to reference type %qT"
 msgstr ""
 
-#: cp/parser.c:7473
+#: cp/pt.c:7355
 #, gcc-internal-format
-msgid "class definition may not be declared a friend"
+msgid "creating pointer to member of non-class type %qT"
 msgstr ""
 
-#: cp/parser.c:7787
+#: cp/pt.c:7361
 #, gcc-internal-format
-msgid "only constructors take base initializers"
+msgid "creating pointer to member reference type %qT"
 msgstr ""
 
-#: cp/parser.c:7838
+#: cp/pt.c:7367
 #, gcc-internal-format
-msgid "anachronistic old-style base class initializer"
+msgid "creating pointer to member of type void"
 msgstr ""
 
-#: cp/parser.c:7880
+#: cp/pt.c:7434
 #, gcc-internal-format
-msgid ""
-"keyword %<typename%> not allowed in this context (a qualified member "
-"initializer is implicitly a type)"
+msgid "creating array of %qT"
 msgstr ""
 
-#. Warn that we do not support `export'.
-#: cp/parser.c:8246
+#: cp/pt.c:7440
 #, gcc-internal-format
-msgid "keyword %<export%> not implemented, and will be ignored"
+msgid "creating array of %qT, which is an abstract class type"
 msgstr ""
 
-#. Otherwise, emit an error about the invalid digraph, but continue
-#. parsing because we got our argument list.
-#: cp/parser.c:8619
+#: cp/pt.c:7484
 #, gcc-internal-format
-msgid "%<<::%> cannot begin a template-argument list"
+msgid "%qT is not a class, struct, or union type"
 msgstr ""
 
-#: cp/parser.c:8620
+#: cp/pt.c:7519
 #, gcc-internal-format
-msgid ""
-"%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
-"and %<::%>"
+msgid "%qT resolves to %qT, which is not an enumeration type"
 msgstr ""
 
-#: cp/parser.c:8627
+#: cp/pt.c:7522
 #, gcc-internal-format
-msgid "(if you use -fpermissive G++ will accept your code)"
+msgid "%qT resolves to %qT, which is is not a class type"
 msgstr ""
 
-#: cp/parser.c:8691
+#: cp/pt.c:7584
 #, gcc-internal-format
-msgid "parse error in template argument list"
+msgid "use of %qs in template"
 msgstr ""
 
-#. Explain what went wrong.
-#: cp/parser.c:8804
+#: cp/pt.c:7716
 #, gcc-internal-format
-msgid "non-template %qD used as template"
+msgid ""
+"dependent-name %qE is parsed as a non-type, but instantiation yields a type"
 msgstr ""
 
-#: cp/parser.c:8805
+#: cp/pt.c:7718
 #, gcc-internal-format
-msgid "use %<%T::template %D%> to indicate that it is a template"
+msgid "say %<typename %E%> if a type is meant"
 msgstr ""
 
-#: cp/parser.c:9394 cp/parser.c:15240
+#: cp/pt.c:7841
 #, gcc-internal-format
-msgid "template declaration of %qs"
+msgid "using invalid field %qD"
 msgstr ""
 
-#: cp/parser.c:9867
+#: cp/pt.c:8942
 #, gcc-internal-format
-msgid "using %<typename%> outside of template"
+msgid "%qT is not a class or namespace"
 msgstr ""
 
-#: cp/parser.c:10062
+#: cp/pt.c:8945
 #, gcc-internal-format
-msgid "type attributes are honored only at type definition"
+msgid "%qD is not a class or namespace"
 msgstr ""
 
-#: cp/parser.c:10256
+#: cp/pt.c:9094
 #, gcc-internal-format
-msgid "%qD is not a namespace-name"
+msgid "%qT is/uses anonymous type"
 msgstr ""
 
-#. [namespace.udecl]
-#.
-#. A using declaration shall not name a template-id.
-#: cp/parser.c:10446
+#: cp/pt.c:9096
 #, gcc-internal-format
-msgid "a template-id may not appear in a using-declaration"
+msgid "%qT uses local type %qT"
 msgstr ""
 
-#: cp/parser.c:10776
+#: cp/pt.c:9105
 #, gcc-internal-format
-msgid "an asm-specification is not allowed on a function-definition"
+msgid "%qT is a variably modified type"
 msgstr ""
 
-#: cp/parser.c:10778
+#: cp/pt.c:9116
 #, gcc-internal-format
-msgid "attributes are not allowed on a function-definition"
+msgid "integral expression %qE is not constant"
 msgstr ""
 
-#: cp/parser.c:10910
+#: cp/pt.c:9121
 #, gcc-internal-format
-msgid "attributes after parenthesized initializer ignored"
+msgid "  trying to instantiate %qD"
 msgstr ""
 
-#: cp/parser.c:11295
+#: cp/pt.c:11076 cp/pt.c:11147
 #, gcc-internal-format
-msgid "array bound is not an integer constant"
+msgid "explicit instantiation of non-template %q#D"
 msgstr ""
 
-#: cp/parser.c:11365
+#: cp/pt.c:11092 cp/pt.c:11142
 #, gcc-internal-format
-msgid "%<%T::%D%> is not a type"
+msgid "no matching template for %qD found"
 msgstr ""
 
-#: cp/parser.c:11408
+#: cp/pt.c:11098
 #, gcc-internal-format
-msgid "invalid use of constructor as a template"
+msgid "explicit instantiation of %q#D"
 msgstr ""
 
-#: cp/parser.c:11409
+#: cp/pt.c:11134
 #, gcc-internal-format
-msgid ""
-"use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
-"name"
+msgid "duplicate explicit instantiation of %q#D"
 msgstr ""
 
-#: cp/parser.c:11597
+#: cp/pt.c:11156
 #, gcc-internal-format
-msgid "duplicate cv-qualifier"
+msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
 msgstr ""
 
-#: cp/parser.c:12129
+#: cp/pt.c:11161 cp/pt.c:11254
 #, gcc-internal-format
-msgid "file ends in default argument"
+msgid "storage class %qD applied to template instantiation"
 msgstr ""
 
-#: cp/parser.c:12191
+#: cp/pt.c:11226
 #, gcc-internal-format
-msgid "deprecated use of default argument for parameter of non-function"
+msgid "explicit instantiation of non-template type %qT"
 msgstr ""
 
-#: cp/parser.c:12194
+#: cp/pt.c:11235
 #, gcc-internal-format
-msgid "default arguments are only permitted for function parameters"
+msgid "explicit instantiation of %q#T before definition of template"
 msgstr ""
 
-#: cp/parser.c:12930
+#: cp/pt.c:11243
 #, gcc-internal-format
-msgid "invalid class name in declaration of %qD"
+msgid "ISO C++ forbids the use of %qE on explicit instantiations"
 msgstr ""
 
-#: cp/parser.c:12941
+#: cp/pt.c:11288
 #, gcc-internal-format
-msgid "declaration of %qD in %qD which does not enclose %qD"
+msgid "duplicate explicit instantiation of %q#T"
 msgstr ""
 
-#: cp/parser.c:12954
+#: cp/pt.c:11700
 #, gcc-internal-format
-msgid "extra qualification ignored"
+msgid "explicit instantiation of %qD but no definition available"
 msgstr ""
 
-#: cp/parser.c:12965
+#: cp/pt.c:11847
 #, gcc-internal-format
-msgid "an explicit specialization must be preceded by %<template <>%>"
+msgid ""
+"template instantiation depth exceeds maximum of %d instantiating %q+D, "
+"possibly from virtual table generation (use -ftemplate-depth-NN to increase "
+"the maximum)"
 msgstr ""
 
-#: cp/parser.c:13058
+#: cp/pt.c:12120
 #, gcc-internal-format
-msgid "previous definition of %q+#T"
+msgid "%q#T is not a valid type for a template constant parameter"
 msgstr ""
 
-#: cp/parser.c:13284
+#: cp/repo.c:113
 #, gcc-internal-format
-msgid "%Hextra %<;%>"
+msgid "-frepo must be used with -c"
 msgstr ""
 
-#: cp/parser.c:13302
+#: cp/repo.c:201
 #, gcc-internal-format
-msgid "a class-key must be used when declaring a friend"
+msgid "mysterious repository information in %s"
 msgstr ""
 
-#: cp/parser.c:13316
+#: cp/repo.c:215
 #, gcc-internal-format
-msgid "friend declaration does not name a class or function"
+msgid "can't create repository information file %qs"
 msgstr ""
 
-#: cp/parser.c:13492
+#: cp/rtti.c:270
 #, gcc-internal-format
-msgid "pure-specifier on function-definition"
+msgid "cannot use typeid with -fno-rtti"
 msgstr ""
 
-#: cp/parser.c:13770
+#: cp/rtti.c:276
 #, gcc-internal-format
-msgid "keyword %<typename%> not allowed outside of templates"
+msgid "must #include <typeinfo> before using typeid"
 msgstr ""
 
-#: cp/parser.c:13772
+#: cp/rtti.c:348
 #, gcc-internal-format
 msgid ""
-"keyword %<typename%> not allowed in this context (the base class is "
-"implicitly a type)"
+"cannot create type information for type %qT because its size is variable"
 msgstr ""
 
-#: cp/parser.c:14047
+#: cp/rtti.c:598 cp/rtti.c:612
 #, gcc-internal-format
-msgid "invalid catch parameter"
+msgid "dynamic_cast of %q#D to %q#T can never succeed"
 msgstr ""
 
-#: cp/parser.c:14627
+#: cp/rtti.c:691
 #, gcc-internal-format
-msgid "reference to %qD is ambiguous"
+msgid "cannot dynamic_cast %qE (of type %q#T) to type %q#T (%s)"
 msgstr ""
 
-#: cp/parser.c:14796
+#: cp/search.c:257
 #, gcc-internal-format
-msgid "too few template-parameter-lists"
+msgid "%qT is an ambiguous base of %qT"
 msgstr ""
 
-#. Otherwise, there are too many template parameter lists.  We have
-#. something like:
-#.
-#. template <class T> template <class U> void S::f();
-#: cp/parser.c:14811
+#: cp/search.c:275
 #, gcc-internal-format
-msgid "too many template-parameter-lists"
+msgid "%qT is an inaccessible base of %qT"
 msgstr ""
 
-#. Skip the entire function.
-#: cp/parser.c:15035
+#: cp/search.c:1846
 #, gcc-internal-format
-msgid "invalid function declaration"
+msgid "deprecated covariant return type for %q+#D"
 msgstr ""
 
-#. Issue an error message.
-#: cp/parser.c:15072
+#: cp/search.c:1848 cp/search.c:1863 cp/search.c:1868
 #, gcc-internal-format
-msgid "named return values are no longer supported"
+msgid "  overriding %q+#D"
 msgstr ""
 
-#: cp/parser.c:15451
+#: cp/search.c:1862
 #, gcc-internal-format
-msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
+msgid "invalid covariant return type for %q+#D"
 msgstr ""
 
-#: cp/parser.c:15466
+#: cp/search.c:1867
 #, gcc-internal-format
-msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
+msgid "conflicting return type specified for %q+#D"
 msgstr ""
 
-#: cp/parser.c:15471
+#: cp/search.c:1877
 #, gcc-internal-format
-msgid "missing %<>%> to terminate the template argument list"
+msgid "looser throw specifier for %q+#F"
 msgstr ""
 
-#: cp/parser.c:16023
+#: cp/search.c:1878
 #, gcc-internal-format
-msgid "%qs tag used in naming %q#T"
+msgid "  overriding %q+#F"
 msgstr ""
 
-#: cp/parser.c:16044
+#. A static member function cannot match an inherited
+#. virtual member function.
+#: cp/search.c:1971
 #, gcc-internal-format
-msgid "%qD redeclared with different access"
+msgid "%q+#D cannot be declared"
 msgstr ""
 
-#: cp/parser.c:16061
+#: cp/search.c:1972
 #, gcc-internal-format
-msgid "%<template%> (as a disambiguator) is only allowed within templates"
+msgid "  since %q+#D declared in base class"
 msgstr ""
 
-#: cp/parser.c:16298 cp/parser.c:17219 cp/parser.c:17350
+#: cp/semantics.c:1240
 #, gcc-internal-format
-msgid "misplaced %<@%D%> Objective-C++ construct"
+msgid "type of asm operand %qE could not be determined"
 msgstr ""
 
-#: cp/parser.c:16439
+#: cp/semantics.c:1359
 #, gcc-internal-format
-msgid "%<@encode%> must specify a type as an argument"
+msgid "invalid use of member %q+D in static member function"
 msgstr ""
 
-#: cp/parser.c:16754
+#: cp/semantics.c:1361
 #, gcc-internal-format
-msgid "invalid Objective-C++ selector name"
+msgid "invalid use of non-static data member %q+D"
 msgstr ""
 
-#: cp/parser.c:17083
+#: cp/semantics.c:1362 cp/semantics.c:1401
 #, gcc-internal-format
-msgid "identifier expected after %<@protocol%>"
+msgid "from this location"
 msgstr ""
 
-#: cp/parser.c:17373
+#: cp/semantics.c:1400
 #, gcc-internal-format
-msgid "inter-module optimizations not implemented for C++"
+msgid "object missing in reference to %q+D"
 msgstr ""
 
-#: cp/pt.c:240
+#: cp/semantics.c:1859
 #, gcc-internal-format
-msgid "data member %qD cannot be a member template"
+msgid "arguments to destructor are not allowed"
 msgstr ""
 
-#: cp/pt.c:252
+#: cp/semantics.c:1910
 #, gcc-internal-format
-msgid "invalid member template declaration %qD"
+msgid "%<this%> is unavailable for static member functions"
 msgstr ""
 
-#: cp/pt.c:574
+#: cp/semantics.c:1916
 #, gcc-internal-format
-msgid "explicit specialization in non-namespace scope %qD"
+msgid "invalid use of %<this%> in non-member function"
 msgstr ""
 
-#: cp/pt.c:585
+#: cp/semantics.c:1918
 #, gcc-internal-format
-msgid "enclosing class templates are not explicitly specialized"
+msgid "invalid use of %<this%> at top level"
 msgstr ""
 
-#: cp/pt.c:669
+#: cp/semantics.c:1942
 #, gcc-internal-format
-msgid "specialization of %qD in different namespace"
+msgid "invalid qualifying scope in pseudo-destructor name"
 msgstr ""
 
-#: cp/pt.c:670 cp/pt.c:756
+#: cp/semantics.c:1962
 #, gcc-internal-format
-msgid "  from definition of %q+#D"
+msgid "%qE is not of type %qT"
 msgstr ""
 
-#: cp/pt.c:687
+#: cp/semantics.c:2062
 #, gcc-internal-format
-msgid ""
-"explicit instantiation of %qD in namespace %qD (which does not enclose "
-"namespace %qD)"
+msgid "template type parameters must use the keyword %<class%> or %<typename%>"
 msgstr ""
 
-#: cp/pt.c:723
+#: cp/semantics.c:2106
 #, gcc-internal-format
-msgid "specialization of %qT after instantiation"
+msgid ""
+"invalid use of type %qT as a default value for a template template-parameter"
 msgstr ""
 
-#: cp/pt.c:755
+#: cp/semantics.c:2109
 #, gcc-internal-format
-msgid "specializing %q#T in different namespace"
+msgid "invalid use of %qD as a default value for a template template-parameter"
 msgstr ""
 
-#: cp/pt.c:770
+#: cp/semantics.c:2113
 #, gcc-internal-format
-msgid "specialization %qT after instantiation %qT"
+msgid "invalid default argument for a template template parameter"
 msgstr ""
 
-#: cp/pt.c:782
+#: cp/semantics.c:2130
 #, gcc-internal-format
-msgid "explicit specialization of non-template %qT"
+msgid "definition of %q#T inside template parameter list"
 msgstr ""
 
-#: cp/pt.c:1176
+#: cp/semantics.c:2141
 #, gcc-internal-format
-msgid "specialization of %qD after instantiation"
+msgid "invalid definition of qualified type %qT"
 msgstr ""
 
-#: cp/pt.c:1362
+#: cp/semantics.c:2344
 #, gcc-internal-format
-msgid "%qD is not a function template"
+msgid "invalid base-class specification"
 msgstr ""
 
-#: cp/pt.c:1555
+#: cp/semantics.c:2353
 #, gcc-internal-format
-msgid "template-id %qD for %q+D does not match any template declaration"
+msgid "base class %qT has cv qualifiers"
 msgstr ""
 
-#: cp/pt.c:1563
+#: cp/semantics.c:2375
 #, gcc-internal-format
-msgid "ambiguous template specialization %qD for %q+D"
+msgid "incomplete type %qT used in nested name specifier"
 msgstr ""
 
-#. This case handles bogus declarations like template <>
-#. template <class T> void f<int>();
-#: cp/pt.c:1794 cp/pt.c:1848
+#: cp/semantics.c:2378
 #, gcc-internal-format
-msgid "template-id %qD in declaration of primary template"
+msgid "reference to %<%T::%D%> is ambiguous"
 msgstr ""
 
-#: cp/pt.c:1807
+#: cp/semantics.c:2382 cp/typeck.c:1642
 #, gcc-internal-format
-msgid "template parameter list used in explicit instantiation"
+msgid "%qD is not a member of %qT"
 msgstr ""
 
-#: cp/pt.c:1813
+#: cp/semantics.c:2385
 #, gcc-internal-format
-msgid "definition provided for explicit instantiation"
+msgid "%qD is not a member of %qD"
 msgstr ""
 
-#: cp/pt.c:1821
+#: cp/semantics.c:2499
 #, gcc-internal-format
-msgid "too many template parameter lists in declaration of %qD"
+msgid "use of %<auto%> variable from containing function"
 msgstr ""
 
-#: cp/pt.c:1824
+#: cp/semantics.c:2500
 #, gcc-internal-format
-msgid "too few template parameter lists in declaration of %qD"
+msgid "use of parameter from containing function"
 msgstr ""
 
-#: cp/pt.c:1826
+#: cp/semantics.c:2501
 #, gcc-internal-format
-msgid "explicit specialization of %qD must be introduced by %<template <>%>"
+msgid "  %q+#D declared here"
 msgstr ""
 
-#: cp/pt.c:1845
+#: cp/semantics.c:2539
 #, gcc-internal-format
-msgid "function template partial specialization %qD is not allowed"
+msgid ""
+"template parameter %qD of type %qT is not allowed in an integral constant "
+"expression because it is not of integral or enumeration type"
 msgstr ""
 
-#: cp/pt.c:1877
+#: cp/semantics.c:2705
 #, gcc-internal-format
-msgid "default argument specified in explicit specialization"
+msgid "%qD cannot appear in a constant-expression"
 msgstr ""
 
-#: cp/pt.c:1881
+#: cp/semantics.c:2713
 #, gcc-internal-format
-msgid "template specialization with C linkage"
+msgid "use of namespace %qD as expression"
 msgstr ""
 
-#: cp/pt.c:1908
+#: cp/semantics.c:2718
 #, gcc-internal-format
-msgid "%qD is not a template function"
+msgid "use of class template %qT as expression"
 msgstr ""
 
-#. From [temp.expl.spec]:
-#.
-#. If such an explicit specialization for the member
-#. of a class template names an implicitly-declared
-#. special member function (clause _special_), the
-#. program is ill-formed.
-#.
-#. Similar language is found in [temp.explicit].
-#: cp/pt.c:1970
+#. Ambiguous reference to base members.
+#: cp/semantics.c:2724
 #, gcc-internal-format
-msgid "specialization of implicitly-declared special member function"
+msgid "request for member %qD is ambiguous in multiple inheritance lattice"
 msgstr ""
 
-#: cp/pt.c:2014
+#: cp/semantics.c:2836
 #, gcc-internal-format
-msgid "no member function %qD declared in %qT"
+msgid "type of %qE is unknown"
 msgstr ""
 
-#: cp/pt.c:2238
+#: cp/tree.c:563
 #, gcc-internal-format
-msgid "declaration of %q+#D"
+msgid "%qV qualifiers cannot be applied to %qT"
 msgstr ""
 
-#: cp/pt.c:2239
+#: cp/tree.c:1782
 #, gcc-internal-format
-msgid " shadows template parm %q+#D"
+msgid "%qE attribute can only be applied to Java class definitions"
 msgstr ""
 
-#: cp/pt.c:2642
+#: cp/tree.c:1811
 #, gcc-internal-format
-msgid "template parameters not used in partial specialization:"
+msgid "%qE attribute can only be applied to class definitions"
 msgstr ""
 
-#: cp/pt.c:2646
+#: cp/tree.c:1817
 #, gcc-internal-format
-msgid "        %qD"
+msgid "%qE is obsolete; g++ vtables are now COM-compatible by default"
 msgstr ""
 
-#: cp/pt.c:2657
+#: cp/tree.c:1841
 #, gcc-internal-format
-msgid "partial specialization %qT does not specialize any template arguments"
+msgid "requested init_priority is not an integer constant"
 msgstr ""
 
-#: cp/pt.c:2682
+#: cp/tree.c:1862
 #, gcc-internal-format
-msgid "template argument %qE involves template parameter(s)"
+msgid ""
+"can only use %qE attribute on file-scope definitions of objects of class type"
 msgstr ""
 
-#: cp/pt.c:2726
+#: cp/tree.c:1870
 #, gcc-internal-format
-msgid "type %qT of template argument %qE depends on template parameter(s)"
+msgid "requested init_priority is out of range"
 msgstr ""
 
-#: cp/pt.c:2813
+#: cp/tree.c:1880
 #, gcc-internal-format
-msgid "no default argument for %qD"
+msgid "requested init_priority is reserved for internal use"
 msgstr ""
 
-#: cp/pt.c:2971
+#: cp/tree.c:1891
 #, gcc-internal-format
-msgid "template with C linkage"
+msgid "%qE attribute is not supported on this platform"
 msgstr ""
 
-#: cp/pt.c:2974
+#: cp/typeck.c:435 cp/typeck.c:449 cp/typeck.c:549
 #, gcc-internal-format
-msgid "template class without a name"
+msgid "%s between distinct pointer types %qT and %qT lacks a cast"
 msgstr ""
 
-#. [temp.mem]
-#.
-#. A destructor shall not be a member template.
-#: cp/pt.c:2982
+#: cp/typeck.c:511
 #, gcc-internal-format
-msgid "destructor %qD declared as member template"
+msgid ""
+"ISO C++ forbids %s between pointer of type %<void *%> and pointer-to-function"
 msgstr ""
 
-#. [basic.stc.dynamic.allocation]
-#.
-#. An allocation function can be a function
-#. template. ... Template allocation functions shall
-#. have two or more parameters.
-#: cp/pt.c:2997
+#: cp/typeck.c:569
 #, gcc-internal-format
-msgid "invalid template declaration of %qD"
+msgid "%s between distinct pointer-to-member types %qT and %qT lacks a cast"
 msgstr ""
 
-#: cp/pt.c:3078
+#: cp/typeck.c:1258
 #, gcc-internal-format
-msgid "%qD does not declare a template type"
+msgid "invalid application of %qs to a member function"
 msgstr ""
 
-#: cp/pt.c:3084
+#: cp/typeck.c:1293
 #, gcc-internal-format
-msgid "template definition of non-template %q#D"
+msgid "invalid application of %qs to a bit-field"
 msgstr ""
 
-#: cp/pt.c:3127
+#: cp/typeck.c:1298
 #, gcc-internal-format
-msgid "expected %d levels of template parms for %q#D, got %d"
+msgid "ISO C++ forbids applying %qs to an expression of function type"
 msgstr ""
 
-#: cp/pt.c:3139
+#: cp/typeck.c:1335
 #, gcc-internal-format
-msgid "got %d template parameters for %q#D"
+msgid "invalid use of non-static member function"
 msgstr ""
 
-#: cp/pt.c:3142
+#: cp/typeck.c:1502
 #, gcc-internal-format
-msgid "got %d template parameters for %q#T"
+msgid "deprecated conversion from string constant to %qT'"
 msgstr ""
 
-#: cp/pt.c:3144
+#: cp/typeck.c:1613 cp/typeck.c:1961
 #, gcc-internal-format
-msgid "  but %d required"
+msgid "request for member %qD in %qE, which is of non-class type %qT"
 msgstr ""
 
-#: cp/pt.c:3241
+#: cp/typeck.c:1640
 #, gcc-internal-format
-msgid "%qT is not a template type"
+msgid "invalid use of nonstatic data member %qE"
 msgstr ""
 
-#: cp/pt.c:3254
+#: cp/typeck.c:1692 cp/typeck.c:1720
 #, gcc-internal-format
-msgid "template specifiers not specified in declaration of %qD"
+msgid "invalid access to non-static data member %qD of NULL object"
 msgstr ""
 
-#: cp/pt.c:3264
+#: cp/typeck.c:1695 cp/typeck.c:1722
 #, gcc-internal-format
-msgid "previous declaration %q+D"
+msgid "(perhaps the %<offsetof%> macro was used incorrectly)"
 msgstr ""
 
-#: cp/pt.c:3265
+#: cp/typeck.c:1833
 #, gcc-internal-format
-msgid "used %d template parameter(s) instead of %d"
+msgid "qualified type %qT does not match destructor name ~%qT"
 msgstr ""
 
-#: cp/pt.c:3284
+#: cp/typeck.c:1839
 #, gcc-internal-format
-msgid "template parameter %q+#D"
+msgid "the type being destroyed is %qT, but the destructor refers to %qT"
 msgstr ""
 
-#: cp/pt.c:3285
+#: cp/typeck.c:2004
 #, gcc-internal-format
-msgid "redeclared here as %q#D"
+msgid "%<%D::%D%> is not a member of %qT"
 msgstr ""
 
-#. We have in [temp.param]:
-#.
-#. A template-parameter may not be given default arguments
-#. by two different declarations in the same scope.
-#: cp/pt.c:3295
+#: cp/typeck.c:2015
 #, gcc-internal-format
-msgid "redefinition of default argument for %q#D"
+msgid "%qT is not a base of %qT"
 msgstr ""
 
-#: cp/pt.c:3296
+#: cp/typeck.c:2034
 #, gcc-internal-format
-msgid "%J  original definition appeared here"
+msgid "%qD has no member named %qE"
 msgstr ""
 
-#: cp/pt.c:3392
+#: cp/typeck.c:2049
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because function %qD has "
-"not external linkage"
+msgid "%qD is not a member template function"
 msgstr ""
 
-#: cp/pt.c:3433
+#. A pointer to incomplete type (other than cv void) can be
+#. dereferenced [expr.unary.op]/1
+#: cp/typeck.c:2169
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because string literals "
-"can never be used in this context"
+msgid "%qT is not a pointer-to-object type"
 msgstr ""
 
-#: cp/pt.c:3508
+#: cp/typeck.c:2194
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because it is a non-"
-"constant expression"
+msgid "invalid use of %qs on pointer to member"
 msgstr ""
 
-#: cp/pt.c:3558
+#: cp/typeck.c:2200
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because it is not a "
-"constant pointer"
+msgid "invalid type argument"
 msgstr ""
 
-#: cp/pt.c:3578
+#: cp/typeck.c:2223
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because of conflicts in cv-"
-"qualification"
+msgid "subscript missing in array reference"
 msgstr ""
 
-#: cp/pt.c:3585
+#: cp/typeck.c:2305
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because it is not a lvalue"
+msgid "ISO C++ forbids subscripting non-lvalue array"
 msgstr ""
 
-#: cp/pt.c:3598
+#: cp/typeck.c:2316
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because object %qD has not "
-"external linkage"
+msgid "subscripting array declared %<register%>"
 msgstr ""
 
-#: cp/pt.c:3640
+#: cp/typeck.c:2399
 #, gcc-internal-format
-msgid ""
-"%qE is not a valid template argument for type %qT because it is a pointer"
+msgid "object missing in use of %qE"
 msgstr ""
 
-#: cp/pt.c:3642
+#: cp/typeck.c:2513
 #, gcc-internal-format
-msgid "try using %qE instead"
+msgid "ISO C++ forbids calling %<::main%> from within program"
 msgstr ""
 
-#: cp/pt.c:3677
+#: cp/typeck.c:2538
 #, gcc-internal-format
 msgid ""
-"%qE is not a valid template argument for type %qT because it is of type %qT"
+"must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>"
 msgstr ""
 
-#: cp/pt.c:3680
+#: cp/typeck.c:2552
 #, gcc-internal-format
-msgid "standard conversions are not allowed in this context"
+msgid "%qE cannot be used as a function"
 msgstr ""
 
-#: cp/pt.c:3849
+#: cp/typeck.c:2632
 #, gcc-internal-format
-msgid "to refer to a type member of a template parameter, use %<typename %E%>"
+msgid "too many arguments to %s %q+#D"
 msgstr ""
 
-#: cp/pt.c:3864 cp/pt.c:3883 cp/pt.c:3923
+#: cp/typeck.c:2633 cp/typeck.c:2735
 #, gcc-internal-format
-msgid "type/value mismatch at argument %d in template parameter list for %qD"
+msgid "at this point in file"
 msgstr ""
 
-#: cp/pt.c:3868
+#: cp/typeck.c:2636
 #, gcc-internal-format
-msgid "  expected a constant of type %qT, got %qT"
+msgid "too many arguments to function"
 msgstr ""
 
-#: cp/pt.c:3872
+#: cp/typeck.c:2670
 #, gcc-internal-format
-msgid "  expected a class template, got %qE"
+msgid "parameter %P of %qD has incomplete type %qT"
 msgstr ""
 
-#: cp/pt.c:3874
+#: cp/typeck.c:2673
 #, gcc-internal-format
-msgid "  expected a type, got %qE"
+msgid "parameter %P has incomplete type %qT"
 msgstr ""
 
-#: cp/pt.c:3887
+#: cp/typeck.c:2734
 #, gcc-internal-format
-msgid "  expected a type, got %qT"
+msgid "too few arguments to %s %q+#D"
 msgstr ""
 
-#: cp/pt.c:3889
+#: cp/typeck.c:2738
 #, gcc-internal-format
-msgid "  expected a class template, got %qT"
+msgid "too few arguments to function"
 msgstr ""
 
-#: cp/pt.c:3926
+#: cp/typeck.c:2886 cp/typeck.c:2896
 #, gcc-internal-format
-msgid "  expected a template of type %qD, got %qD"
+msgid "assuming cast to type %qT from overloaded function"
 msgstr ""
 
-#: cp/pt.c:3962
+#: cp/typeck.c:2964
 #, gcc-internal-format
-msgid "could not convert template argument %qE to %qT"
+msgid "division by zero in %<%E / 0%>"
 msgstr ""
 
-#: cp/pt.c:4001
+#: cp/typeck.c:2966
 #, gcc-internal-format
-msgid "wrong number of template arguments (%d, should be %d)"
+msgid "division by zero in %<%E / 0.%>"
 msgstr ""
 
-#: cp/pt.c:4005
+#: cp/typeck.c:3001
 #, gcc-internal-format
-msgid "provided for %q+D"
+msgid "division by zero in %<%E %% 0%>"
 msgstr ""
 
-#: cp/pt.c:4035
+#: cp/typeck.c:3003
 #, gcc-internal-format
-msgid "template argument %d is invalid"
+msgid "division by zero in %<%E %% 0.%>"
 msgstr ""
 
-#: cp/pt.c:4390
+#: cp/typeck.c:3083
 #, gcc-internal-format
-msgid "non-template type %qT used as a template"
+msgid "%s rotate count is negative"
 msgstr ""
 
-#: cp/pt.c:4392
+#: cp/typeck.c:3086
 #, gcc-internal-format
-msgid "for template declaration %q+D"
+msgid "%s rotate count >= width of type"
 msgstr ""
 
-#: cp/pt.c:5040
+#: cp/typeck.c:3120 cp/typeck.c:3125 cp/typeck.c:3221 cp/typeck.c:3226
 #, gcc-internal-format
-msgid ""
-"template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
-"to increase the maximum) instantiating %qD"
+msgid "ISO C++ forbids comparison between pointer and integer"
 msgstr ""
 
-#: cp/pt.c:5486
+#: cp/typeck.c:3240
 #, gcc-internal-format
-msgid "ambiguous class template instantiation for %q#T"
+msgid "unordered comparison on non-floating point argument"
 msgstr ""
 
-#: cp/pt.c:5492
+#: cp/typeck.c:3278
 #, gcc-internal-format
-msgid "%s %+#T"
+msgid "invalid operands of types %qT and %qT to binary %qO"
 msgstr ""
 
-#: cp/pt.c:6595
+#: cp/typeck.c:3442
 #, gcc-internal-format
-msgid "instantiation of %q+D as type %qT"
+msgid "comparison between types %q#T and %q#T"
 msgstr ""
 
-#: cp/pt.c:6774
+#: cp/typeck.c:3478
 #, gcc-internal-format
-msgid "invalid parameter type %qT"
+msgid "comparison between signed and unsigned integer expressions"
 msgstr ""
 
-#: cp/pt.c:6776
+#. Some sort of arithmetic operation involving NULL was
+#. performed.  Note that pointer-difference and pointer-addition
+#. have already been handled above, and so we don't end up here in
+#. that case.
+#: cp/typeck.c:3557
 #, gcc-internal-format
-msgid "in declaration %q+D"
+msgid "NULL used in arithmetic"
 msgstr ""
 
-#: cp/pt.c:6849
+#: cp/typeck.c:3615
 #, gcc-internal-format
-msgid "function returning an array"
+msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
 msgstr ""
 
-#: cp/pt.c:6851
+#: cp/typeck.c:3617
 #, gcc-internal-format
-msgid "function returning a function"
+msgid "ISO C++ forbids using pointer to a function in subtraction"
 msgstr ""
 
-#: cp/pt.c:6878
+#: cp/typeck.c:3619
 #, gcc-internal-format
-msgid "creating pointer to member function of non-class type %qT"
+msgid "ISO C++ forbids using pointer to a method in subtraction"
 msgstr ""
 
-#: cp/pt.c:7046
+#: cp/typeck.c:3631
 #, gcc-internal-format
-msgid "creating array with size zero"
+msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
 msgstr ""
 
-#: cp/pt.c:7060
+#: cp/typeck.c:3691
 #, gcc-internal-format
-msgid "creating array with size zero (%qE)"
+msgid "invalid use of %qE to form a pointer-to-member-function"
 msgstr ""
 
-#: cp/pt.c:7277
+#: cp/typeck.c:3694
 #, gcc-internal-format
-msgid "forming reference to void"
+msgid "  a qualified-id is required"
 msgstr ""
 
-#: cp/pt.c:7279
+#: cp/typeck.c:3699
 #, gcc-internal-format
-msgid "forming %s to reference type %qT"
+msgid ""
+"parenthesis around %qE cannot be used to form a pointer-to-member-function"
 msgstr ""
 
-#: cp/pt.c:7316
+#: cp/typeck.c:3722
 #, gcc-internal-format
-msgid "creating pointer to member of non-class type %qT"
+msgid "taking address of temporary"
 msgstr ""
 
-#: cp/pt.c:7322
+#: cp/typeck.c:3966
 #, gcc-internal-format
-msgid "creating pointer to member reference type %qT"
+msgid "ISO C++ forbids %sing an enum"
 msgstr ""
 
-#: cp/pt.c:7328
+#: cp/typeck.c:3977
 #, gcc-internal-format
-msgid "creating pointer to member of type void"
+msgid "cannot %s a pointer to incomplete type %qT"
 msgstr ""
 
-#: cp/pt.c:7395
+#: cp/typeck.c:3983
 #, gcc-internal-format
-msgid "creating array of %qT"
+msgid "ISO C++ forbids %sing a pointer of type %qT"
 msgstr ""
 
-#: cp/pt.c:7401
+#: cp/typeck.c:4008
 #, gcc-internal-format
-msgid "creating array of %qT, which is an abstract class type"
+msgid "cast to non-reference type used as lvalue"
 msgstr ""
 
-#: cp/pt.c:7445
+#: cp/typeck.c:4043
 #, gcc-internal-format
-msgid "%qT is not a class, struct, or union type"
+msgid "invalid use of %<--%> on bool variable %qD"
 msgstr ""
 
-#: cp/pt.c:7480
+#. ARM $3.4
+#: cp/typeck.c:4072
 #, gcc-internal-format
-msgid "%qT resolves to %qT, which is not an enumeration type"
+msgid "ISO C++ forbids taking address of function %<::main%>"
 msgstr ""
 
-#: cp/pt.c:7483
+#. An expression like &memfn.
+#: cp/typeck.c:4126
 #, gcc-internal-format
-msgid "%qT resolves to %qT, which is is not a class type"
+msgid ""
+"ISO C++ forbids taking the address of an unqualified or parenthesized non-"
+"static member function to form a pointer to member function.  Say %<&%T::%D%>"
 msgstr ""
 
-#: cp/pt.c:7544
+#: cp/typeck.c:4131
 #, gcc-internal-format
-msgid "use of %qs in template"
+msgid ""
+"ISO C++ forbids taking the address of a bound member function to form a "
+"pointer to member function.  Say %<&%T::%D%>"
 msgstr ""
 
-#: cp/pt.c:7669
+#: cp/typeck.c:4159
 #, gcc-internal-format
-msgid ""
-"dependent-name %qE is parsed as a non-type, but instantiation yields a type"
+msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
 msgstr ""
 
-#: cp/pt.c:7671
+#: cp/typeck.c:4179
 #, gcc-internal-format
-msgid "say %<typename %E%> if a type is meant"
+msgid "cannot create pointer to reference member %qD"
 msgstr ""
 
-#: cp/pt.c:7791
+#: cp/typeck.c:4393
 #, gcc-internal-format
-msgid "using invalid field %qD"
+msgid "cannot take the address of %<this%>, which is an rvalue expression"
 msgstr ""
 
-#: cp/pt.c:8840
+#: cp/typeck.c:4416
 #, gcc-internal-format
-msgid "%qT is not a class or namespace"
+msgid "address of explicit register variable %qD requested"
 msgstr ""
 
-#: cp/pt.c:8843
+#: cp/typeck.c:4421
 #, gcc-internal-format
-msgid "%qD is not a class or namespace"
+msgid "address requested for %qD, which is declared %<register%>"
 msgstr ""
 
-#: cp/pt.c:8991
+#: cp/typeck.c:4487
 #, gcc-internal-format
-msgid "%qT is/uses anonymous type"
+msgid "%s expression list treated as compound expression"
 msgstr ""
 
-#: cp/pt.c:8993
+#: cp/typeck.c:4881
 #, gcc-internal-format
-msgid "%qT uses local type %qT"
+msgid "invalid static_cast from type %qT to type %qT"
 msgstr ""
 
-#: cp/pt.c:9002
+#: cp/typeck.c:4903
 #, gcc-internal-format
-msgid "%qT is a variably modified type"
+msgid "converting from %qT to %qT"
 msgstr ""
 
-#: cp/pt.c:9013
+#: cp/typeck.c:4948
 #, gcc-internal-format
-msgid "integral expression %qE is not constant"
+msgid "invalid cast of an rvalue expression of type %qT to type %qT"
 msgstr ""
 
-#: cp/pt.c:9018
+#: cp/typeck.c:5007
 #, gcc-internal-format
-msgid "  trying to instantiate %qD"
+msgid "cast from %qT to %qT loses precision"
 msgstr ""
 
-#: cp/pt.c:10958 cp/pt.c:11029
+#: cp/typeck.c:5032
 #, gcc-internal-format
-msgid "explicit instantiation of non-template %q#D"
+msgid "cast from %qT to %qT increases required alignment of target type"
 msgstr ""
 
-#: cp/pt.c:10974 cp/pt.c:11024
+#. Only issue a warning, as we have always supported this
+#. where possible, and it is necessary in some cases.  DR 195
+#. addresses this issue, but as of 2004/10/26 is still in
+#. drafting.
+#: cp/typeck.c:5046
 #, gcc-internal-format
-msgid "no matching template for %qD found"
+msgid ""
+"ISO C++ forbids casting between pointer-to-function and pointer-to-object"
 msgstr ""
 
-#: cp/pt.c:10980
+#: cp/typeck.c:5057
 #, gcc-internal-format
-msgid "explicit instantiation of %q#D"
+msgid "invalid cast from type %qT to type %qT"
 msgstr ""
 
-#: cp/pt.c:11016
+#: cp/typeck.c:5113
 #, gcc-internal-format
-msgid "duplicate explicit instantiation of %q#D"
+msgid ""
+"invalid use of const_cast with type %qT, which is not a pointer, reference, "
+"nor a pointer-to-data-member type"
 msgstr ""
 
-#: cp/pt.c:11038
+#: cp/typeck.c:5122
 #, gcc-internal-format
-msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
+msgid ""
+"invalid use of const_cast with type %qT, which is a pointer or reference to "
+"a function type"
 msgstr ""
 
-#: cp/pt.c:11043 cp/pt.c:11136
+#: cp/typeck.c:5144
 #, gcc-internal-format
-msgid "storage class %qD applied to template instantiation"
+msgid "invalid const_cast of an rvalue of type %qT to type %qT"
 msgstr ""
 
-#: cp/pt.c:11108
+#: cp/typeck.c:5195
 #, gcc-internal-format
-msgid "explicit instantiation of non-template type %qT"
+msgid "invalid const_cast from type %qT to type %qT"
 msgstr ""
 
-#: cp/pt.c:11117
+#: cp/typeck.c:5263 cp/typeck.c:5268
 #, gcc-internal-format
-msgid "explicit instantiation of %q#T before definition of template"
+msgid "ISO C++ forbids casting to an array type %qT"
 msgstr ""
 
-#: cp/pt.c:11125
+#: cp/typeck.c:5276
 #, gcc-internal-format
-msgid "ISO C++ forbids the use of %qE on explicit instantiations"
+msgid "invalid cast to function type %qT"
 msgstr ""
 
-#: cp/pt.c:11170
+#: cp/typeck.c:5492
 #, gcc-internal-format
-msgid "duplicate explicit instantiation of %q#T"
+msgid "  in evaluation of %<%Q(%#T, %#T)%>"
 msgstr ""
 
-#: cp/pt.c:11570
+#: cp/typeck.c:5561
 #, gcc-internal-format
-msgid "explicit instantiation of %qD but no definition available"
+msgid "incompatible types in assignment of %qT to %qT"
 msgstr ""
 
-#: cp/pt.c:11715
+#: cp/typeck.c:5568
 #, gcc-internal-format
-msgid ""
-"template instantiation depth exceeds maximum of %d instantiating %q+D, "
-"possibly from virtual table generation (use -ftemplate-depth-NN to increase "
-"the maximum)"
+msgid "ISO C++ forbids assignment of arrays"
 msgstr ""
 
-#: cp/pt.c:11985
+#: cp/typeck.c:5688
 #, gcc-internal-format
-msgid "%q#T is not a valid type for a template constant parameter"
+msgid "   in pointer to member function conversion"
 msgstr ""
 
-#: cp/repo.c:112
+#: cp/typeck.c:5699 cp/typeck.c:5725
 #, gcc-internal-format
-msgid "-frepo must be used with -c"
+msgid "pointer to member cast via virtual base %qT"
 msgstr ""
 
-#: cp/repo.c:200
+#: cp/typeck.c:5702
 #, gcc-internal-format
-msgid "mysterious repository information in %s"
+msgid "pointer to member conversion via virtual base %qT"
 msgstr ""
 
-#: cp/repo.c:214
+#: cp/typeck.c:5711
 #, gcc-internal-format
-msgid "can't create repository information file %qs"
+msgid "   in pointer to member conversion"
 msgstr ""
 
-#: cp/rtti.c:270
+#: cp/typeck.c:5801
 #, gcc-internal-format
-msgid "cannot use typeid with -fno-rtti"
+msgid "invalid conversion to type %qT from type %qT"
 msgstr ""
 
-#: cp/rtti.c:276
+#: cp/typeck.c:6045
 #, gcc-internal-format
-msgid "must #include <typeinfo> before using typeid"
+msgid "cannot convert %qT to %qT for argument %qP to %qD"
 msgstr ""
 
-#: cp/rtti.c:348
+#: cp/typeck.c:6048
 #, gcc-internal-format
-msgid ""
-"cannot create type information for type %qT because its size is variable"
+msgid "cannot convert %qT to %qT in %s"
 msgstr ""
 
-#: cp/rtti.c:598 cp/rtti.c:612
+#: cp/typeck.c:6059
 #, gcc-internal-format
-msgid "dynamic_cast of %q#D to %q#T can never succeed"
+msgid "%s might be a candidate for a format attribute"
 msgstr ""
 
-#: cp/rtti.c:691
+#: cp/typeck.c:6132 cp/typeck.c:6134
 #, gcc-internal-format
-msgid "cannot dynamic_cast %qE (of type %q#T) to type %q#T (%s)"
+msgid "in passing argument %P of %q+D"
 msgstr ""
 
-#: cp/search.c:257
+#: cp/typeck.c:6184
 #, gcc-internal-format
-msgid "%qT is an ambiguous base of %qT"
+msgid "returning reference to temporary"
 msgstr ""
 
-#: cp/search.c:275
+#: cp/typeck.c:6191
 #, gcc-internal-format
-msgid "%qT is an inaccessible base of %qT"
+msgid "reference to non-lvalue returned"
 msgstr ""
 
-#: cp/search.c:1842
+#: cp/typeck.c:6203
 #, gcc-internal-format
-msgid "deprecated covariant return type for %q+#D"
+msgid "reference to local variable %q+D returned"
 msgstr ""
 
-#: cp/search.c:1844 cp/search.c:1859 cp/search.c:1864
+#: cp/typeck.c:6206
 #, gcc-internal-format
-msgid "  overriding %q+#D"
+msgid "address of local variable %q+D returned"
 msgstr ""
 
-#: cp/search.c:1858
+#: cp/typeck.c:6240
 #, gcc-internal-format
-msgid "invalid covariant return type for %q+#D"
+msgid "returning a value from a destructor"
 msgstr ""
 
-#: cp/search.c:1863
+#. If a return statement appears in a handler of the
+#. function-try-block of a constructor, the program is ill-formed.
+#: cp/typeck.c:6248
 #, gcc-internal-format
-msgid "conflicting return type specified for %q+#D"
+msgid "cannot return from a handler of a function-try-block of a constructor"
 msgstr ""
 
-#: cp/search.c:1873
+#. You can't return a value from a constructor.
+#: cp/typeck.c:6251
 #, gcc-internal-format
-msgid "looser throw specifier for %q+#F"
+msgid "returning a value from a constructor"
 msgstr ""
 
-#: cp/search.c:1874
+#: cp/typeck.c:6274
 #, gcc-internal-format
-msgid "  overriding %q+#F"
+msgid "return-statement with no value, in function returning %qT"
 msgstr ""
 
-#. A static member function cannot match an inherited
-#. virtual member function.
-#: cp/search.c:1967
+#: cp/typeck.c:6295
 #, gcc-internal-format
-msgid "%q+#D cannot be declared"
+msgid "return-statement with a value, in function returning 'void'"
 msgstr ""
 
-#: cp/search.c:1968
+#: cp/typeck.c:6326
 #, gcc-internal-format
-msgid "  since %q+#D declared in base class"
+msgid ""
+"%<operator new%> must not return NULL unless it is declared %<throw()%> (or -"
+"fcheck-new is in effect)"
 msgstr ""
 
-#: cp/semantics.c:1228
+#: cp/typeck2.c:54
 #, gcc-internal-format
-msgid "type of asm operand %qE could not be determined"
+msgid "type %qT is not a base type for type %qT"
 msgstr ""
 
-#: cp/semantics.c:1347
+#: cp/typeck2.c:294
 #, gcc-internal-format
-msgid "invalid use of member %q+D in static member function"
+msgid "cannot declare variable %q+D to be of abstract type %qT"
 msgstr ""
 
-#: cp/semantics.c:1349
+#: cp/typeck2.c:297
 #, gcc-internal-format
-msgid "invalid use of non-static data member %q+D"
+msgid "cannot declare parameter %q+D to be of abstract type %qT"
 msgstr ""
 
-#: cp/semantics.c:1350 cp/semantics.c:1389
+#: cp/typeck2.c:300
 #, gcc-internal-format
-msgid "from this location"
+msgid "cannot declare field %q+D to be of abstract type %qT"
 msgstr ""
 
-#: cp/semantics.c:1388
+#: cp/typeck2.c:304
 #, gcc-internal-format
-msgid "object missing in reference to %q+D"
+msgid "invalid abstract return type for member function %q+#D"
 msgstr ""
 
-#: cp/semantics.c:1830
+#: cp/typeck2.c:306
 #, gcc-internal-format
-msgid "arguments to destructor are not allowed"
+msgid "invalid abstract return type for function %q+#D"
 msgstr ""
 
-#: cp/semantics.c:1881
+#. Here we do not have location information.
+#: cp/typeck2.c:309
 #, gcc-internal-format
-msgid "%<this%> is unavailable for static member functions"
+msgid "invalid abstract type %qT for %qE"
 msgstr ""
 
-#: cp/semantics.c:1887
+#: cp/typeck2.c:311
 #, gcc-internal-format
-msgid "invalid use of %<this%> in non-member function"
+msgid "invalid abstract type for %q+D"
 msgstr ""
 
-#: cp/semantics.c:1889
+#: cp/typeck2.c:314
 #, gcc-internal-format
-msgid "invalid use of %<this%> at top level"
+msgid "cannot allocate an object of abstract type %qT"
 msgstr ""
 
-#: cp/semantics.c:1913
+#: cp/typeck2.c:322
 #, gcc-internal-format
-msgid "invalid qualifying scope in pseudo-destructor name"
+msgid "%J  because the following virtual functions are pure within %qT:"
 msgstr ""
 
-#: cp/semantics.c:1933
+#: cp/typeck2.c:326
 #, gcc-internal-format
-msgid "%qE is not of type %qT"
+msgid "\t%+#D"
 msgstr ""
 
-#: cp/semantics.c:2033
+#: cp/typeck2.c:333
 #, gcc-internal-format
-msgid "template type parameters must use the keyword %<class%> or %<typename%>"
+msgid "%J  since type %qT has pure virtual functions"
 msgstr ""
 
-#: cp/semantics.c:2077
+#: cp/typeck2.c:588
 #, gcc-internal-format
-msgid ""
-"invalid use of type %qT as a default value for a template template-parameter"
+msgid "constructor syntax used, but no constructor declared for type %qT"
 msgstr ""
 
-#: cp/semantics.c:2080
+#: cp/typeck2.c:602
 #, gcc-internal-format
-msgid "invalid use of %qD as a default value for a template template-parameter"
+msgid "cannot initialize arrays using this syntax"
 msgstr ""
 
-#: cp/semantics.c:2084
+#: cp/typeck2.c:678
 #, gcc-internal-format
-msgid "invalid default argument for a template template parameter"
+msgid "int-array initialized from non-wide string"
 msgstr ""
 
-#: cp/semantics.c:2101
+#: cp/typeck2.c:718
 #, gcc-internal-format
-msgid "definition of %q#T inside template parameter list"
+msgid "cannot initialize aggregate of type %qT with a compound literal"
 msgstr ""
 
-#: cp/semantics.c:2112
+#: cp/typeck2.c:792 cp/typeck2.c:890
 #, gcc-internal-format
-msgid "invalid definition of qualified type %qT"
+msgid "non-trivial designated initializers not supported"
 msgstr ""
 
-#: cp/semantics.c:2314
+#: cp/typeck2.c:912 cp/typeck2.c:926
 #, gcc-internal-format
-msgid "invalid base-class specification"
+msgid "missing initializer for member %qD"
 msgstr ""
 
-#: cp/semantics.c:2323
+#: cp/typeck2.c:917
 #, gcc-internal-format
-msgid "base class %qT has cv qualifiers"
+msgid "uninitialized const member %qD"
 msgstr ""
 
-#: cp/semantics.c:2345
+#: cp/typeck2.c:919
 #, gcc-internal-format
-msgid "incomplete type %qT used in nested name specifier"
+msgid "member %qD with uninitialized const fields"
 msgstr ""
 
-#: cp/semantics.c:2348
+#: cp/typeck2.c:921
 #, gcc-internal-format
-msgid "reference to %<%T::%D%> is ambiguous"
+msgid "member %qD is uninitialized reference"
 msgstr ""
 
-#: cp/semantics.c:2352 cp/typeck.c:1636
+#: cp/typeck2.c:976
 #, gcc-internal-format
-msgid "%qD is not a member of %qT"
+msgid "no field %qD found in union being initialized"
 msgstr ""
 
-#: cp/semantics.c:2355
+#: cp/typeck2.c:985
 #, gcc-internal-format
-msgid "%qD is not a member of %qD"
+msgid "index value instead of field name in union initializer"
 msgstr ""
 
-#: cp/semantics.c:2484
+#: cp/typeck2.c:998
 #, gcc-internal-format
-msgid ""
-"template parameter %qD of type %qT is not allowed in an integral constant "
-"expression because it is not of integral or enumeration type"
+msgid "union %qT with no named members cannot be initialized"
 msgstr ""
 
-#: cp/semantics.c:2638
+#: cp/typeck2.c:1145
 #, gcc-internal-format
-msgid "%qD cannot appear in a constant-expression"
+msgid "circular pointer delegation detected"
 msgstr ""
 
-#: cp/semantics.c:2646
+#: cp/typeck2.c:1158
 #, gcc-internal-format
-msgid "use of namespace %qD as expression"
+msgid "base operand of %<->%> has non-pointer type %qT"
 msgstr ""
 
-#: cp/semantics.c:2651
+#: cp/typeck2.c:1182
 #, gcc-internal-format
-msgid "use of class template %qT as expression"
+msgid "result of %<operator->()%> yields non-pointer result"
 msgstr ""
 
-#. Ambiguous reference to base members.
-#: cp/semantics.c:2657
+#: cp/typeck2.c:1184
 #, gcc-internal-format
-msgid "request for member %qD is ambiguous in multiple inheritance lattice"
+msgid "base operand of %<->%> is not a pointer"
 msgstr ""
 
-#: cp/semantics.c:2731
+#: cp/typeck2.c:1208
 #, gcc-internal-format
-msgid "use of %<auto%> variable from containing function"
+msgid "%qE cannot be used as a member pointer, since it is of type %qT"
 msgstr ""
 
-#: cp/semantics.c:2732
+#: cp/typeck2.c:1217
 #, gcc-internal-format
-msgid "use of parameter from containing function"
+msgid ""
+"cannot apply member pointer %qE to %qE, which is of non-aggregate type %qT"
 msgstr ""
 
-#: cp/semantics.c:2733
+#: cp/typeck2.c:1239
 #, gcc-internal-format
-msgid "  %q+#D declared here"
+msgid "pointer to member type %qT incompatible with object type %qT"
 msgstr ""
 
-#: cp/semantics.c:2778
+#: cp/typeck2.c:1462
 #, gcc-internal-format
-msgid "type of %qE is unknown"
+msgid "call to function %qD which throws incomplete type %q#T"
 msgstr ""
 
-#: cp/tree.c:559
+#: cp/typeck2.c:1465
 #, gcc-internal-format
-msgid "%qV qualifiers cannot be applied to %qT"
+msgid "call to function which throws incomplete type %q#T"
 msgstr ""
 
-#: cp/tree.c:1761
+#: fortran/f95-lang.c:263
 #, gcc-internal-format
-msgid "%qE attribute can only be applied to Java class definitions"
+msgid "Unexpected type in truthvalue_conversion"
 msgstr ""
 
-#: cp/tree.c:1790
+#: fortran/f95-lang.c:316
 #, gcc-internal-format
-msgid "%qE attribute can only be applied to class definitions"
+msgid "can't open input file: %s"
 msgstr ""
 
-#: cp/tree.c:1796
+#: fortran/f95-lang.c:643
 #, gcc-internal-format
-msgid "%qE is obsolete; g++ vtables are now COM-compatible by default"
+msgid "global register variable %qs used in nested function"
 msgstr ""
 
-#: cp/tree.c:1820
+#: fortran/f95-lang.c:647
 #, gcc-internal-format
-msgid "requested init_priority is not an integer constant"
+msgid "register variable %qs used in nested function"
 msgstr ""
 
-#: cp/tree.c:1841
+#: fortran/f95-lang.c:654
 #, gcc-internal-format
-msgid ""
-"can only use %qE attribute on file-scope definitions of objects of class type"
+msgid "address of global register variable %qs requested"
 msgstr ""
 
-#: cp/tree.c:1849
+#: fortran/f95-lang.c:672
 #, gcc-internal-format
-msgid "requested init_priority is out of range"
+msgid "address of register variable %qs requested"
 msgstr ""
 
-#: cp/tree.c:1859
+#: fortran/trans-array.c:3052
 #, gcc-internal-format
-msgid "requested init_priority is reserved for internal use"
+msgid "Possible frontend bug: array constructor not expanded"
 msgstr ""
 
-#: cp/tree.c:1870
+#: fortran/trans-array.c:4172
 #, gcc-internal-format
-msgid "%qE attribute is not supported on this platform"
+msgid ""
+"Possible frontend bug: Deferred array size without pointer or allocatable "
+"attribute."
 msgstr ""
 
-#: cp/typeck.c:429 cp/typeck.c:443 cp/typeck.c:543
+#: fortran/trans-array.c:4621
 #, gcc-internal-format
-msgid "%s between distinct pointer types %qT and %qT lacks a cast"
+msgid "bad expression type during walk (%d)"
 msgstr ""
 
-#: cp/typeck.c:505
+#: fortran/trans-const.c:334
 #, gcc-internal-format
-msgid ""
-"ISO C++ forbids %s between pointer of type %<void *%> and pointer-to-function"
+msgid "gfc_conv_constant_to_tree(): invalid type: %s"
 msgstr ""
 
-#: cp/typeck.c:563
+#: fortran/trans-decl.c:879
 #, gcc-internal-format
-msgid "%s between distinct pointer-to-member types %qT and %qT lacks a cast"
+msgid "intrinsic variable which isn't a procedure"
 msgstr ""
 
-#: cp/typeck.c:1252
+#: fortran/trans-decl.c:2250
 #, gcc-internal-format
-msgid "invalid application of %qs to a member function"
+msgid "Function does not return a value"
 msgstr ""
 
-#: cp/typeck.c:1287
+#. I don't think this should ever happen.
+#: fortran/trans-decl.c:2355
 #, gcc-internal-format
-msgid "invalid application of %qs to a bit-field"
+msgid "module symbol %s in wrong namespace"
 msgstr ""
 
-#: cp/typeck.c:1292
+#: fortran/trans-decl.c:2373
 #, gcc-internal-format
-msgid "ISO C++ forbids applying %qs to an expression of function type"
+msgid "backend decl for module variable %s already exists"
 msgstr ""
 
-#: cp/typeck.c:1329
+#: fortran/trans-decl.c:2455
 #, gcc-internal-format
-msgid "invalid use of non-static member function"
+msgid "unused parameter %qs"
 msgstr ""
 
-#: cp/typeck.c:1496
+#: fortran/trans-decl.c:2460
 #, gcc-internal-format
-msgid "deprecated conversion from string constant to %qT'"
+msgid "unused variable %qs"
 msgstr ""
 
-#: cp/typeck.c:1607 cp/typeck.c:1901
+#: fortran/trans-decl.c:2647
 #, gcc-internal-format
-msgid "request for member %qD in %qE, which is of non-class type %qT"
+msgid "Function return value not set"
 msgstr ""
 
-#: cp/typeck.c:1634
+#: fortran/trans-expr.c:1027
 #, gcc-internal-format
-msgid "invalid use of nonstatic data member %qE"
+msgid "Unknown intrinsic op"
 msgstr ""
 
-#: cp/typeck.c:1686 cp/typeck.c:1714
+#: fortran/trans-intrinsic.c:637
 #, gcc-internal-format
-msgid "invalid access to non-static data member %qD of NULL object"
+msgid "Intrinsic function %s(%d) not recognized"
 msgstr ""
 
-#: cp/typeck.c:1689 cp/typeck.c:1716
+#: fortran/trans-io.c:1584
 #, gcc-internal-format
-msgid "(perhaps the %<offsetof%> macro was used incorrectly)"
+msgid "Bad IO basetype (%d)"
 msgstr ""
 
-#: cp/typeck.c:1827
+#: fortran/trans-types.c:213
 #, gcc-internal-format
-msgid "qualified type %qT does not match destructor name ~%qT"
+msgid "integer kind=8 not available for -fdefault-integer-8 option"
 msgstr ""
 
-#: cp/typeck.c:1833
+#: fortran/trans-types.c:225
 #, gcc-internal-format
-msgid "the type being destroyed is %qT, but the destructor refers to %qT"
+msgid "real kind=8 not available for -fdefault-real-8 option"
 msgstr ""
 
-#: cp/typeck.c:1947
+#: fortran/trans-types.c:238
 #, gcc-internal-format
-msgid "%<%D::%D%> is not a member of %qT"
+msgid "Use of -fdefault-double-8 requires -fdefault-real-8"
 msgstr ""
 
-#: cp/typeck.c:1958
+#: fortran/trans-types.c:950
 #, gcc-internal-format
-msgid "%qT is not a base of %qT"
+msgid "Array element size too big"
 msgstr ""
 
-#: cp/typeck.c:1977
+#: fortran/trans.c:625
 #, gcc-internal-format
-msgid "%qD has no member named %qE"
+msgid "gfc_trans_code(): Bad statement code"
 msgstr ""
 
-#: cp/typeck.c:1992
+#. I changed this from sorry(...) because it should not return.
+#. TODO: Remove gfc_todo_error before releasing version 1.0.
+#: fortran/trans.h:576
 #, gcc-internal-format
-msgid "%qD is not a member template function"
+msgid "gfc_todo: Not Implemented: "
 msgstr ""
 
-#. A pointer to incomplete type (other than cv void) can be
-#. dereferenced [expr.unary.op]/1
-#: cp/typeck.c:2099
+#: java/check-init.c:248
 #, gcc-internal-format
-msgid "%qT is not a pointer-to-object type"
+msgid "Can't reassign a value to the final variable %qs"
 msgstr ""
 
-#: cp/typeck.c:2124
+#: java/check-init.c:518 java/check-init.c:531
 #, gcc-internal-format
-msgid "invalid use of %qs on pointer to member"
+msgid "variable %qD may not have been initialized"
 msgstr ""
 
-#: cp/typeck.c:2130
+#: java/check-init.c:948
 #, gcc-internal-format
-msgid "invalid type argument"
+msgid "internal error in check-init: tree code not implemented: %s"
 msgstr ""
 
-#: cp/typeck.c:2153
+#: java/check-init.c:1021
 #, gcc-internal-format
-msgid "subscript missing in array reference"
+msgid "%Jfinal field %qD may not have been initialized"
 msgstr ""
 
-#: cp/typeck.c:2235
+#: java/class.c:757
 #, gcc-internal-format
-msgid "ISO C++ forbids subscripting non-lvalue array"
+msgid "bad method signature"
 msgstr ""
 
-#: cp/typeck.c:2246
+#: java/class.c:802
 #, gcc-internal-format
-msgid "subscripting array declared %<register%>"
+msgid "misplaced ConstantValue attribute (not in any field)"
 msgstr ""
 
-#: cp/typeck.c:2329
+#: java/class.c:805
 #, gcc-internal-format
-msgid "object missing in use of %qE"
+msgid "duplicate ConstantValue attribute for field '%s'"
 msgstr ""
 
-#: cp/typeck.c:2443
+#: java/class.c:816
 #, gcc-internal-format
-msgid "ISO C++ forbids calling %<::main%> from within program"
+msgid "ConstantValue attribute of field '%s' has wrong type"
 msgstr ""
 
-#: cp/typeck.c:2468
+#: java/class.c:1444
 #, gcc-internal-format
-msgid ""
-"must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>"
+msgid "%Jabstract method in non-abstract class"
 msgstr ""
 
-#: cp/typeck.c:2482
+#: java/class.c:2374
 #, gcc-internal-format
-msgid "%qE cannot be used as a function"
+msgid "non-static method %q+D overrides static method"
 msgstr ""
 
-#: cp/typeck.c:2562
+#: java/decl.c:1313
 #, gcc-internal-format
-msgid "too many arguments to %s %q+#D"
+msgid "%q+D used prior to declaration"
 msgstr ""
 
-#: cp/typeck.c:2563 cp/typeck.c:2665
+#: java/decl.c:1354
 #, gcc-internal-format
-msgid "at this point in file"
+msgid "declaration of %qs shadows a parameter"
 msgstr ""
 
-#: cp/typeck.c:2566
+#: java/decl.c:1357
 #, gcc-internal-format
-msgid "too many arguments to function"
+msgid "declaration of %qs shadows a symbol from the parameter list"
 msgstr ""
 
-#: cp/typeck.c:2600
+#: java/decl.c:1818
 #, gcc-internal-format
-msgid "parameter %P of %qD has incomplete type %qT"
+msgid "In %+D: overlapped variable and exception ranges at %d"
 msgstr ""
 
-#: cp/typeck.c:2603
+#: java/decl.c:1881
 #, gcc-internal-format
-msgid "parameter %P has incomplete type %qT"
+msgid "bad type in parameter debug info"
 msgstr ""
 
-#: cp/typeck.c:2664
+#: java/decl.c:1890
 #, gcc-internal-format
-msgid "too few arguments to %s %q+#D"
+msgid "bad PC range for debug info for local %q+D"
 msgstr ""
 
-#: cp/typeck.c:2668
+#: java/expr.c:369
 #, gcc-internal-format
-msgid "too few arguments to function"
+msgid "need to insert runtime check for %s"
 msgstr ""
 
-#: cp/typeck.c:2816 cp/typeck.c:2826
+#: java/expr.c:498 java/expr.c:545
 #, gcc-internal-format
-msgid "assuming cast to type %qT from overloaded function"
+msgid "assert: %s is assign compatible with %s"
 msgstr ""
 
-#: cp/typeck.c:2894
+#: java/expr.c:665
 #, gcc-internal-format
-msgid "division by zero in %<%E / 0%>"
+msgid "stack underflow - dup* operation"
 msgstr ""
 
-#: cp/typeck.c:2896
+#: java/expr.c:1651
 #, gcc-internal-format
-msgid "division by zero in %<%E / 0.%>"
+msgid "reference %qs is ambiguous: appears in interface %qs and interface %qs"
 msgstr ""
 
-#: cp/typeck.c:2931
+#: java/expr.c:1679
 #, gcc-internal-format
-msgid "division by zero in %<%E %% 0%>"
+msgid "field %qs not found"
 msgstr ""
 
-#: cp/typeck.c:2933
+#: java/expr.c:2058
 #, gcc-internal-format
-msgid "division by zero in %<%E %% 0.%>"
+msgid "method '%s' not found in class"
 msgstr ""
 
-#: cp/typeck.c:3013
+#: java/expr.c:2263
 #, gcc-internal-format
-msgid "%s rotate count is negative"
+msgid "failed to find class '%s'"
 msgstr ""
 
-#: cp/typeck.c:3016
+#: java/expr.c:2292
 #, gcc-internal-format
-msgid "%s rotate count >= width of type"
+msgid "class '%s' has no method named '%s' matching signature '%s'"
 msgstr ""
 
-#: cp/typeck.c:3050 cp/typeck.c:3055 cp/typeck.c:3151 cp/typeck.c:3156
+#: java/expr.c:2323
 #, gcc-internal-format
-msgid "ISO C++ forbids comparison between pointer and integer"
+msgid "invokestatic on non static method"
 msgstr ""
 
-#: cp/typeck.c:3170
+#: java/expr.c:2328
 #, gcc-internal-format
-msgid "unordered comparison on non-floating point argument"
+msgid "invokestatic on abstract method"
 msgstr ""
 
-#: cp/typeck.c:3208
+#: java/expr.c:2336
 #, gcc-internal-format
-msgid "invalid operands of types %qT and %qT to binary %qO"
+msgid "invoke[non-static] on static method"
 msgstr ""
 
-#: cp/typeck.c:3372
+#: java/expr.c:2653
 #, gcc-internal-format
-msgid "comparison between types %q#T and %q#T"
+msgid "missing field '%s' in '%s'"
 msgstr ""
 
-#: cp/typeck.c:3408
+#: java/expr.c:2660
 #, gcc-internal-format
-msgid "comparison between signed and unsigned integer expressions"
+msgid "mismatching signature for field '%s' in '%s'"
 msgstr ""
 
-#. Some sort of arithmetic operation involving NULL was
-#. performed.  Note that pointer-difference and pointer-addition
-#. have already been handled above, and so we don't end up here in
-#. that case.
-#: cp/typeck.c:3487
+#: java/expr.c:2683
 #, gcc-internal-format
-msgid "NULL used in arithmetic"
+msgid "assignment to final field %q+D not in field's class"
 msgstr ""
 
-#: cp/typeck.c:3545
+#: java/expr.c:2688
 #, gcc-internal-format
-msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
+msgid "assignment to final static field %q+D not in class initializer"
 msgstr ""
 
-#: cp/typeck.c:3547
+#: java/expr.c:2697
 #, gcc-internal-format
-msgid "ISO C++ forbids using pointer to a function in subtraction"
+msgid "assignment to final field %q+D not in constructor"
 msgstr ""
 
-#: cp/typeck.c:3549
+#: java/expr.c:2887
 #, gcc-internal-format
-msgid "ISO C++ forbids using pointer to a method in subtraction"
+msgid "invalid PC in line number table"
 msgstr ""
 
-#: cp/typeck.c:3561
+#: java/expr.c:2935
 #, gcc-internal-format
-msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
+msgid "unreachable bytecode from %d to before %d"
 msgstr ""
 
-#: cp/typeck.c:3621
+#: java/expr.c:2977
 #, gcc-internal-format
-msgid "invalid use of %qE to form a pointer-to-member-function"
+msgid "unreachable bytecode from %d to the end of the method"
 msgstr ""
 
-#: cp/typeck.c:3624
+#. duplicate code from LOAD macro
+#: java/expr.c:3277
 #, gcc-internal-format
-msgid "  a qualified-id is required"
+msgid "unrecogized wide sub-instruction"
 msgstr ""
 
-#: cp/typeck.c:3629
+#: java/gjavah.c:718
 #, gcc-internal-format
-msgid ""
-"parenthesis around %qE cannot be used to form a pointer-to-member-function"
+msgid "static field has same name as method"
 msgstr ""
 
-#: cp/typeck.c:3652
+#: java/gjavah.c:1266
 #, gcc-internal-format
-msgid "taking address of temporary"
+msgid "couldn't find class %s"
 msgstr ""
 
-#: cp/typeck.c:3896
+#: java/gjavah.c:1273
 #, gcc-internal-format
-msgid "ISO C++ forbids %sing an enum"
+msgid "parse error while reading %s"
 msgstr ""
 
-#: cp/typeck.c:3907
+#: java/gjavah.c:1499 java/gjavah.c:1601 java/gjavah.c:1676
 #, gcc-internal-format
-msgid "cannot %s a pointer to incomplete type %qT"
+msgid "unparseable signature: '%s'"
 msgstr ""
 
-#: cp/typeck.c:3913
+#: java/gjavah.c:2066
 #, gcc-internal-format
-msgid "ISO C++ forbids %sing a pointer of type %qT"
+msgid "Not a valid Java .class file."
 msgstr ""
 
-#: cp/typeck.c:3938
+#: java/gjavah.c:2074 java/jcf-parse.c:750
 #, gcc-internal-format
-msgid "cast to non-reference type used as lvalue"
+msgid "error while parsing constant pool"
 msgstr ""
 
-#: cp/typeck.c:3973
+#: java/gjavah.c:2080
 #, gcc-internal-format
-msgid "invalid use of %<--%> on bool variable %qD"
+msgid "error in constant pool entry #%d"
 msgstr ""
 
-#. ARM $3.4
-#: cp/typeck.c:4002
+#: java/gjavah.c:2223
 #, gcc-internal-format
-msgid "ISO C++ forbids taking address of function %<::main%>"
+msgid "class is of array type\n"
 msgstr ""
 
-#. An expression like &memfn.
-#: cp/typeck.c:4056
+#: java/gjavah.c:2231
 #, gcc-internal-format
-msgid ""
-"ISO C++ forbids taking the address of an unqualified or parenthesized non-"
-"static member function to form a pointer to member function.  Say %<&%T::%D%>"
+msgid "base class is of array type"
 msgstr ""
 
-#: cp/typeck.c:4061
+#: java/gjavah.c:2429 java/gjavah.c:2556
 #, gcc-internal-format
-msgid ""
-"ISO C++ forbids taking the address of a bound member function to form a "
-"pointer to member function.  Say %<&%T::%D%>"
+msgid "no classes specified"
 msgstr ""
 
-#: cp/typeck.c:4089
+#: java/gjavah.c:2522
 #, gcc-internal-format
-msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
+msgid "'-MG' option is unimplemented"
 msgstr ""
 
-#: cp/typeck.c:4109
+#: java/gjavah.c:2564
 #, gcc-internal-format
-msgid "cannot create pointer to reference member %qD"
+msgid "can't specify both -o and -MD"
 msgstr ""
 
-#: cp/typeck.c:4323
+#: java/gjavah.c:2587
 #, gcc-internal-format
-msgid "cannot take the address of %<this%>, which is an rvalue expression"
+msgid "%s: no such class"
 msgstr ""
 
-#: cp/typeck.c:4346
+#: java/jcf-io.c:550
 #, gcc-internal-format
-msgid "address of explicit register variable %qD requested"
+msgid ""
+"source file for class %qs is newer than its matching class file.  Source "
+"file %qs used instead"
 msgstr ""
 
-#: cp/typeck.c:4351
+#: java/jcf-parse.c:366
 #, gcc-internal-format
-msgid "address requested for %qD, which is declared %<register%>"
+msgid "bad string constant"
 msgstr ""
 
-#: cp/typeck.c:4417
+#: java/jcf-parse.c:384
 #, gcc-internal-format
-msgid "%s expression list treated as compound expression"
+msgid "bad value constant type %d, index %d"
 msgstr ""
 
-#: cp/typeck.c:4492
+#: java/jcf-parse.c:576
 #, gcc-internal-format
-msgid "%s from type %qT to type %qT casts away constness"
+msgid "can't reopen %s: %m"
 msgstr ""
 
-#: cp/typeck.c:4811
+#: java/jcf-parse.c:583
 #, gcc-internal-format
-msgid "invalid static_cast from type %qT to type %qT"
+msgid "can't close %s: %m"
 msgstr ""
 
-#: cp/typeck.c:4833
+#: java/jcf-parse.c:718 java/jcf-parse.c:724
 #, gcc-internal-format
-msgid "converting from %qT to %qT"
+msgid "cannot find file for class %s"
 msgstr ""
 
-#: cp/typeck.c:4878
+#: java/jcf-parse.c:747
 #, gcc-internal-format
-msgid "invalid cast of an rvalue expression of type %qT to type %qT"
+msgid "not a valid Java .class file"
 msgstr ""
 
-#: cp/typeck.c:4937
+#. FIXME - where was first time
+#: java/jcf-parse.c:765
 #, gcc-internal-format
-msgid "cast from %qT to %qT loses precision"
+msgid "reading class %s for the second time from %s"
 msgstr ""
 
-#: cp/typeck.c:4962
+#: java/jcf-parse.c:783
 #, gcc-internal-format
-msgid "cast from %qT to %qT increases required alignment of target type"
+msgid "error while parsing fields"
 msgstr ""
 
-#. Only issue a warning, as we have always supported this
-#. where possible, and it is necessary in some cases.  DR 195
-#. addresses this issue, but as of 2004/10/26 is still in
-#. drafting.
-#: cp/typeck.c:4976
+#: java/jcf-parse.c:786
 #, gcc-internal-format
-msgid ""
-"ISO C++ forbids casting between pointer-to-function and pointer-to-object"
+msgid "error while parsing methods"
 msgstr ""
 
-#: cp/typeck.c:4987
+#: java/jcf-parse.c:789
 #, gcc-internal-format
-msgid "invalid cast from type %qT to type %qT"
+msgid "error while parsing final attributes"
 msgstr ""
 
-#: cp/typeck.c:5043
+#: java/jcf-parse.c:806
 #, gcc-internal-format
 msgid ""
-"invalid use of const_cast with type %qT, which is not a pointer, reference, "
-"nor a pointer-to-data-member type"
+"the %<java.lang.Object%> that was found in %qs didn't have the special zero-"
+"length %<gnu.gcj.gcj-compiled%> attribute.  This generally means that your "
+"classpath is incorrectly set.  Use %<info gcj \"Input Options\"%> to see the "
+"info page describing how to set the classpath"
 msgstr ""
 
-#: cp/typeck.c:5052
+#: java/jcf-parse.c:840
 #, gcc-internal-format
-msgid ""
-"invalid use of const_cast with type %qT, which is a pointer or reference to "
-"a function type"
+msgid "%Hduplicate class will only be compiled once"
 msgstr ""
 
-#: cp/typeck.c:5074
+#: java/jcf-parse.c:894
 #, gcc-internal-format
-msgid "invalid const_cast of an rvalue of type %qT to type %qT"
+msgid "missing Code attribute"
 msgstr ""
 
-#: cp/typeck.c:5117
+#: java/jcf-parse.c:1176
 #, gcc-internal-format
-msgid "invalid const_cast from type %qT to type %qT"
+msgid "no input file specified"
 msgstr ""
 
-#: cp/typeck.c:5185 cp/typeck.c:5190
+#: java/jcf-parse.c:1211
 #, gcc-internal-format
-msgid "ISO C++ forbids casting to an array type %qT"
+msgid "can't close input file %s: %m"
 msgstr ""
 
-#: cp/typeck.c:5198
+#: java/jcf-parse.c:1258
 #, gcc-internal-format
-msgid "invalid cast to function type %qT"
+msgid "bad zip/jar file %s"
 msgstr ""
 
-#: cp/typeck.c:5414
+#: java/jcf-parse.c:1479
 #, gcc-internal-format
-msgid "  in evaluation of %<%Q(%#T, %#T)%>"
+msgid "error while reading %s from zip file"
 msgstr ""
 
-#: cp/typeck.c:5483
+#: java/jcf-write.c:2668
 #, gcc-internal-format
-msgid "incompatible types in assignment of %qT to %qT"
+msgid ""
+"internal error in generate_bytecode_insn - tree code not implemented: %s"
 msgstr ""
 
-#: cp/typeck.c:5490
+#: java/jcf-write.c:3042
 #, gcc-internal-format
-msgid "ISO C++ forbids assignment of arrays"
+msgid "field initializer type mismatch"
 msgstr ""
 
-#: cp/typeck.c:5610
+#: java/jcf-write.c:3499
 #, gcc-internal-format
-msgid "   in pointer to member function conversion"
+msgid "can't create directory %s: %m"
 msgstr ""
 
-#: cp/typeck.c:5621 cp/typeck.c:5647
+#: java/jcf-write.c:3532
 #, gcc-internal-format
-msgid "pointer to member cast via virtual base %qT"
+msgid "can't open %s for writing: %m"
 msgstr ""
 
-#: cp/typeck.c:5624
+#: java/jcf-write.c:3552
 #, gcc-internal-format
-msgid "pointer to member conversion via virtual base %qT"
+msgid "can't create %s: %m"
 msgstr ""
 
-#: cp/typeck.c:5633
+#: java/jv-scan.c:194
 #, gcc-internal-format
-msgid "   in pointer to member conversion"
+msgid "only one of '--print-main', '--list-class', and '--complexity' allowed"
 msgstr ""
 
-#: cp/typeck.c:5723
+#: java/jv-scan.c:197
 #, gcc-internal-format
-msgid "invalid conversion to type %qT from type %qT"
+msgid "can't open output file '%s'"
 msgstr ""
 
-#: cp/typeck.c:5967
+#: java/jv-scan.c:233
 #, gcc-internal-format
-msgid "cannot convert %qT to %qT for argument %qP to %qD"
+msgid "file not found '%s'"
 msgstr ""
 
-#: cp/typeck.c:5970
+#: java/jvspec.c:436
 #, gcc-internal-format
-msgid "cannot convert %qT to %qT in %s"
+msgid "warning: already-compiled .class files ignored with -C"
 msgstr ""
 
-#: cp/typeck.c:5981
+#: java/lang.c:615
 #, gcc-internal-format
-msgid "%s might be a candidate for a format attribute"
+msgid "can't do dependency tracking with input from stdin"
 msgstr ""
 
-#: cp/typeck.c:6054 cp/typeck.c:6056
+#: java/lang.c:631
 #, gcc-internal-format
-msgid "in passing argument %P of %q+D"
+msgid "couldn't determine target name for dependency tracking"
 msgstr ""
 
-#: cp/typeck.c:6106
+#: java/lex.c:260
 #, gcc-internal-format
-msgid "returning reference to temporary"
+msgid ""
+"unknown encoding: %qs\n"
+"This might mean that your locale's encoding is not supported\n"
+"by your system's iconv(3) implementation.  If you aren't trying\n"
+"to use a particular encoding for your input file, try the\n"
+"%<--encoding=UTF-8%> option"
 msgstr ""
 
-#: cp/typeck.c:6113
+#: java/lex.c:631
 #, gcc-internal-format
-msgid "reference to non-lvalue returned"
+msgid "internal error - bad unget"
 msgstr ""
 
-#: cp/typeck.c:6125
+#: java/mangle_name.c:140 java/mangle_name.c:210
 #, gcc-internal-format
-msgid "reference to local variable %q+D returned"
+msgid "internal error - invalid Utf8 name"
 msgstr ""
 
-#: cp/typeck.c:6128
+#: java/parse.y:767
 #, gcc-internal-format
-msgid "address of local variable %q+D returned"
+msgid "Ambiguous class: %qs and %qs"
 msgstr ""
 
-#: cp/typeck.c:6162
+#: java/parse.y:833
 #, gcc-internal-format
-msgid "returning a value from a destructor"
+msgid "Modifier %qs declared twice"
 msgstr ""
 
-#. If a return statement appears in a handler of the
-#. function-try-block of a constructor, the program is ill-formed.
-#: cp/typeck.c:6170
+#: java/parse.y:1081
 #, gcc-internal-format
-msgid "cannot return from a handler of a function-try-block of a constructor"
+msgid "Discouraged form of returned type specification"
 msgstr ""
 
-#. You can't return a value from a constructor.
-#: cp/typeck.c:6173
+#: java/parse.y:1176
 #, gcc-internal-format
-msgid "returning a value from a constructor"
+msgid ""
+"Can't define static initializer in class %qs. Static initializer can only be "
+"defined in top-level classes"
 msgstr ""
 
-#: cp/typeck.c:6196
+#: java/parse.y:1472
 #, gcc-internal-format
-msgid "return-statement with no value, in function returning %qT"
+msgid "An empty declaration is a deprecated feature that should not be used"
 msgstr ""
 
-#: cp/typeck.c:6217
+#: java/parse.y:3035
 #, gcc-internal-format
-msgid "return-statement with a value, in function returning 'void'"
+msgid ": %qs JDK1.1(TM) feature"
 msgstr ""
 
-#: cp/typeck.c:6248
+#: java/parse.y:3115
+#: java/parse.y:3117
 #, gcc-internal-format
 msgid ""
-"%<operator new%> must not return NULL unless it is declared %<throw()%> (or -"
-"fcheck-new is in effect)"
+"%s.\n"
+"%s"
 msgstr ""
 
-#: cp/typeck2.c:54
+#: java/parse.y:3277
 #, gcc-internal-format
-msgid "type %qT is not a base type for type %qT"
+msgid "Missing return statement"
 msgstr ""
 
-#: cp/typeck2.c:294
+#: java/parse.y:3299
+#: java/parse.y:11992
+#: java/parse.y:11996
 #, gcc-internal-format
-msgid "cannot declare variable %q+D to be of abstract type %qT"
+msgid "Unreachable statement"
 msgstr ""
 
-#: cp/typeck2.c:297
+#: java/parse.y:3309
 #, gcc-internal-format
-msgid "cannot declare parameter %q+D to be of abstract type %qT"
+msgid "Can't access %s field %<%s.%s%> from %qs"
 msgstr ""
 
-#: cp/typeck2.c:300
+#: java/parse.y:3378
 #, gcc-internal-format
-msgid "cannot declare field %q+D to be of abstract type %qT"
+msgid "%s %qs already defined in %s:%d"
 msgstr ""
 
-#: cp/typeck2.c:304
+#: java/parse.y:3396
 #, gcc-internal-format
-msgid "invalid abstract return type for member function %q+#D"
+msgid ""
+"Variable %qs is already defined in this method and was declared %<%s %s%> at "
+"line %d"
 msgstr ""
 
-#: cp/typeck2.c:306
+#: java/parse.y:3507
 #, gcc-internal-format
-msgid "invalid abstract return type for function %q+#D"
+msgid "Interface %qs repeated"
 msgstr ""
 
-#. Here we do not have location information.
-#: cp/typeck2.c:309
+#: java/parse.y:3537
 #, gcc-internal-format
-msgid "invalid abstract type %qT for %qE"
+msgid "%s name %qs clashes with imported type %qs"
 msgstr ""
 
-#: cp/typeck2.c:311
+#: java/parse.y:3569
 #, gcc-internal-format
-msgid "invalid abstract type for %q+D"
+msgid "Public %s %qs must be defined in a file called %<%s.java%>"
 msgstr ""
 
-#: cp/typeck2.c:314
+#: java/parse.y:3584
 #, gcc-internal-format
-msgid "cannot allocate an object of abstract type %qT"
+msgid ""
+"Inner class %qs can't be static. Static classes can only occur in interfaces "
+"and top-level classes"
 msgstr ""
 
-#: cp/typeck2.c:322
+#: java/parse.y:3665
 #, gcc-internal-format
-msgid "%J  because the following virtual functions are pure within %qT:"
+msgid ""
+"The class name %qs is already defined in this scope. An inner class may not "
+"have the same simple name as any of its enclosing classes"
 msgstr ""
 
-#: cp/typeck2.c:326
+#: java/parse.y:3713
 #, gcc-internal-format
-msgid "\t%+#D"
+msgid "Qualifier must be a reference"
 msgstr ""
 
-#: cp/typeck2.c:333
+#: java/parse.y:3734
 #, gcc-internal-format
-msgid "%J  since type %qT has pure virtual functions"
+msgid "Cyclic inheritance involving %s"
 msgstr ""
 
-#: cp/typeck2.c:588
+#: java/parse.y:4002
 #, gcc-internal-format
-msgid "constructor syntax used, but no constructor declared for type %qT"
+msgid ""
+"Redundant use of %<abstract%> modifier. Interface %qs is implicitly abstract"
 msgstr ""
 
-#: cp/typeck2.c:602
+#: java/parse.y:4157
 #, gcc-internal-format
-msgid "cannot initialize arrays using this syntax"
+msgid "Class %qs can't be declared both abstract and final"
 msgstr ""
 
-#: cp/typeck2.c:678
+#: java/parse.y:4169
 #, gcc-internal-format
-msgid "int-array initialized from non-wide string"
+msgid "%<java.lang.Object%> can't extend anything"
 msgstr ""
 
-#: cp/typeck2.c:720
+#: java/parse.y:4406
 #, gcc-internal-format
-msgid "cannot initialize aggregate of type %qT with a compound literal"
+msgid "Duplicate variable declaration: %<%s %s%> was %<%s %s%> (%s:%d)"
 msgstr ""
 
-#: cp/typeck2.c:794 cp/typeck2.c:892
+#: java/parse.y:4470
 #, gcc-internal-format
-msgid "non-trivial designated initializers not supported"
+msgid "Field %qs can't be static in inner class %qs unless it is final"
 msgstr ""
 
-#: cp/typeck2.c:914 cp/typeck2.c:928
+#: java/parse.y:4713
 #, gcc-internal-format
-msgid "missing initializer for member %qD"
+msgid "Class %qs must be declared abstract to define abstract method %qs"
 msgstr ""
 
-#: cp/typeck2.c:919
+#: java/parse.y:4720
 #, gcc-internal-format
-msgid "uninitialized const member %qD"
+msgid "native method %qs can't be strictfp"
 msgstr ""
 
-#: cp/typeck2.c:921
+#: java/parse.y:4724
 #, gcc-internal-format
-msgid "member %qD with uninitialized const fields"
+msgid "method %qs can't be transient"
 msgstr ""
 
-#: cp/typeck2.c:923
+#: java/parse.y:4727
 #, gcc-internal-format
-msgid "member %qD is uninitialized reference"
+msgid "method %qs can't be volatile"
 msgstr ""
 
-#: cp/typeck2.c:978
+#: java/parse.y:4777
+#: java/parse.y:6508
 #, gcc-internal-format
-msgid "no field %qD found in union being initialized"
+msgid ""
+"Method %qs can't be static in inner class %qs. Only members of interfaces "
+"and top-level classes can be static"
 msgstr ""
 
-#: cp/typeck2.c:987
+#: java/parse.y:4932
 #, gcc-internal-format
-msgid "index value instead of field name in union initializer"
+msgid "%s method %qs can't have a body defined"
 msgstr ""
 
-#: cp/typeck2.c:1000
+#: java/parse.y:4943
 #, gcc-internal-format
-msgid "union %qT with no named members cannot be initialized"
+msgid "Non native and non abstract method %qs must have a body defined"
 msgstr ""
 
-#: cp/typeck2.c:1147
+#: java/parse.y:5013
 #, gcc-internal-format
-msgid "circular pointer delegation detected"
+msgid "%s: recursive invocation of constructor %qs"
 msgstr ""
 
-#: cp/typeck2.c:1160
+#: java/parse.y:5043
 #, gcc-internal-format
-msgid "base operand of %<->%> has non-pointer type %qT"
+msgid ""
+"Inconsistent member declaration.  At most one of %<public%>, %<private%>, or "
+"%<protected%> may be specified"
 msgstr ""
 
-#: cp/typeck2.c:1184
+#: java/parse.y:5051
 #, gcc-internal-format
-msgid "result of %<operator->()%> yields non-pointer result"
+msgid ""
+"Inconsistent member declaration.  At most one of %<final%> or %<volatile%> "
+"may be specified"
 msgstr ""
 
-#: cp/typeck2.c:1186
+#: java/parse.y:5141
 #, gcc-internal-format
-msgid "base operand of %<->%> is not a pointer"
+msgid "Variable %qs is used more than once in the argument list of method %qs"
 msgstr ""
 
-#: cp/typeck2.c:1210
+#: java/parse.y:5225
 #, gcc-internal-format
-msgid "%qE cannot be used as a member pointer, since it is of type %qT"
+msgid "%s %qs can't implement/extend %s %qs"
 msgstr ""
 
-#: cp/typeck2.c:1219
+#: java/parse.y:5259
 #, gcc-internal-format
-msgid ""
-"cannot apply member pointer %qE to %qE, which is of non-aggregate type %qT"
+msgid "Class %qs can't subclass %s %qs"
 msgstr ""
 
-#: cp/typeck2.c:1241
+#: java/parse.y:5268
 #, gcc-internal-format
-msgid "pointer to member type %qT incompatible with object type %qT"
+msgid "Can't subclass final classes: %s"
 msgstr ""
 
-#: cp/typeck2.c:1464
+#: java/parse.y:5454
 #, gcc-internal-format
-msgid "call to function %qD which throws incomplete type %q#T"
+msgid "Cyclic class inheritance%s"
 msgstr ""
 
-#: cp/typeck2.c:1467
+#: java/parse.y:6159
 #, gcc-internal-format
-msgid "call to function which throws incomplete type %q#T"
+msgid "Superclass %qs of class %qs not found"
 msgstr ""
 
-#: fortran/f95-lang.c:233
+#: java/parse.y:6165
 #, gcc-internal-format
-msgid "Unexpected type in truthvalue_conversion"
+msgid "Type %qs not found in declaration of field %qs"
 msgstr ""
 
-#: fortran/f95-lang.c:286
+#: java/parse.y:6171
 #, gcc-internal-format
-msgid "can't open input file: %s"
+msgid "Type %qs not found in the declaration of the argument %qs of method %qs"
 msgstr ""
 
-#: fortran/f95-lang.c:612
+#: java/parse.y:6178
 #, gcc-internal-format
-msgid "global register variable %qs used in nested function"
+msgid "Type %qs not found in the declaration of the return type of method %qs"
 msgstr ""
 
-#: fortran/f95-lang.c:616
+#: java/parse.y:6184
 #, gcc-internal-format
-msgid "register variable %qs used in nested function"
+msgid "Superinterface %qs of %s %qs not found"
 msgstr ""
 
-#: fortran/f95-lang.c:623
+#: java/parse.y:6191
 #, gcc-internal-format
-msgid "address of global register variable %qs requested"
+msgid "Type %qs not found in the declaration of the local variable %qs"
 msgstr ""
 
-#: fortran/f95-lang.c:641
+#: java/parse.y:6198
 #, gcc-internal-format
-msgid "address of register variable %qs requested"
+msgid "Class %qs not found in %<throws%>"
 msgstr ""
 
-#: fortran/trans-array.c:3049
+#: java/parse.y:6255
 #, gcc-internal-format
-msgid "Possible frontend bug: array constructor not expanded"
+msgid "Duplicate %s declaration %qs"
 msgstr ""
 
-#: fortran/trans-array.c:4159
+#: java/parse.y:6329
 #, gcc-internal-format
 msgid ""
-"Possible frontend bug: Deferred array size without pointer or allocatable "
-"attribute."
+"Class %qs doesn't define the abstract method %<%s %s%> from %s %<%s%>. This "
+"method must be defined or %s %qs must be declared abstract"
 msgstr ""
 
-#: fortran/trans-array.c:4608
+#: java/parse.y:6485
 #, gcc-internal-format
-msgid "bad expression type during walk (%d)"
+msgid ""
+"Class %qs in %<throws%> clause must be a subclass of class %<java.lang."
+"Throwable%>"
 msgstr ""
 
-#: fortran/trans-const.c:334
+#: java/parse.y:6529
 #, gcc-internal-format
-msgid "gfc_conv_constant_to_tree(): invalid type: %s"
+msgid ""
+"Class %qs must override %qs with a public method in order to implement "
+"interface %qs"
 msgstr ""
 
-#: fortran/trans-decl.c:786
+#: java/parse.y:6543
+#: java/parse.y:6766
 #, gcc-internal-format
-msgid "intrinsic variable which isn't a procedure"
+msgid "Method %qs was defined with return type %qs in class %qs"
 msgstr ""
 
-#: fortran/trans-decl.c:2066
+#: java/parse.y:6560
 #, gcc-internal-format
-msgid "Function does not return a value"
+msgid "%s methods can't be overridden. Method %qs is %s in class %qs"
 msgstr ""
 
-#. I don't think this should ever happen.
-#: fortran/trans-decl.c:2164
+#: java/parse.y:6574
 #, gcc-internal-format
-msgid "module symbol %s in wrong namespace"
+msgid ""
+"Instance methods can't be overridden by a static method. Method %qs is an "
+"instance method in class %qs"
 msgstr ""
 
-#: fortran/trans-decl.c:2182
+#: java/parse.y:6597
 #, gcc-internal-format
-msgid "backend decl for module variable %s already exists"
+msgid ""
+"Methods can't be overridden to be more private. Method %qs is not %s in "
+"class %qs"
 msgstr ""
 
-#: fortran/trans-decl.c:2264
+#: java/parse.y:6734
 #, gcc-internal-format
-msgid "unused parameter %qs"
+msgid ""
+"Invalid checked exception class %qs in %<throws%> clause.  The exception "
+"must be a subclass of an exception thrown by %qs from class %qs"
 msgstr ""
 
-#: fortran/trans-decl.c:2269
+#: java/parse.y:6791
 #, gcc-internal-format
-msgid "unused variable %qs"
+msgid ""
+"Interface %qs inherits method %qs from interface %qs. This method is "
+"redefined with a different return type in interface %qs"
 msgstr ""
 
-#: fortran/trans-decl.c:2441
+#: java/parse.y:6966
 #, gcc-internal-format
-msgid "Function return value not set"
+msgid "Class or interface %qs not found in import"
 msgstr ""
 
-#: fortran/trans-expr.c:998
+#: java/parse.y:7055
 #, gcc-internal-format
-msgid "Unknown intrinsic op"
+msgid "malformed .zip archive in CLASSPATH: %s"
 msgstr ""
 
-#: fortran/trans-intrinsic.c:589
+#: java/parse.y:7126
 #, gcc-internal-format
-msgid "Intrinsic function %s(%d) not recognized"
+msgid ""
+"Can't find default package %qs. Check the CLASSPATH environment variable and "
+"the access to the archives"
 msgstr ""
 
-#: fortran/trans-io.c:1574
+#: java/parse.y:7131
 #, gcc-internal-format
-msgid "Bad IO basetype (%d)"
+msgid "Package %qs not found in import"
 msgstr ""
 
-#: fortran/trans-types.c:196
+#: java/parse.y:7232
 #, gcc-internal-format
-msgid "integer kind=8 not available for -fdefault-integer-8 option"
+msgid "Type %qs also potentially defined in package %qs"
 msgstr ""
 
-#: fortran/trans-types.c:208
+#: java/parse.y:7372
 #, gcc-internal-format
-msgid "real kind=8 not available for -fdefault-real-8 option"
+msgid "Nested %s %s is %s; cannot be accessed from here"
 msgstr ""
 
-#: fortran/trans-types.c:221
+#: java/parse.y:7410
 #, gcc-internal-format
-msgid "Use of -fdefault-double-8 requires -fdefault-real-8"
+msgid ""
+"Can't access %s %qs. Only public classes and interfaces in other packages "
+"can be accessed"
 msgstr ""
 
-#: fortran/trans-types.c:933
+#: java/parse.y:7448
 #, gcc-internal-format
-msgid "Array element size too big"
+msgid "Only %<final%> is allowed as a local variables modifier"
 msgstr ""
 
-#: fortran/trans.c:625
+#: java/parse.y:9077
 #, gcc-internal-format
-msgid "gfc_trans_code(): Bad statement code"
+msgid "No constructor matching %qs found in class %qs"
 msgstr ""
 
-#. I changed this from sorry(...) because it should not return.
-#. TODO: Remove gfc_todo_error before releasing version 1.0.
-#: fortran/trans.h:567
+#: java/parse.y:9581
 #, gcc-internal-format
-msgid "gfc_todo: Not Implemented: "
+msgid "Can't reference %qs before the superclass constructor has been called"
 msgstr ""
 
-#: java/check-init.c:248
+#: java/parse.y:9635
 #, gcc-internal-format
-msgid "Can't reassign a value to the final variable %qs"
+msgid ""
+"Local variable %qs can't be accessed from within the inner class %qs unless "
+"it is declared final"
 msgstr ""
 
-#: java/check-init.c:518 java/check-init.c:531
+#: java/parse.y:9640
+#: java/parse.y:10098
 #, gcc-internal-format
-msgid "variable %qD may not have been initialized"
+msgid "Undefined variable %qs"
 msgstr ""
 
-#: java/check-init.c:948
+#: java/parse.y:9651
 #, gcc-internal-format
-msgid "internal error in check-init: tree code not implemented: %s"
+msgid "Can't make a static reference to nonstatic variable %qs in class %qs"
 msgstr ""
 
-#: java/check-init.c:1021
+#: java/parse.y:9852
+#: java/parse.y:10706
 #, gcc-internal-format
-msgid "%Jfinal field %qD may not have been initialized"
+msgid "No enclosing instance for inner class %qs is in scope%s"
 msgstr ""
 
-#: java/class.c:751
+#: java/parse.y:9971
+#: java/parse.y:12415
 #, gcc-internal-format
-msgid "bad method signature"
+msgid "Keyword %<this%> used outside allowed context"
 msgstr ""
 
-#: java/class.c:796
+#: java/parse.y:9977
+#: java/parse.y:10862
 #, gcc-internal-format
-msgid "misplaced ConstantValue attribute (not in any field)"
+msgid ""
+"Can't reference %<this%> before the superclass constructor has been called"
 msgstr ""
 
-#: java/class.c:799
+#: java/parse.y:9993
 #, gcc-internal-format
-msgid "duplicate ConstantValue attribute for field '%s'"
+msgid ""
+"Can't use variable %<%s.this%>: type %qs isn't an outer type of type %qs"
 msgstr ""
 
-#: java/class.c:810
+#: java/parse.y:10026
 #, gcc-internal-format
-msgid "ConstantValue attribute of field '%s' has wrong type"
+msgid "Keyword %<super%> used outside allowed context"
 msgstr ""
 
-#: java/class.c:1438
+#: java/parse.y:10075
 #, gcc-internal-format
-msgid "%Jabstract method in non-abstract class"
+msgid "No variable %qs defined in class %qs"
 msgstr ""
 
-#: java/class.c:2366
+#: java/parse.y:10080
 #, gcc-internal-format
-msgid "non-static method %q+D overrides static method"
+msgid "Undefined variable or class name: %qs"
 msgstr ""
 
-#: java/decl.c:1313
+#: java/parse.y:10162
 #, gcc-internal-format
-msgid "%q+D used prior to declaration"
+msgid "Can't use type %qs as a qualifier"
 msgstr ""
 
-#: java/decl.c:1354
+#: java/parse.y:10181
 #, gcc-internal-format
-msgid "declaration of %qs shadows a parameter"
+msgid "Attempt to reference field %qs in %<%s %s%>"
 msgstr ""
 
-#: java/decl.c:1357
+#: java/parse.y:10212
 #, gcc-internal-format
-msgid "declaration of %qs shadows a symbol from the parameter list"
+msgid "No variable %qs defined in type %qs"
 msgstr ""
 
-#: java/decl.c:1818
+#: java/parse.y:10304
 #, gcc-internal-format
-msgid "In %+D: overlapped variable and exception ranges at %d"
+msgid "Attempt to reference field %<new%> in a %qs"
 msgstr ""
 
-#: java/decl.c:1881
+#: java/parse.y:10441
 #, gcc-internal-format
-msgid "bad type in parameter debug info"
+msgid "The class %qs has been deprecated"
 msgstr ""
 
-#: java/decl.c:1890
+#: java/parse.y:10451
 #, gcc-internal-format
-msgid "bad PC range for debug info for local %q+D"
+msgid "The %s %qs in class %qs has been deprecated"
 msgstr ""
 
-#: java/expr.c:370
+#: java/parse.y:10542
 #, gcc-internal-format
-msgid "need to insert runtime check for %s"
+msgid "Can't invoke a method on primitive type %qs"
 msgstr ""
 
-#: java/expr.c:499 java/expr.c:546
+#: java/parse.y:10557
 #, gcc-internal-format
-msgid "assert: %s is assign compatible with %s"
+msgid "Can't make static reference to method %qs in interface %qs"
 msgstr ""
 
-#: java/expr.c:666
+#: java/parse.y:10571
+#: java/parse.y:10909
 #, gcc-internal-format
-msgid "stack underflow - dup* operation"
+msgid "Can't make static reference to method %<%s %s%> in class %qs"
 msgstr ""
 
-#: java/expr.c:1652
+#: java/parse.y:10613
 #, gcc-internal-format
-msgid "reference %qs is ambiguous: appears in interface %qs and interface %qs"
+msgid "Can't invoke super constructor on java.lang.Object"
 msgstr ""
 
-#: java/expr.c:1680
+#: java/parse.y:10626
+#: java/parse.y:14478
 #, gcc-internal-format
-msgid "field %qs not found"
+msgid "Class %qs not found in type declaration"
 msgstr ""
 
-#: java/expr.c:2059
+#: java/parse.y:10638
 #, gcc-internal-format
-msgid "method '%s' not found in class"
+msgid "Class %qs is an abstract class. It can't be instantiated"
 msgstr ""
 
-#: java/expr.c:2264
+#: java/parse.y:10668
 #, gcc-internal-format
-msgid "failed to find class '%s'"
+msgid "No method named %qs in scope"
 msgstr ""
 
-#: java/expr.c:2293
+#: java/parse.y:10781
 #, gcc-internal-format
-msgid "class '%s' has no method named '%s' matching signature '%s'"
+msgid "Can't access %s %s %<%s.%s%> from %qs"
 msgstr ""
 
-#: java/expr.c:2324
+#: java/parse.y:11258
 #, gcc-internal-format
-msgid "invokestatic on non static method"
+msgid "Can't find %s %<%s(%s)%> in type %qs%s"
 msgstr ""
 
-#: java/expr.c:2329
+#: java/parse.y:11838
 #, gcc-internal-format
-msgid "invokestatic on abstract method"
+msgid "Constant expression required"
 msgstr ""
 
-#: java/expr.c:2337
+#: java/parse.y:11851
 #, gcc-internal-format
-msgid "invoke[non-static] on static method"
+msgid "Incompatible type for case. Can't convert %qs to %<int%>"
 msgstr ""
 
-#: java/expr.c:2654
+#: java/parse.y:11885
 #, gcc-internal-format
-msgid "missing field '%s' in '%s'"
+msgid "Duplicate case label: %<default%>"
 msgstr ""
 
-#: java/expr.c:2661
+#: java/parse.y:12225
 #, gcc-internal-format
-msgid "mismatching signature for field '%s' in '%s'"
+msgid "Incompatible type for %<+=%>. Can't convert %qs to %<java.lang.String%>"
 msgstr ""
 
-#: java/expr.c:2684
+#: java/parse.y:12397
 #, gcc-internal-format
-msgid "assignment to final field %q+D not in field's class"
+msgid "missing static field %qs"
 msgstr ""
 
-#: java/expr.c:2689
+#: java/parse.y:12402
 #, gcc-internal-format
-msgid "assignment to final static field %q+D not in class initializer"
+msgid "not a static field %qs"
 msgstr ""
 
-#: java/expr.c:2698
+#: java/parse.y:12423
 #, gcc-internal-format
-msgid "assignment to final field %q+D not in constructor"
+msgid ""
+"Can't reference %<this%> or %<super%> before the superclass constructor has "
+"been called"
 msgstr ""
 
-#: java/expr.c:2888
+#: java/parse.y:12443
 #, gcc-internal-format
-msgid "invalid PC in line number table"
+msgid "No case for %s"
 msgstr ""
 
-#: java/expr.c:2936
+#: java/parse.y:12873
 #, gcc-internal-format
-msgid "unreachable bytecode from %d to before %d"
+msgid "Invalid left hand side of assignment"
 msgstr ""
 
-#: java/expr.c:2978
+#: java/parse.y:12924
 #, gcc-internal-format
-msgid "unreachable bytecode from %d to the end of the method"
+msgid "Incompatible type for %s. Can't convert %qs to %qs"
 msgstr ""
 
-#. duplicate code from LOAD macro
-#: java/expr.c:3278
+#: java/parse.y:12927
 #, gcc-internal-format
-msgid "unrecogized wide sub-instruction"
+msgid "Incompatible type for %s. Explicit cast needed to convert %qs to %qs"
 msgstr ""
 
-#: java/gjavah.c:712
+#: java/parse.y:13099
 #, gcc-internal-format
-msgid "static field has same name as method"
+msgid ""
+"Constant expression %qs too wide for narrowing primitive conversion to %qs"
 msgstr ""
 
-#: java/gjavah.c:1260
+#: java/parse.y:13390
 #, gcc-internal-format
-msgid "couldn't find class %s"
+msgid "unregistered operator %s"
 msgstr ""
 
-#: java/gjavah.c:1267
+#: java/parse.y:13539
 #, gcc-internal-format
-msgid "parse error while reading %s"
+msgid ""
+"Evaluating this expression will result in an arithmetic exception being "
+"thrown"
 msgstr ""
 
-#: java/gjavah.c:1493 java/gjavah.c:1595 java/gjavah.c:1670
+#: java/parse.y:13621
 #, gcc-internal-format
-msgid "unparseable signature: '%s'"
+msgid ""
+"Incompatible type for %qs. Explicit cast needed to convert shift distance "
+"from %qs to integral"
 msgstr ""
 
-#: java/gjavah.c:2060
+#: java/parse.y:13626
 #, gcc-internal-format
-msgid "Not a valid Java .class file."
+msgid ""
+"Incompatible type for %qs. Can't convert shift distance from %qs to integral"
 msgstr ""
 
-#: java/gjavah.c:2068 java/jcf-parse.c:750
+#: java/parse.y:13700
 #, gcc-internal-format
-msgid "error while parsing constant pool"
+msgid "Invalid argument %qs for %<instanceof%>"
 msgstr ""
 
-#: java/gjavah.c:2074
+#: java/parse.y:13727
 #, gcc-internal-format
-msgid "error in constant pool entry #%d"
+msgid "Impossible for %qs to be instance of %qs"
 msgstr ""
 
-#: java/gjavah.c:2217
+#: java/parse.y:13858
 #, gcc-internal-format
-msgid "class is of array type\n"
+msgid "Incompatible type for %qs. Can't convert %qs to %qs"
 msgstr ""
 
-#: java/gjavah.c:2225
+#: java/parse.y:14333
 #, gcc-internal-format
-msgid "base class is of array type"
+msgid "Invalid argument type %qs to %qs"
 msgstr ""
 
-#: java/gjavah.c:2423 java/gjavah.c:2550
+#: java/parse.y:14569
 #, gcc-internal-format
-msgid "no classes specified"
+msgid "Invalid cast from %qs to %qs"
 msgstr ""
 
-#: java/gjavah.c:2516
+#: java/parse.y:14616
 #, gcc-internal-format
-msgid "'-MG' option is unimplemented"
+msgid "%<[]%> can only be applied to arrays. It can't be applied to %qs"
 msgstr ""
 
-#: java/gjavah.c:2558
+#: java/parse.y:14629
 #, gcc-internal-format
-msgid "can't specify both -o and -MD"
+msgid ""
+"Incompatible type for %<[]%>. Explicit cast needed to convert %qs to %<int%>"
 msgstr ""
 
-#: java/gjavah.c:2581
+#: java/parse.y:14633
 #, gcc-internal-format
-msgid "%s: no such class"
+msgid "Incompatible type for %<[]%>. Can't convert %qs to %<int%>"
 msgstr ""
 
-#: java/jcf-io.c:536
+#: java/parse.y:14704
 #, gcc-internal-format
 msgid ""
-"source file for class %qs is newer than its matching class file.  Source "
-"file %qs used instead"
+"Incompatible type for dimension in array creation expression. %s convert %qs "
+"to %<int%>"
 msgstr ""
 
-#: java/jcf-parse.c:366
+#: java/parse.y:14822
 #, gcc-internal-format
-msgid "bad string constant"
+msgid "Invalid array initializer for non-array type %qs"
 msgstr ""
 
-#: java/jcf-parse.c:384
+#: java/parse.y:14909
 #, gcc-internal-format
-msgid "bad value constant type %d, index %d"
+msgid "Incompatible type for array. %s convert %qs to %qs"
 msgstr ""
 
-#: java/jcf-parse.c:576
+#: java/parse.y:14978
 #, gcc-internal-format
-msgid "can't reopen %s: %m"
+msgid "%<return%> inside instance initializer"
 msgstr ""
 
-#: java/jcf-parse.c:583
+#: java/parse.y:14982
 #, gcc-internal-format
-msgid "can't close %s: %m"
+msgid "%<return%> inside static initializer"
 msgstr ""
 
-#: java/jcf-parse.c:718 java/jcf-parse.c:724
+#: java/parse.y:14988
 #, gcc-internal-format
-msgid "cannot find file for class %s"
+msgid "%<return%> with%s value from %<%s %s%>"
 msgstr ""
 
-#: java/jcf-parse.c:747
+#: java/parse.y:14995
 #, gcc-internal-format
-msgid "not a valid Java .class file"
+msgid "%<return%> with value from constructor %qs"
 msgstr ""
 
-#. FIXME - where was first time
-#: java/jcf-parse.c:765
+#: java/parse.y:15060
 #, gcc-internal-format
-msgid "reading class %s for the second time from %s"
+msgid "Incompatible type for %<if%>. Can't convert %qs to %<boolean%>"
 msgstr ""
 
-#: java/jcf-parse.c:783
+#: java/parse.y:15093
 #, gcc-internal-format
-msgid "error while parsing fields"
+msgid "Declaration of %qs shadows a previous label declaration"
 msgstr ""
 
-#: java/jcf-parse.c:786
+#: java/parse.y:15098
 #, gcc-internal-format
-msgid "error while parsing methods"
+msgid "This is the location of the previous declaration of label %qs"
 msgstr ""
 
-#: java/jcf-parse.c:789
+#: java/parse.y:15345
 #, gcc-internal-format
-msgid "error while parsing final attributes"
+msgid "No label definition found for %qs"
 msgstr ""
 
-#: java/jcf-parse.c:806
+#: java/parse.y:15358
 #, gcc-internal-format
-msgid ""
-"the %<java.lang.Object%> that was found in %qs didn't have the special zero-"
-"length %<gnu.gcj.gcj-compiled%> attribute.  This generally means that your "
-"classpath is incorrectly set.  Use %<info gcj \"Input Options\"%> to see the "
-"info page describing how to set the classpath"
+msgid "%<continue%> must be in loop"
 msgstr ""
 
-#: java/jcf-parse.c:840
+#: java/parse.y:15361
 #, gcc-internal-format
-msgid "%Hduplicate class will only be compiled once"
+msgid "continue label %qs does not name a loop"
 msgstr ""
 
-#: java/jcf-parse.c:894
+#: java/parse.y:15382
 #, gcc-internal-format
-msgid "missing Code attribute"
+msgid "%<break%> must be in loop or switch"
 msgstr ""
 
-#: java/jcf-parse.c:1176
+#: java/parse.y:15423
 #, gcc-internal-format
-msgid "no input file specified"
+msgid ""
+"Incompatible type for loop conditional. Can't convert %qs to %<boolean%>"
 msgstr ""
 
-#: java/jcf-parse.c:1211
+#: java/parse.y:15461
 #, gcc-internal-format
-msgid "can't close input file %s: %m"
+msgid "Incompatible type for %<switch%>. Can't convert %qs to %<int%>"
 msgstr ""
 
-#: java/jcf-parse.c:1258
+#. The case_label_list is in reverse order, so print the
+#. outer label first.
+#: java/parse.y:15492
 #, gcc-internal-format
-msgid "bad zip/jar file %s"
+msgid "duplicate case label: %<"
 msgstr ""
 
-#: java/jcf-parse.c:1479
+#: java/parse.y:15493
 #, gcc-internal-format
-msgid "error while reading %s from zip file"
+msgid "%>"
 msgstr ""
 
-#: java/jcf-write.c:2668
+#: java/parse.y:15496
 #, gcc-internal-format
-msgid ""
-"internal error in generate_bytecode_insn - tree code not implemented: %s"
+msgid "original label is here"
 msgstr ""
 
-#: java/jcf-write.c:3042
+#: java/parse.y:15713
 #, gcc-internal-format
-msgid "field initializer type mismatch"
+msgid ""
+"Can't catch class %qs. Catch clause parameter type must be a subclass of "
+"class %<java.lang.Throwable%>"
 msgstr ""
 
-#: java/jcf-write.c:3499
+#: java/parse.y:15737
 #, gcc-internal-format
-msgid "can't create directory %s: %m"
+msgid "%<catch%> not reached because of the catch clause at line %d"
 msgstr ""
 
-#: java/jcf-write.c:3532
+#: java/parse.y:15804
 #, gcc-internal-format
-msgid "can't open %s for writing: %m"
+msgid ""
+"Incompatible type for %<synchronized%>. Can't convert %qs to %<java.lang."
+"Object%>"
 msgstr ""
 
-#: java/jcf-write.c:3552
+#: java/parse.y:15855
 #, gcc-internal-format
-msgid "can't create %s: %m"
+msgid "Can't throw %qs; it must be a subclass of class %<java.lang.Throwable%>"
 msgstr ""
 
-#: java/jv-scan.c:194
+#: java/parse.y:15884
 #, gcc-internal-format
-msgid "only one of '--print-main', '--list-class', and '--complexity' allowed"
+msgid ""
+"Checked exception %qs can't be thrown in instance initializer (not all "
+"declared constructor are declaring it in their %<throws%> clause)"
 msgstr ""
 
-#: java/jv-scan.c:197
+#: java/parse.y:15905
 #, gcc-internal-format
-msgid "can't open output file '%s'"
+msgid ""
+"Checked exception %qs can't be caught by any of the catch clause(s) of the "
+"surrounding %<try%> block"
 msgstr ""
 
-#: java/jv-scan.c:233
+#: java/parse.y:15918
 #, gcc-internal-format
-msgid "file not found '%s'"
+msgid "Checked exception %qs can't be thrown in initializer"
 msgstr ""
 
-#: java/jvspec.c:436
+#: java/parse.y:15922
 #, gcc-internal-format
-msgid "warning: already-compiled .class files ignored with -C"
+msgid "Checked exception %qs isn't thrown from a %<try%> block"
 msgstr ""
 
-#: java/lang.c:615
+#: java/parse.y:15928
 #, gcc-internal-format
-msgid "can't do dependency tracking with input from stdin"
+msgid ""
+"Checked exception %qs doesn't match any of current method's %<throws%> "
+"declaration(s)"
 msgstr ""
 
-#: java/lang.c:631
+#: java/parse.y:16018
 #, gcc-internal-format
-msgid "couldn't determine target name for dependency tracking"
+msgid "Exception %qs can't be thrown in initializer"
 msgstr ""
 
-#: java/lex.c:260
+#: java/parse.y:16024
 #, gcc-internal-format
 msgid ""
-"unknown encoding: %qs\n"
-"This might mean that your locale's encoding is not supported\n"
-"by your system's iconv(3) implementation.  If you aren't trying\n"
-"to use a particular encoding for your input file, try the\n"
-"%<--encoding=UTF-8%> option"
+"Exception %qs must be caught, or it must be declared in the %<throws%> "
+"clause of %qs"
 msgstr ""
 
-#: java/lex.c:631
+#: java/parse.y:16117
 #, gcc-internal-format
-msgid "internal error - bad unget"
+msgid "Incompatible type for %<?:%>. Can't convert %qs to %<boolean%>"
 msgstr ""
 
-#: java/mangle_name.c:140 java/mangle_name.c:210
+#: java/parse.y:16185
 #, gcc-internal-format
-msgid "internal error - invalid Utf8 name"
+msgid "Incompatible type for %<?:%>. Can't convert %qs to %qs"
 msgstr ""
 
 #: java/typeck.c:531
@@ -27949,6 +29545,18 @@ msgstr ""
 msgid "Constructor can't be %s"
 msgstr ""
 
+#. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
+#. flags was set artificially, such as for an interface method.
+#: java/parse.h:165
+#, gcc-internal-format
+msgid "Discouraged redundant use of %qs modifier in declaration of %s"
+msgstr ""
+
+#: java/parse.h:172
+#, gcc-internal-format
+msgid "Discouraged redundant use of %qs modifier in declaration of %s %qs"
+msgstr ""
+
 #. Standard error messages
 #: java/parse.h:356
 #, gcc-internal-format
@@ -28026,184 +29634,184 @@ msgstr ""
 msgid "protocol %qs has circular dependency"
 msgstr ""
 
-#: objc/objc-act.c:1438 objc/objc-act.c:6554
+#: objc/objc-act.c:1438 objc/objc-act.c:6571
 #, gcc-internal-format
 msgid "cannot find protocol declaration for %qs"
 msgstr ""
 
-#: objc/objc-act.c:1888 objc/objc-act.c:3322 objc/objc-act.c:7163
-#: objc/objc-act.c:7499 objc/objc-act.c:7553 objc/objc-act.c:7578
+#: objc/objc-act.c:1905 objc/objc-act.c:3339 objc/objc-act.c:7180
+#: objc/objc-act.c:7516 objc/objc-act.c:7570 objc/objc-act.c:7595
 #, gcc-internal-format
 msgid "cannot find interface declaration for %qs"
 msgstr ""
 
-#: objc/objc-act.c:1892
+#: objc/objc-act.c:1909
 #, gcc-internal-format
 msgid "interface %qs does not have valid constant string layout"
 msgstr ""
 
-#: objc/objc-act.c:1897
+#: objc/objc-act.c:1914
 #, gcc-internal-format
 msgid "cannot find reference tag for class %qs"
 msgstr ""
 
-#: objc/objc-act.c:2522
+#: objc/objc-act.c:2539
 #, gcc-internal-format
 msgid "%Hcreating selector for nonexistent method %qE"
 msgstr ""
 
-#: objc/objc-act.c:2724
+#: objc/objc-act.c:2741
 #, gcc-internal-format
 msgid "%qs is not an Objective-C class name or alias"
 msgstr ""
 
-#: objc/objc-act.c:2850 objc/objc-act.c:2881 objc/objc-act.c:7427
-#: objc/objc-act.c:7728 objc/objc-act.c:7758
+#: objc/objc-act.c:2867 objc/objc-act.c:2898 objc/objc-act.c:7444
+#: objc/objc-act.c:7745 objc/objc-act.c:7775
 #, gcc-internal-format
 msgid "Objective-C declarations may only appear in global scope"
 msgstr ""
 
-#: objc/objc-act.c:2855
+#: objc/objc-act.c:2872
 #, gcc-internal-format
 msgid "cannot find class %qs"
 msgstr ""
 
-#: objc/objc-act.c:2857
+#: objc/objc-act.c:2874
 #, gcc-internal-format
 msgid "class %qs already exists"
 msgstr ""
 
-#: objc/objc-act.c:2901 objc/objc-act.c:7468
+#: objc/objc-act.c:2918 objc/objc-act.c:7485
 #, gcc-internal-format
 msgid "%qs redeclared as different kind of symbol"
 msgstr ""
 
-#: objc/objc-act.c:3175
+#: objc/objc-act.c:3192
 #, gcc-internal-format
 msgid "strong-cast assignment has been intercepted"
 msgstr ""
 
-#: objc/objc-act.c:3217
+#: objc/objc-act.c:3234
 #, gcc-internal-format
 msgid "strong-cast may possibly be needed"
 msgstr ""
 
-#: objc/objc-act.c:3227
+#: objc/objc-act.c:3244
 #, gcc-internal-format
 msgid "instance variable assignment has been intercepted"
 msgstr ""
 
-#: objc/objc-act.c:3246
+#: objc/objc-act.c:3263
 #, gcc-internal-format
 msgid "pointer arithmetic for garbage-collected objects not allowed"
 msgstr ""
 
-#: objc/objc-act.c:3252
+#: objc/objc-act.c:3269
 #, gcc-internal-format
 msgid "global/static variable assignment has been intercepted"
 msgstr ""
 
-#: objc/objc-act.c:3435
+#: objc/objc-act.c:3452
 #, gcc-internal-format
 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
 msgstr ""
 
-#: objc/objc-act.c:3777
+#: objc/objc-act.c:3794
 #, gcc-internal-format
 msgid "@catch parameter is not a known Objective-C class type"
 msgstr ""
 
-#: objc/objc-act.c:3793
+#: objc/objc-act.c:3810
 #, gcc-internal-format
 msgid "exception of type %<%T%> will be caught"
 msgstr ""
 
-#: objc/objc-act.c:3795
+#: objc/objc-act.c:3812
 #, gcc-internal-format
 msgid "%H   by earlier handler for %<%T%>"
 msgstr ""
 
-#: objc/objc-act.c:3848
+#: objc/objc-act.c:3865
 #, gcc-internal-format
 msgid "%<@try%> without %<@catch%> or %<@finally%>"
 msgstr ""
 
-#: objc/objc-act.c:3896
+#: objc/objc-act.c:3913
 #, gcc-internal-format
 msgid "%<@throw%> (rethrow) used outside of a @catch block"
 msgstr ""
 
-#: objc/objc-act.c:4294
+#: objc/objc-act.c:4311
 #, gcc-internal-format
 msgid "type %q+D does not have a known size"
 msgstr ""
 
-#: objc/objc-act.c:4927
+#: objc/objc-act.c:4944
 #, gcc-internal-format
 msgid "%J%s %qs"
 msgstr ""
 
-#: objc/objc-act.c:4950 objc/objc-act.c:4969
+#: objc/objc-act.c:4967 objc/objc-act.c:4986
 #, gcc-internal-format
 msgid "inconsistent instance variable specification"
 msgstr ""
 
-#: objc/objc-act.c:5826
+#: objc/objc-act.c:5843
 #, gcc-internal-format
 msgid "can not use an object as parameter to a method"
 msgstr ""
 
-#: objc/objc-act.c:6049
+#: objc/objc-act.c:6066
 #, gcc-internal-format
 msgid "multiple %s named %<%c%s%> found"
 msgstr ""
 
-#: objc/objc-act.c:6278
+#: objc/objc-act.c:6295
 #, gcc-internal-format
 msgid "no super class declared in @interface for %qs"
 msgstr ""
 
-#: objc/objc-act.c:6316
+#: objc/objc-act.c:6333
 #, gcc-internal-format
 msgid "found %<-%s%> instead of %<+%s%> in protocol(s)"
 msgstr ""
 
-#: objc/objc-act.c:6375
+#: objc/objc-act.c:6392
 #, gcc-internal-format
 msgid "invalid receiver type %qs"
 msgstr ""
 
-#: objc/objc-act.c:6390
+#: objc/objc-act.c:6407
 #, gcc-internal-format
 msgid "%<%c%s%> not found in protocol(s)"
 msgstr ""
 
-#: objc/objc-act.c:6404
+#: objc/objc-act.c:6421
 #, gcc-internal-format
 msgid "%qs may not respond to %<%c%s%>"
 msgstr ""
 
-#: objc/objc-act.c:6412
+#: objc/objc-act.c:6429
 #, gcc-internal-format
 msgid "no %<%c%s%> method found"
 msgstr ""
 
-#: objc/objc-act.c:6418
+#: objc/objc-act.c:6435
 #, gcc-internal-format
 msgid "(Messages without a matching method signature"
 msgstr ""
 
-#: objc/objc-act.c:6419
+#: objc/objc-act.c:6436
 #, gcc-internal-format
 msgid "will be assumed to return %<id%> and accept"
 msgstr ""
 
-#: objc/objc-act.c:6420
+#: objc/objc-act.c:6437
 #, gcc-internal-format
 msgid "%<...%> as arguments.)"
 msgstr ""
 
-#: objc/objc-act.c:6653
+#: objc/objc-act.c:6670
 #, gcc-internal-format
 msgid "undeclared selector %qs"
 msgstr ""
@@ -28217,161 +29825,161 @@ msgstr ""
 #. to an instance variable.  It's better to catch the cases
 #. where this is done unknowingly than to support the above
 #. paradigm.
-#: objc/objc-act.c:6695
+#: objc/objc-act.c:6712
 #, gcc-internal-format
 msgid "instance variable %qs accessed in class method"
 msgstr ""
 
-#: objc/objc-act.c:6927
+#: objc/objc-act.c:6944
 #, gcc-internal-format
 msgid "duplicate declaration of method %<%c%s%>"
 msgstr ""
 
-#: objc/objc-act.c:6988
+#: objc/objc-act.c:7005
 #, gcc-internal-format
 msgid "duplicate interface declaration for category %<%s(%s)%>"
 msgstr ""
 
-#: objc/objc-act.c:7015
+#: objc/objc-act.c:7032
 #, gcc-internal-format
 msgid "illegal reference type specified for instance variable %qs"
 msgstr ""
 
-#: objc/objc-act.c:7026
+#: objc/objc-act.c:7043
 #, gcc-internal-format
 msgid "instance variable %qs has unknown size"
 msgstr ""
 
-#: objc/objc-act.c:7051
+#: objc/objc-act.c:7068
 #, gcc-internal-format
 msgid "type %qs has no default constructor to call"
 msgstr ""
 
-#: objc/objc-act.c:7057
+#: objc/objc-act.c:7074
 #, gcc-internal-format
 msgid "destructor for %qs shall not be run either"
 msgstr ""
 
 #. Vtable pointers are Real Bad(tm), since Obj-C cannot
 #. initialize them.
-#: objc/objc-act.c:7069
+#: objc/objc-act.c:7086
 #, gcc-internal-format
 msgid "type %qs has virtual member functions"
 msgstr ""
 
-#: objc/objc-act.c:7070
+#: objc/objc-act.c:7087
 #, gcc-internal-format
 msgid "illegal aggregate type %qs specified for instance variable %qs"
 msgstr ""
 
-#: objc/objc-act.c:7080
+#: objc/objc-act.c:7097
 #, gcc-internal-format
 msgid "type %qs has a user-defined constructor"
 msgstr ""
 
-#: objc/objc-act.c:7082
+#: objc/objc-act.c:7099
 #, gcc-internal-format
 msgid "type %qs has a user-defined destructor"
 msgstr ""
 
-#: objc/objc-act.c:7086
+#: objc/objc-act.c:7103
 #, gcc-internal-format
 msgid ""
 "C++ constructors and destructors will not be invoked for Objective-C fields"
 msgstr ""
 
-#: objc/objc-act.c:7192
+#: objc/objc-act.c:7209
 #, gcc-internal-format
 msgid "instance variable %qs is declared private"
 msgstr ""
 
-#: objc/objc-act.c:7203
+#: objc/objc-act.c:7220
 #, gcc-internal-format
 msgid "instance variable %qs is %s; this will be a hard error in the future"
 msgstr ""
 
-#: objc/objc-act.c:7210
+#: objc/objc-act.c:7227
 #, gcc-internal-format
 msgid "instance variable %qs is declared %s"
 msgstr ""
 
-#: objc/objc-act.c:7236 objc/objc-act.c:7324
+#: objc/objc-act.c:7253 objc/objc-act.c:7341
 #, gcc-internal-format
 msgid "incomplete implementation of class %qs"
 msgstr ""
 
-#: objc/objc-act.c:7240 objc/objc-act.c:7329
+#: objc/objc-act.c:7257 objc/objc-act.c:7346
 #, gcc-internal-format
 msgid "incomplete implementation of category %qs"
 msgstr ""
 
-#: objc/objc-act.c:7245 objc/objc-act.c:7334
+#: objc/objc-act.c:7262 objc/objc-act.c:7351
 #, gcc-internal-format
 msgid "method definition for %<%c%s%> not found"
 msgstr ""
 
-#: objc/objc-act.c:7375
+#: objc/objc-act.c:7392
 #, gcc-internal-format
 msgid "%s %qs does not fully implement the %qs protocol"
 msgstr ""
 
-#: objc/objc-act.c:7433 objc/objc-act.c:9101
+#: objc/objc-act.c:7450 objc/objc-act.c:9118
 #, gcc-internal-format
 msgid "%<@end%> missing in implementation context"
 msgstr ""
 
-#: objc/objc-act.c:7452
+#: objc/objc-act.c:7469
 #, gcc-internal-format
 msgid "cannot find interface declaration for %qs, superclass of %qs"
 msgstr ""
 
-#: objc/objc-act.c:7482
+#: objc/objc-act.c:7499
 #, gcc-internal-format
 msgid "reimplementation of class %qs"
 msgstr ""
 
-#: objc/objc-act.c:7514
+#: objc/objc-act.c:7531
 #, gcc-internal-format
 msgid "conflicting super class name %qs"
 msgstr ""
 
-#: objc/objc-act.c:7516
+#: objc/objc-act.c:7533
 #, gcc-internal-format
 msgid "previous declaration of %qs"
 msgstr ""
 
-#: objc/objc-act.c:7530 objc/objc-act.c:7532
+#: objc/objc-act.c:7547 objc/objc-act.c:7549
 #, gcc-internal-format
 msgid "duplicate interface declaration for class %qs"
 msgstr ""
 
-#: objc/objc-act.c:7786
+#: objc/objc-act.c:7803
 #, gcc-internal-format
 msgid "duplicate declaration for protocol %qs"
 msgstr ""
 
 #. Add a readable method name to the warning.
-#: objc/objc-act.c:8344
+#: objc/objc-act.c:8361
 #, gcc-internal-format
 msgid "%J%s %<%c%s%>"
 msgstr ""
 
-#: objc/objc-act.c:8674
+#: objc/objc-act.c:8691
 #, gcc-internal-format
 msgid "no super class declared in interface for %qs"
 msgstr ""
 
-#: objc/objc-act.c:8723
+#: objc/objc-act.c:8740
 #, gcc-internal-format
 msgid "[super ...] must appear in a method context"
 msgstr ""
 
-#: objc/objc-act.c:8763
+#: objc/objc-act.c:8780
 #, gcc-internal-format
 msgid "method possibly missing a [super dealloc] call"
 msgstr ""
 
-#: objc/objc-act.c:9391
+#: objc/objc-act.c:9408
 #, gcc-internal-format
 msgid "local declaration of %qs hides instance variable"
 msgstr ""
@@ -28381,22 +29989,27 @@ msgstr ""
 msgid "%HDuplicate name %q.*s."
 msgstr ""
 
-#: treelang/treetree.c:810
+#: treelang/treetree.c:814
 #, gcc-internal-format
 msgid "Global register variable %qD used in nested function."
 msgstr ""
 
-#: treelang/treetree.c:814
+#: treelang/treetree.c:818
 #, gcc-internal-format
 msgid "Register variable %qD used in nested function."
 msgstr ""
 
-#: treelang/treetree.c:820
+#: treelang/treetree.c:824
 #, gcc-internal-format
 msgid "Address of global register variable %qD requested."
 msgstr ""
 
-#: treelang/treetree.c:825
+#: treelang/treetree.c:829
 #, gcc-internal-format
 msgid "Address of register variable %qD requested."
 msgstr ""
+
+#: treelang/treetree.c:1214
+#, gcc-internal-format
+msgid "%qD attribute ignored"
+msgstr ""