Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a05e4fdb
Commit
a05e4fdb
authored
Sep 16, 2004
by
Joseph Myers
Committed by
Joseph Myers
Sep 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.pot: Regenerate.
From-SVN: r87590
parent
0a1c093b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
858 additions
and
850 deletions
+858
-850
gcc/po/ChangeLog
+4
-0
gcc/po/gcc.pot
+854
-850
No files found.
gcc/po/ChangeLog
View file @
a05e4fdb
2004-09-16 Joseph S. Myers <jsm@polyomino.org.uk>
* gcc.pot: Regenerate.
2004-09-14 Joseph S. Myers <jsm@polyomino.org.uk>
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
...
...
gcc/po/gcc.pot
View file @
a05e4fdb
...
...
@@ -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: 2004-09-1
4 20:25
+0000
\n
"
"POT-Creation-Date: 2004-09-1
6 07:58
+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
"
...
...
@@ -18,22 +18,22 @@ msgstr ""
#: attribs.c:175
#, c-format
msgid
"
`%s'
attribute directive ignored"
msgid
"
%qs
attribute directive ignored"
msgstr
""
#: attribs.c:183
#, c-format
msgid
"wrong number of arguments specified for
`%s'
attribute"
msgid
"wrong number of arguments specified for
%qs
attribute"
msgstr
""
#: attribs.c:200
#, c-format
msgid
"
`%s'
attribute does not apply to types"
msgid
"
%qs
attribute does not apply to types"
msgstr
""
#: attribs.c:246
#, c-format
msgid
"
`%s'
attribute only applies to function types"
msgid
"
%qs
attribute only applies to function types"
msgstr
""
#: builtins.c:343
...
...
@@ -41,7 +41,7 @@ msgid "offset outside bounds of constant string"
msgstr
""
#: builtins.c:927
msgid
"second arg to
`__builtin_prefetch'
must be a constant"
msgid
"second arg to
%<__builtin_prefetch%>
must be a constant"
msgstr
""
#: builtins.c:934
...
...
@@ -49,105 +49,105 @@ msgid "invalid second arg to __builtin_prefetch; using zero"
msgstr
""
#: builtins.c:941
msgid
"third arg to
`__builtin_prefetch'
must be a constant"
msgid
"third arg to
%<__builtin_prefetch%>
must be a constant"
msgstr
""
#: builtins.c:948
msgid
"invalid third arg to __builtin_prefetch; using zero"
msgstr
""
#: builtins.c:41
4
0
msgid
"argument of
`__builtin_args_info'
must be constant"
#: builtins.c:41
5
0
msgid
"argument of
%<__builtin_args_info%>
must be constant"
msgstr
""
#: builtins.c:41
4
6
msgid
"argument of
`__builtin_args_info'
out of range"
#: builtins.c:41
5
6
msgid
"argument of
%<__builtin_args_info%>
out of range"
msgstr
""
#: builtins.c:41
5
2
msgid
"missing argument in
`__builtin_args_info'
"
#: builtins.c:41
6
2
msgid
"missing argument in
%<__builtin_args_info%>
"
msgstr
""
#: builtins.c:41
68 builtins.c:925
3
msgid
"
`va_start'
used in function with fixed args"
#: builtins.c:41
78 builtins.c:926
3
msgid
"
%<va_start%>
used in function with fixed args"
msgstr
""
#: builtins.c:41
87 builtins.c:926
9
msgid
"second parameter of
`va_start'
not last named argument"
#: builtins.c:41
97 builtins.c:927
9
msgid
"second parameter of
%<va_start%>
not last named argument"
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:4
192 builtins.c:927
5
msgid
"
`__builtin_next_arg'
called without an argument"
#: builtins.c:4
202 builtins.c:928
5
msgid
"
%<__builtin_next_arg%>
called without an argument"
msgstr
""
#: builtins.c:42
77 builtins.c:924
0
msgid
"too many arguments to function
`va_start'
"
#: builtins.c:42
87 builtins.c:925
0
msgid
"too many arguments to function
%<va_start%>
"
msgstr
""
#: builtins.c:44
2
3
msgid
"first argument to
`va_arg' not of type `va_list'
"
#: builtins.c:44
3
3
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:44
3
7
msgid
"
`%T' is promoted to `%T' when passed through `...'
"
#: builtins.c:44
4
7
msgid
"
%qT is promoted to %qT when passed through %<...%>
"
msgstr
""
#: builtins.c:44
4
2
msgid
"(so you should pass
`%T' not `%T' to `va_arg'
)"
#: builtins.c:44
5
2
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:44
4
8 c-typeck.c:1950
#: builtins.c:44
5
8 c-typeck.c:1950
msgid
"if this code is reached, the program will abort"
msgstr
""
#: builtins.c:45
6
6
msgid
"invalid arg to
`__builtin_frame_address'
"
#: builtins.c:45
7
6
msgid
"invalid arg to
%<__builtin_frame_address%>
"
msgstr
""
#: builtins.c:45
6
8
msgid
"invalid arg to
`__builtin_return_address'
"
#: builtins.c:45
7
8
msgid
"invalid arg to
%<__builtin_return_address%>
"
msgstr
""
#: builtins.c:45
8
2
msgid
"unsupported arg to
`__builtin_frame_address'
"
#: builtins.c:45
9
2
msgid
"unsupported arg to
%<__builtin_frame_address%>
"
msgstr
""
#: builtins.c:45
8
4
msgid
"unsupported arg to
`__builtin_return_address'
"
#: builtins.c:45
9
4
msgid
"unsupported arg to
%<__builtin_return_address%>
"
msgstr
""
#: builtins.c:47
5
0
msgid
"second arg to
`__builtin_expect'
must be a constant"
#: builtins.c:47
6
0
msgid
"second arg to
%<__builtin_expect%>
must be a constant"
msgstr
""
#: builtins.c:59
5
7
#: builtins.c:59
6
7
msgid
"__builtin_longjmp second argument must be 1"
msgstr
""
#: builtins.c:63
0
2
#: builtins.c:63
1
2
msgid
"target format does not support infinity"
msgstr
""
#: builtins.c:80
33 builtins.c:812
9
#: builtins.c:80
43 builtins.c:8139 c-typeck.c:217
9
#, c-format
msgid
"too few arguments to function
`%s'
"
msgid
"too few arguments to function
%qs
"
msgstr
""
#: builtins.c:80
39 builtins.c:8135
#: builtins.c:80
49 builtins.c:8145 c-typeck.c:2038
#, c-format
msgid
"too many arguments to function
`%s'
"
msgid
"too many arguments to function
%qs
"
msgstr
""
#: builtins.c:80
45 builtins.c:815
9
#: builtins.c:80
55 builtins.c:816
9
#, c-format
msgid
"non-floating-point argument to function
`%s'
"
msgid
"non-floating-point argument to function
%qs
"
msgstr
""
#: c-common.c:831
...
...
@@ -351,7 +351,7 @@ msgstr ""
#: c-common.c:4150 c-common.c:4194 c-common.c:4222 c-common.c:4250
#: c-common.c:4269 c-common.c:4581 c-common.c:4612 c-common.c:4698
#: c-common.c:4765 c-common.c:4811 c-common.c:4869 c-common.c:4898
#: c-common.c:5177 c-common.c:5200 c-common.c:5239
#: c-common.c:5177 c-common.c:5200 c-common.c:5239
tree.c:3075
#, c-format
msgid
"%qs attribute ignored"
msgstr
""
...
...
@@ -569,7 +569,7 @@ msgstr ""
#. Use `%s' to print the string in case there are any escape
#. characters in the message.
#: c-common.c:5494 c-typeck.c:2696 c-typeck.c:3949 c-typeck.c:3964
#: c-typeck.c:3979 final.c:2839 final.c:2841 gcc.c:464
5
rtl-error.c:113
#: c-typeck.c:3979 final.c:2839 final.c:2841 gcc.c:464
7
rtl-error.c:113
#: toplev.c:605 config/cris/cris.c:568 cp/parser.c:2086 cp/typeck.c:4136
#: java/expr.c:368 java/verify.c:1552 java/verify.c:1553 java/verify.c:1572
#, c-format
...
...
@@ -960,7 +960,7 @@ msgstr ""
msgid
"%Jzero or negative size array %qD"
msgstr
""
#: c-decl.c:3167
#: c-decl.c:3167
varasm.c:1523
msgid
"%Jstorage size of %qD isn%'t known"
msgstr
""
...
...
@@ -1112,7 +1112,7 @@ msgstr ""
msgid
"storage class specified for parameter %qs"
msgstr
""
#: c-decl.c:4003 cp/decl.c:696
3
#: c-decl.c:4003 cp/decl.c:696
2
msgid
"storage class specified for typename"
msgstr
""
...
...
@@ -1274,7 +1274,7 @@ msgstr ""
#. A mere warning is sure to result in improper semantics
#. at runtime. Don't bother to allow this to compile.
#: c-decl.c:4709 cp/decl.c:588
7
#: c-decl.c:4709 cp/decl.c:588
6
msgid
"thread-local storage not supported for this target"
msgstr
""
...
...
@@ -1331,7 +1331,7 @@ msgstr ""
msgid
"redefinition of %<struct %s%>"
msgstr
""
#: c-decl.c:5154 cp/decl.c:349
3
#: c-decl.c:5154 cp/decl.c:349
2
msgid
"declaration does not declare anything"
msgstr
""
...
...
@@ -1519,7 +1519,7 @@ msgstr ""
msgid
"argument %qD doesn%'t match prototype"
msgstr
""
#: c-decl.c:6395 cp/decl.c:1048
4
#: c-decl.c:6395 cp/decl.c:1048
3
msgid
"no return statement in function returning non-void"
msgstr
""
...
...
@@ -1615,7 +1615,7 @@ msgstr ""
msgid
"%<__thread%> used with %qs"
msgstr
""
#: c-decl.c:7025
#: c-decl.c:7025
toplev.c:843
msgid
"%J%qF used but never defined"
msgstr
""
...
...
@@ -1649,59 +1649,59 @@ msgid "format string arg follows the args to be formatted"
msgstr
""
#: c-format.c:345 c-format.c:369
msgid
"
`
' flag"
msgid
"
'
' flag"
msgstr
""
#: c-format.c:345 c-format.c:369
msgid
"the
`
' printf flag"
msgid
"the
'
' printf flag"
msgstr
""
#: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
msgid
"
`
+' flag"
msgid
"
'
+' flag"
msgstr
""
#: c-format.c:346 c-format.c:370 c-format.c:408
msgid
"the
`
+' printf flag"
msgid
"the
'
+' printf flag"
msgstr
""
#: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
msgid
"
`
#' flag"
msgid
"
'
#' flag"
msgstr
""
#: c-format.c:347 c-format.c:371 c-format.c:409
msgid
"the
`
#' printf flag"
msgid
"the
'
#' printf flag"
msgstr
""
#: c-format.c:348 c-format.c:372 c-format.c:439
msgid
"
`
0' flag"
msgid
"
'
0' flag"
msgstr
""
#: c-format.c:348 c-format.c:372
msgid
"the
`
0' printf flag"
msgid
"the
'
0' printf flag"
msgstr
""
#: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
msgid
"
`
-' flag"
msgid
"
'
-' flag"
msgstr
""
#: c-format.c:349 c-format.c:373
msgid
"the
`
-' printf flag"
msgid
"the
'
-' printf flag"
msgstr
""
#: c-format.c:350 c-format.c:422
msgid
"
`
'' flag"
msgid
"
'
'' flag"
msgstr
""
#: c-format.c:350
msgid
"the
`
'' printf flag"
msgid
"the
'
'' printf flag"
msgstr
""
#: c-format.c:351 c-format.c:423
msgid
"
`
I' flag"
msgid
"
'
I' flag"
msgstr
""
#: c-format.c:351
msgid
"the
`
I' printf flag"
msgid
"the
'
I' printf flag"
msgstr
""
#: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
...
...
@@ -1732,11 +1732,11 @@ msgid "length modifier in printf format"
msgstr
""
#: c-format.c:398 c-format.c:410
msgid
"
`
q' flag"
msgid
"
'
q' flag"
msgstr
""
#: c-format.c:398 c-format.c:410
msgid
"the
`
q' diagnostic flag"
msgid
"the
'
q' diagnostic flag"
msgstr
""
#: c-format.c:418
...
...
@@ -1748,11 +1748,11 @@ msgid "the assignment suppression scanf feature"
msgstr
""
#: c-format.c:419
msgid
"
`
a' flag"
msgid
"
'
a' flag"
msgstr
""
#: c-format.c:419
msgid
"the
`
a' scanf flag"
msgid
"the
'
a' scanf flag"
msgstr
""
#: c-format.c:420
...
...
@@ -1764,39 +1764,39 @@ msgid "length modifier in scanf format"
msgstr
""
#: c-format.c:422
msgid
"the
`
'' scanf flag"
msgid
"the
'
'' scanf flag"
msgstr
""
#: c-format.c:423
msgid
"the
`
I' scanf flag"
msgid
"the
'
I' scanf flag"
msgstr
""
#: c-format.c:437
msgid
"
`
_' flag"
msgid
"
'
_' flag"
msgstr
""
#: c-format.c:437
msgid
"the
`
_' strftime flag"
msgid
"the
'
_' strftime flag"
msgstr
""
#: c-format.c:438
msgid
"the
`
-' strftime flag"
msgid
"the
'
-' strftime flag"
msgstr
""
#: c-format.c:439
msgid
"the
`
0' strftime flag"
msgid
"the
'
0' strftime flag"
msgstr
""
#: c-format.c:440 c-format.c:464
msgid
"
`
^' flag"
msgid
"
'
^' flag"
msgstr
""
#: c-format.c:440
msgid
"the
`
^' strftime flag"
msgid
"the
'
^' strftime flag"
msgstr
""
#: c-format.c:441
msgid
"the
`
#' strftime flag"
msgid
"the
'
#' strftime flag"
msgstr
""
#: c-format.c:442
...
...
@@ -1804,23 +1804,23 @@ msgid "field width in strftime format"
msgstr
""
#: c-format.c:443
msgid
"
`
E' modifier"
msgid
"
'
E' modifier"
msgstr
""
#: c-format.c:443
msgid
"the
`
E' strftime modifier"
msgid
"the
'
E' strftime modifier"
msgstr
""
#: c-format.c:444
msgid
"
`
O' modifier"
msgid
"
'
O' modifier"
msgstr
""
#: c-format.c:444
msgid
"the
`
O' strftime modifier"
msgid
"the
'
O' strftime modifier"
msgstr
""
#: c-format.c:445
msgid
"the
`
O' modifier"
msgid
"the
'
O' modifier"
msgstr
""
#: c-format.c:463
...
...
@@ -1832,31 +1832,31 @@ msgid "fill character in strfmon format"
msgstr
""
#: c-format.c:464
msgid
"the
`
^' strfmon flag"
msgid
"the
'
^' strfmon flag"
msgstr
""
#: c-format.c:465
msgid
"the
`
+' strfmon flag"
msgid
"the
'
+' strfmon flag"
msgstr
""
#: c-format.c:466
msgid
"
`
(' flag"
msgid
"
'
(' flag"
msgstr
""
#: c-format.c:466
msgid
"the
`
(' strfmon flag"
msgid
"the
'
(' strfmon flag"
msgstr
""
#: c-format.c:467
msgid
"
`
!' flag"
msgid
"
'
!' flag"
msgstr
""
#: c-format.c:467
msgid
"the
`
!' strfmon flag"
msgid
"the
'
!' strfmon flag"
msgstr
""
#: c-format.c:468
msgid
"the
`
-' strfmon flag"
msgid
"the
'
-' strfmon flag"
msgstr
""
#: c-format.c:469
...
...
@@ -2524,7 +2524,7 @@ msgstr ""
#: c-pch.c:164
#, c-format
msgid
"
`%s'
is not a valid output file"
msgid
"
%qs
is not a valid output file"
msgstr
""
#: c-pch.c:193 c-pch.c:208 c-pch.c:222
...
...
@@ -2824,11 +2824,6 @@ msgstr ""
msgid
"initializer element is not constant"
msgstr
""
#: c-typeck.c:2038
#, c-format
msgid
"too many arguments to function %qs"
msgstr
""
#: c-typeck.c:2041 cp/typeck.c:2565
msgid
"too many arguments to function"
msgstr
""
...
...
@@ -2887,11 +2882,6 @@ msgstr ""
msgid
"%s as signed due to prototype"
msgstr
""
#: c-typeck.c:2179
#, c-format
msgid
"too few arguments to function %qs"
msgstr
""
#: c-typeck.c:2182 cp/typeck.c:2671
msgid
"too few arguments to function"
msgstr
""
...
...
@@ -3276,7 +3266,7 @@ msgstr ""
msgid
"invalid initializer"
msgstr
""
#: c-typeck.c:4514 cp/decl.c:446
2
#: c-typeck.c:4514 cp/decl.c:446
1
msgid
"opaque vector types cannot be initialized"
msgstr
""
...
...
@@ -3971,7 +3961,7 @@ msgstr ""
msgid
"Nodes with no released memory found."
msgstr
""
#: collect2.c:406 gcc.c:674
0
#: collect2.c:406 gcc.c:674
2
#, c-format
msgid
"internal gcc abort in %s, at %s:%d"
msgstr
""
...
...
@@ -4184,12 +4174,11 @@ msgstr ""
#: coverage.c:168
#, c-format
msgid
"
`%s'
is not a gcov data file"
msgid
"
%qs
is not a gcov data file"
msgstr
""
#: coverage.c:179
#, c-format
msgid
"`%s' is version `%.*s', expected version `%.*s'"
msgid
"%qs is version %q.*s, expected version %q.*s"
msgstr
""
#: coverage.c:259 coverage.c:267
...
...
@@ -4214,22 +4203,22 @@ msgstr ""
#: coverage.c:296
#, c-format
msgid
"
`%s'
has overflowed"
msgid
"
%qs
has overflowed"
msgstr
""
#: coverage.c:296
#, c-format
msgid
"
`%s'
is corrupted"
msgid
"
%qs
is corrupted"
msgstr
""
#: coverage.c:333
#, c-format
msgid
"no coverage for function
'%s'
found."
msgid
"no coverage for function
%qs
found."
msgstr
""
#: coverage.c:341 coverage.c:349
#, c-format
msgid
"coverage mismatch for function
'%s' while reading counter '%s'
."
msgid
"coverage mismatch for function
%qs while reading counter %qs
."
msgstr
""
#: coverage.c:532
...
...
@@ -4239,7 +4228,7 @@ msgstr ""
#: coverage.c:567
#, c-format
msgid
"error writing
`%s'
"
msgid
"error writing
%qs
"
msgstr
""
#: cppspec.c:106
...
...
@@ -4327,7 +4316,7 @@ msgid "exception handling disabled, use -fexceptions to enable"
msgstr
""
#: except.c:2924
msgid
"argument of
`__builtin_eh_return_regno'
must be constant"
msgid
"argument of
%<__builtin_eh_return_regno%>
must be constant"
msgstr
""
#: except.c:3055
...
...
@@ -4412,144 +4401,144 @@ msgid "comparison is always %d"
msgstr
""
#: fold-const.c:4900
msgid
"
`or'
of unmatched not-equal tests is always 1"
msgid
"
%<or%>
of unmatched not-equal tests is always 1"
msgstr
""
#: fold-const.c:4905
msgid
"
`and'
of mutually exclusive equal-tests is always 0"
msgid
"
%<and%>
of mutually exclusive equal-tests is always 0"
msgstr
""
#: fold-const.c:9025
msgid
"fold check: original tree changed by fold"
msgstr
""
#: function.c:834 varasm.c:15
48
msgid
"%Jsize of variable
'%D'
is too large"
#: function.c:834 varasm.c:15
51
msgid
"%Jsize of variable
%qD
is too large"
msgstr
""
#: function.c:1435
msgid
"impossible constraint in
`asm'
"
msgid
"impossible constraint in
%<asm%>
"
msgstr
""
#: function.c:3457
msgid
"%Jvariable
'%D' might be clobbered by `longjmp' or `vfork'
"
msgid
"%Jvariable
%qD might be clobbered by %<longjmp%> or %<vfork%>
"
msgstr
""
#: function.c:347
7
msgid
"%Jargument
'%D' might be clobbered by `longjmp' or `vfork'
"
#: function.c:347
8
msgid
"%Jargument
%qD might be clobbered by %<longjmp%> or %<vfork%>
"
msgstr
""
#: function.c:386
8
#: function.c:386
9
msgid
"function returns an aggregate"
msgstr
""
#: function.c:420
1
msgid
"%Junused parameter
'%D'
"
#: function.c:420
2
msgid
"%Junused parameter
%qD
"
msgstr
""
#: gcc.c:12
39
#: gcc.c:12
40
#, c-format
msgid
"ambiguous abbreviation %s"
msgstr
""
#: gcc.c:126
6
#: gcc.c:126
7
#, c-format
msgid
"incomplete `%s' option"
msgstr
""
#: gcc.c:127
7
#: gcc.c:127
8
#, c-format
msgid
"missing argument to `%s' option"
msgstr
""
#: gcc.c:129
0
#: gcc.c:129
1
#, c-format
msgid
"extraneous argument to `%s' option"
msgstr
""
#: gcc.c:163
3
#: gcc.c:163
5
msgid
"Using built-in specs.
\n
"
msgstr
""
#: gcc.c:182
1
#: gcc.c:182
3
#, c-format
msgid
""
"Setting spec %s to '%s'
\n
"
"
\n
"
msgstr
""
#: gcc.c:193
0
#: gcc.c:193
2
#, c-format
msgid
"Reading specs from %s
\n
"
msgstr
""
#: gcc.c:202
6 gcc.c:2045
#: gcc.c:202
8 gcc.c:2047
#, c-format
msgid
"specs %%include syntax malformed after %ld characters"
msgstr
""
#: gcc.c:205
3
#: gcc.c:205
5
#, c-format
msgid
"could not find specs file %s
\n
"
msgstr
""
#: gcc.c:207
0 gcc.c:2078 gcc.c:2087 gcc.c:2096
#: gcc.c:207
2 gcc.c:2080 gcc.c:2089 gcc.c:2098
#, c-format
msgid
"specs %%rename syntax malformed after %ld characters"
msgstr
""
#: gcc.c:210
5
#: gcc.c:210
7
#, c-format
msgid
"specs %s spec was not found to be renamed"
msgstr
""
#: gcc.c:211
2
#: gcc.c:211
4
#, c-format
msgid
"%s: attempt to rename spec '%s' to already defined spec '%s'"
msgstr
""
#: gcc.c:211
7
#: gcc.c:211
9
#, c-format
msgid
"rename spec %s to %s
\n
"
msgstr
""
#: gcc.c:21
19
#: gcc.c:21
21
#, c-format
msgid
""
"spec is '%s'
\n
"
"
\n
"
msgstr
""
#: gcc.c:213
2
#: gcc.c:213
4
#, c-format
msgid
"specs unknown %% command after %ld characters"
msgstr
""
#: gcc.c:214
3 gcc.c:2156
#: gcc.c:214
5 gcc.c:2158
#, c-format
msgid
"specs file malformed after %ld characters"
msgstr
""
#: gcc.c:22
09
#: gcc.c:22
11
msgid
"spec file has no spec for linking"
msgstr
""
#: gcc.c:263
1
#: gcc.c:263
3
#, c-format
msgid
"system path `%s' is not absolute"
msgstr
""
#: gcc.c:269
4
#: gcc.c:269
6
msgid
"-pipe not supported"
msgstr
""
#: gcc.c:275
6
#: gcc.c:275
8
msgid
""
"
\n
"
"Go ahead? (y or n) "
msgstr
""
#: gcc.c:288
1
#: gcc.c:288
3
#, c-format
msgid
""
"Internal error: %s (program %s)
\n
"
...
...
@@ -4557,189 +4546,189 @@ msgid ""
"See %s for instructions."
msgstr
""
#: gcc.c:2
899
#: gcc.c:2
901
#, c-format
msgid
"# %s %.2f %.2f
\n
"
msgstr
""
#: gcc.c:30
29
#: gcc.c:30
31
#, c-format
msgid
"Usage: %s [options] file...
\n
"
msgstr
""
#: gcc.c:303
0
#: gcc.c:303
2
msgid
"Options:
\n
"
msgstr
""
#: gcc.c:303
2
#: gcc.c:303
4
msgid
" -pass-exit-codes Exit with highest error code from a phase
\n
"
msgstr
""
#: gcc.c:303
3
#: gcc.c:303
5
msgid
" --help Display this information
\n
"
msgstr
""
#: gcc.c:303
4
#: gcc.c:303
6
msgid
""
" --target-help Display target specific command line options
\n
"
msgstr
""
#: gcc.c:303
6
#: gcc.c:303
8
msgid
" (Use '-v --help' to display command line options of sub-processes)
\n
"
msgstr
""
#: gcc.c:303
7
#: gcc.c:303
9
msgid
" -dumpspecs Display all of the built in spec strings
\n
"
msgstr
""
#: gcc.c:30
38
#: gcc.c:30
40
msgid
" -dumpversion Display the version of the compiler
\n
"
msgstr
""
#: gcc.c:30
39
#: gcc.c:30
41
msgid
" -dumpmachine Display the compiler's target processor
\n
"
msgstr
""
#: gcc.c:304
0
#: gcc.c:304
2
msgid
""
" -print-search-dirs Display the directories in the compiler's search "
"path
\n
"
msgstr
""
#: gcc.c:304
1
#: gcc.c:304
3
msgid
""
" -print-libgcc-file-name Display the name of the compiler's companion "
"library
\n
"
msgstr
""
#: gcc.c:304
2
#: gcc.c:304
4
msgid
" -print-file-name=<lib> Display the full path to library <lib>
\n
"
msgstr
""
#: gcc.c:304
3
#: gcc.c:304
5
msgid
""
" -print-prog-name=<prog> Display the full path to compiler component "
"<prog>
\n
"
msgstr
""
#: gcc.c:304
4
#: gcc.c:304
6
msgid
""
" -print-multi-directory Display the root directory for versions of "
"libgcc
\n
"
msgstr
""
#: gcc.c:304
5
#: gcc.c:304
7
msgid
""
" -print-multi-lib Display the mapping between command line options "
"and
\n
"
" multiple library search directories
\n
"
msgstr
""
#: gcc.c:30
48
#: gcc.c:30
50
msgid
" -print-multi-os-directory Display the relative path to OS libraries
\n
"
msgstr
""
#: gcc.c:30
49
#: gcc.c:30
51
msgid
""
" -Wa,<options> Pass comma-separated <options> on to the "
"assembler
\n
"
msgstr
""
#: gcc.c:305
0
#: gcc.c:305
2
msgid
""
" -Wp,<options> Pass comma-separated <options> on to the "
"preprocessor
\n
"
msgstr
""
#: gcc.c:305
1
#: gcc.c:305
3
msgid
""
" -Wl,<options> Pass comma-separated <options> on to the linker
\n
"
msgstr
""
#: gcc.c:305
2
#: gcc.c:305
4
msgid
" -Xassembler <arg> Pass <arg> on to the assembler
\n
"
msgstr
""
#: gcc.c:305
3
#: gcc.c:305
5
msgid
" -Xpreprocessor <arg> Pass <arg> on to the preprocessor
\n
"
msgstr
""
#: gcc.c:305
4
#: gcc.c:305
6
msgid
" -Xlinker <arg> Pass <arg> on to the linker
\n
"
msgstr
""
#: gcc.c:305
5
#: gcc.c:305
7
msgid
""
" -combine Pass multiple source files to compiler at once
\n
"
msgstr
""
#: gcc.c:305
6
#: gcc.c:305
8
msgid
" -save-temps Do not delete intermediate files
\n
"
msgstr
""
#: gcc.c:305
7
#: gcc.c:305
9
msgid
" -pipe Use pipes rather than intermediate files
\n
"
msgstr
""
#: gcc.c:30
58
#: gcc.c:30
60
msgid
" -time Time the execution of each subprocess
\n
"
msgstr
""
#: gcc.c:30
59
#: gcc.c:30
61
msgid
""
" -specs=<file> Override built-in specs with the contents of "
"<file>
\n
"
msgstr
""
#: gcc.c:306
0
#: gcc.c:306
2
msgid
""
" -std=<standard> Assume that the input sources are for <standard>
\n
"
msgstr
""
#: gcc.c:306
1
#: gcc.c:306
3
msgid
""
" -B <directory> Add <directory> to the compiler's search paths
\n
"
msgstr
""
#: gcc.c:306
2
#: gcc.c:306
4
msgid
" -b <machine> Run gcc for target <machine>, if installed
\n
"
msgstr
""
#: gcc.c:306
3
#: gcc.c:306
5
msgid
""
" -V <version> Run gcc version number <version>, if installed
\n
"
msgstr
""
#: gcc.c:306
4
#: gcc.c:306
6
msgid
""
" -v Display the programs invoked by the compiler
\n
"
msgstr
""
#: gcc.c:306
5
#: gcc.c:306
7
msgid
""
" -### Like -v but options quoted and commands not "
"executed
\n
"
msgstr
""
#: gcc.c:306
6
#: gcc.c:306
8
msgid
""
" -E Preprocess only; do not compile, assemble or "
"link
\n
"
msgstr
""
#: gcc.c:306
7
#: gcc.c:306
9
msgid
" -S Compile only; do not assemble or link
\n
"
msgstr
""
#: gcc.c:30
68
#: gcc.c:30
70
msgid
" -c Compile and assemble, but do not link
\n
"
msgstr
""
#: gcc.c:30
69
#: gcc.c:30
71
msgid
" -o <file> Place the output into <file>
\n
"
msgstr
""
#: gcc.c:307
0
#: gcc.c:307
2
msgid
""
" -x <language> Specify the language of the following input "
"files
\n
"
...
...
@@ -4750,7 +4739,7 @@ msgid ""
"extension
\n
"
msgstr
""
#: gcc.c:307
7
#: gcc.c:307
9
#, c-format
msgid
""
"
\n
"
...
...
@@ -4759,28 +4748,28 @@ msgid ""
" other options on to these processes the -W<letter> options must be used.
\n
"
msgstr
""
#: gcc.c:319
7
#: gcc.c:319
9
#, c-format
msgid
"`-%c' option must have argument"
msgstr
""
#: gcc.c:32
19
#: gcc.c:32
21
#, c-format
msgid
"couldn't run `%s': %s"
msgstr
""
#. translate_options () has turned --version into -fversion.
#: gcc.c:340
4
#: gcc.c:340
6
#, c-format
msgid
"%s (GCC) %s
\n
"
msgstr
""
#: gcc.c:340
6
gcov.c:412 java/gjavah.c:2310 java/jcf-dump.c:916
#: gcc.c:340
8
gcov.c:412 java/gjavah.c:2310 java/jcf-dump.c:916
#: java/jv-scan.c:126
msgid
"(C)"
msgstr
""
#: gcc.c:340
7
java/gjavah.c:2311 java/jcf-dump.c:917 java/jv-scan.c:127
#: gcc.c:340
9
java/gjavah.c:2311 java/jcf-dump.c:917 java/jv-scan.c:127
#, c-format
msgid
""
"This is free software; see the source for copying conditions. There is NO
\n
"
...
...
@@ -4788,87 +4777,87 @@ msgid ""
"
\n
"
msgstr
""
#: gcc.c:35
08
#: gcc.c:35
10
msgid
"argument to `-Xlinker' is missing"
msgstr
""
#: gcc.c:351
6
#: gcc.c:351
8
msgid
"argument to `-Xpreprocessor' is missing"
msgstr
""
#: gcc.c:352
3
#: gcc.c:352
5
msgid
"argument to `-Xassembler' is missing"
msgstr
""
#: gcc.c:353
0
#: gcc.c:353
2
msgid
"argument to `-l' is missing"
msgstr
""
#: gcc.c:355
1
#: gcc.c:355
3
msgid
"argument to `-specs' is missing"
msgstr
""
#: gcc.c:356
5
#: gcc.c:356
7
msgid
"argument to `-specs=' is missing"
msgstr
""
#: gcc.c:360
2
#: gcc.c:360
4
#, c-format
msgid
"`-%c' must come at the start of the command line"
msgstr
""
#: gcc.c:361
1
#: gcc.c:361
3
msgid
"argument to `-B' is missing"
msgstr
""
#: gcc.c:378
4
#: gcc.c:378
6
msgid
"warning: -pipe ignored because -save-temps specified"
msgstr
""
#: gcc.c:37
88
#: gcc.c:37
90
msgid
"warning: -pipe ignored because -time specified"
msgstr
""
#: gcc.c:400
0
#: gcc.c:400
2
msgid
"argument to `-x' is missing"
msgstr
""
#: gcc.c:40
28
#: gcc.c:40
30
#, c-format
msgid
"argument to `-%s' is missing"
msgstr
""
#: gcc.c:40
89
#: gcc.c:40
91
#, c-format
msgid
"warning: `-x %s' after last input file has no effect"
msgstr
""
#: gcc.c:436
6
#: gcc.c:436
8
#, c-format
msgid
"switch '%s' does not start with '-'"
msgstr
""
#: gcc.c:459
3
#: gcc.c:459
5
#, c-format
msgid
"spec '%s' invalid"
msgstr
""
#: gcc.c:46
59
#: gcc.c:46
61
#, c-format
msgid
"%s
\n
"
msgstr
""
#: gcc.c:473
2
#: gcc.c:473
4
#, c-format
msgid
"spec '%s' has invalid `%%0%c'"
msgstr
""
#: gcc.c:49
29
#: gcc.c:49
31
#, c-format
msgid
"spec `%s' has invalid `%%W%c"
msgstr
""
#: gcc.c:496
0
#: gcc.c:496
2
#, c-format
msgid
"spec `%s' has invalid `%%x%c'"
msgstr
""
...
...
@@ -4876,159 +4865,159 @@ msgstr ""
#. Catch the case where a spec string contains something like
#. '%{foo:%*}'. ie there is no * in the pattern on the left
#. hand side of the :.
#: gcc.c:517
2
#: gcc.c:517
4
#, c-format
msgid
"spec failure: '%%*' has not been initialized by pattern match"
msgstr
""
#: gcc.c:518
1
#: gcc.c:518
3
#, c-format
msgid
"warning: use of obsolete %%[ operator in specs"
msgstr
""
#: gcc.c:5
199
#: gcc.c:5
201
#, c-format
msgid
"Processing spec %c%s%c, which is '%s'
\n
"
msgstr
""
#: gcc.c:526
2
#: gcc.c:526
4
#, c-format
msgid
"spec failure: unrecognized spec option '%c'"
msgstr
""
#: gcc.c:534
1
#: gcc.c:534
3
#, c-format
msgid
"unknown spec function `%s'"
msgstr
""
#: gcc.c:536
0
#: gcc.c:536
2
#, c-format
msgid
"error in args to spec function `%s'"
msgstr
""
#: gcc.c:54
08
#: gcc.c:54
10
msgid
"malformed spec function name"
msgstr
""
#. )
#: gcc.c:541
1
#: gcc.c:541
3
msgid
"no arguments for spec function"
msgstr
""
#: gcc.c:543
0
#: gcc.c:543
2
msgid
"malformed spec function arguments"
msgstr
""
#: gcc.c:565
3
#: gcc.c:565
5
#, c-format
msgid
"braced spec `%s' is invalid at `%c'"
msgstr
""
#: gcc.c:574
1
#: gcc.c:574
3
#, c-format
msgid
"braced spec body `%s' is invalid"
msgstr
""
#: gcc.c:616
7
#: gcc.c:616
9
msgid
"spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
msgstr
""
#: gcc.c:617
7
#: gcc.c:617
9
msgid
"spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
msgstr
""
#: gcc.c:627
0
#: gcc.c:627
2
#, c-format
msgid
"unrecognized option `-%s'"
msgstr
""
#: gcc.c:627
6
#: gcc.c:627
8
#, c-format
msgid
"install: %s%s
\n
"
msgstr
""
#: gcc.c:627
7
#: gcc.c:627
9
#, c-format
msgid
"programs: %s
\n
"
msgstr
""
#: gcc.c:62
78
#: gcc.c:62
80
#, c-format
msgid
"libraries: %s
\n
"
msgstr
""
#: gcc.c:633
5
#: gcc.c:633
7
#, c-format
msgid
""
"
\n
"
"For bug reporting instructions, please see:
\n
"
msgstr
""
#: gcc.c:635
1
#: gcc.c:635
3
#, c-format
msgid
"Configured with: %s
\n
"
msgstr
""
#: gcc.c:636
5
#: gcc.c:636
7
#, c-format
msgid
"Thread model: %s
\n
"
msgstr
""
#: gcc.c:637
6
#: gcc.c:637
8
#, c-format
msgid
"gcc version %s
\n
"
msgstr
""
#: gcc.c:63
78
#: gcc.c:63
80
#, c-format
msgid
"gcc driver version %s executing gcc version %s
\n
"
msgstr
""
#: gcc.c:638
6
#: gcc.c:638
8
msgid
"no input files"
msgstr
""
#: gcc.c:645
7 gcc.c:6520
#: gcc.c:645
9 gcc.c:6522
#, c-format
msgid
"%s: %s compiler not installed on this system"
msgstr
""
#: gcc.c:646
6
#: gcc.c:646
8
#, c-format
msgid
"spec `%s' is invalid"
msgstr
""
#: gcc.c:660
3
#: gcc.c:660
5
#, c-format
msgid
"%s: linker input file unused because linking not done"
msgstr
""
#: gcc.c:664
3
#: gcc.c:664
5
#, c-format
msgid
"language %s not recognized"
msgstr
""
#: gcc.c:671
4
#: gcc.c:671
6
#, c-format
msgid
"%s: %s"
msgstr
""
#: gcc.c:693
4
#: gcc.c:693
6
#, c-format
msgid
"multilib spec `%s' is invalid"
msgstr
""
#: gcc.c:712
6
#: gcc.c:712
8
#, c-format
msgid
"multilib exclusions `%s' is invalid"
msgstr
""
#: gcc.c:718
4 gcc.c:7325
#: gcc.c:718
6 gcc.c:7327
#, c-format
msgid
"multilib select `%s' is invalid"
msgstr
""
#: gcc.c:736
3
#: gcc.c:736
5
#, c-format
msgid
"multilib exclusion `%s' is invalid"
msgstr
""
...
...
@@ -5311,16 +5300,16 @@ msgid "GCSE disabled"
msgstr
""
#. Return if there's nothing to do, or it is too expensive.
#: gcse.c:652
6
#: gcse.c:652
7
msgid
"jump bypassing disabled"
msgstr
""
#: gcse.c:658
7
#: gcse.c:658
8
#, c-format
msgid
"%s: %d basic blocks and %d edges/basic block"
msgstr
""
#: gcse.c:660
0
#: gcse.c:660
1
#, c-format
msgid
"%s: %d basic blocks and %d registers"
msgstr
""
...
...
@@ -5365,17 +5354,17 @@ msgstr ""
msgid
"unexpected node"
msgstr
""
#: gimplify.c:31
41
#: gimplify.c:31
64
#, c-format
msgid
"invalid lvalue in asm output %d"
msgstr
""
#: gimplify.c:3
189
#: gimplify.c:3
212
#, c-format
msgid
"memory input %d is not directly addressable"
msgstr
""
#: gimplify.c:40
42
#: gimplify.c:40
65
msgid
"gimplification failed"
msgstr
""
...
...
@@ -5384,8 +5373,8 @@ msgstr ""
msgid
"%s cannot be used in asm here"
msgstr
""
#: graph.c:399 passes.c:131
toplev.c:1864 java/jcf-parse.c:907
#: java/
jcf-parse.c:1065 java/
lex.c:1841 objc/objc-act.c:548
#: graph.c:399 passes.c:131
java/jcf-parse.c:907 java/jcf-parse.c:1065
#: java/lex.c:1841 objc/objc-act.c:548
#, c-format
msgid
"can't open %s: %m"
msgstr
""
...
...
@@ -5405,6 +5394,20 @@ msgstr ""
msgid
"'"
msgstr
""
#: langhooks.c:516
msgid
"At top level:"
msgstr
""
#: langhooks.c:521
#, c-format
msgid
"In member function %qs:"
msgstr
""
#: langhooks.c:525
#, c-format
msgid
"In function %qs:"
msgstr
""
#. What to print when a switch has no documentation.
#: opts.c:89
msgid
"This switch lacks documentation"
...
...
@@ -5510,7 +5513,7 @@ msgstr ""
#. If we didn't find this parameter, issue an error message.
#: params.c:76
#, c-format
msgid
"invalid parameter
`%s'
"
msgid
"invalid parameter
%qs
"
msgstr
""
#: passes.c:1252
...
...
@@ -5874,26 +5877,26 @@ msgstr ""
msgid
"output operand %d must use `&' constraint"
msgstr
""
#: regclass.c:7
65
#: regclass.c:7
70
#, c-format
msgid
"can't use '%s' as a %s register"
msgstr
""
#: regclass.c:78
0 config/ia64/ia64.c:4100 config/ia64/ia64.c:4107
#: regclass.c:78
5 config/ia64/ia64.c:4106 config/ia64/ia64.c:4113
#: config/pa/pa.c:328 config/pa/pa.c:335
#, c-format
msgid
"unknown register name: %s"
msgstr
""
#: regclass.c:79
0
#: regclass.c:79
5
msgid
"global register variable follows a function definition"
msgstr
""
#: regclass.c:79
4
#: regclass.c:79
9
msgid
"register used for two global register variables"
msgstr
""
#: regclass.c:
799
#: regclass.c:
804
msgid
"call-clobbered register used for global register variable"
msgstr
""
...
...
@@ -5918,23 +5921,23 @@ msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
msgstr
""
#: reload.c:1257
msgid
"cannot reload integer constant operand in
`asm'
"
msgid
"cannot reload integer constant operand in
%<asm%>
"
msgstr
""
#: reload.c:12
79
msgid
"impossible register constraint in
`asm'
"
#: reload.c:12
80
msgid
"impossible register constraint in
%<asm%>
"
msgstr
""
#: reload.c:351
6
msgid
"
`&'
constraint used with no register class"
#: reload.c:351
8
msgid
"
%<&%>
constraint used with no register class"
msgstr
""
#: reload.c:368
2
#: reload.c:368
4
msgid
"unable to generate reloads for:"
msgstr
""
#: reload.c:368
3 reload.c:3894
msgid
"inconsistent operand constraints in an
`asm'
"
#: reload.c:368
5 reload.c:3896
msgid
"inconsistent operand constraints in an
%<asm%>
"
msgstr
""
#: reload1.c:1221
...
...
@@ -5946,39 +5949,38 @@ msgid "try reducing the number of local variables"
msgstr
""
#: reload1.c:1874
#, c-format
msgid
"can't find a register in class `%s' while reloading `asm'"
msgid
"can't find a register in class %qs while reloading %<asm%>"
msgstr
""
#: reload1.c:187
8
#: reload1.c:187
9
#, c-format
msgid
"unable to find a register to spill in class
`%s'
"
msgid
"unable to find a register to spill in class
%qs
"
msgstr
""
#: reload1.c:188
0
#: reload1.c:188
1
msgid
"this is the insn:"
msgstr
""
#: reload1.c:387
0
msgid
"
`asm'
operand requires impossible reload"
#: reload1.c:387
1
msgid
"
%<asm%>
operand requires impossible reload"
msgstr
""
#. It's the compiler's fault.
#: reload1.c:49
88
#: reload1.c:49
90
msgid
"could not find a spill register"
msgstr
""
#: reload1.c:499
3
msgid
"
`asm'
operand constraint incompatible with operand size"
#: reload1.c:499
5
msgid
"
%<asm%>
operand constraint incompatible with operand size"
msgstr
""
#. It's the compiler's fault.
#: reload1.c:661
1
#: reload1.c:661
3
msgid
"VOIDmode on an output"
msgstr
""
#: reload1.c:661
2
msgid
"output operand is constant in
`asm'
"
#: reload1.c:661
4
msgid
"output operand is constant in
%<asm%>
"
msgstr
""
#: rtl-error.c:128
...
...
@@ -6028,116 +6030,111 @@ msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
msgstr
""
#: stmt.c:315
msgid
"output operand constraint lacks
`='
"
msgid
"output operand constraint lacks
%<=%>
"
msgstr
""
#: stmt.c:330
#, c-format
msgid
"output constraint
`%c'
for operand %d is not at the beginning"
msgid
"output constraint
%qc
for operand %d is not at the beginning"
msgstr
""
#: stmt.c:35
2
msgid
"operand constraint contains incorrectly positioned
'+' or '='
"
#: stmt.c:35
3
msgid
"operand constraint contains incorrectly positioned
%<+%> or %<=%>
"
msgstr
""
#: stmt.c:358 stmt.c:457
#, c-format
msgid
"`%%' constraint used with last operand"
#: stmt.c:360 stmt.c:459
msgid
"%<%%%> constraint used with last operand"
msgstr
""
#: stmt.c:37
7
#: stmt.c:37
9
msgid
"matching constraint not valid in output operand"
msgstr
""
#: stmt.c:4
48
#: stmt.c:4
50
#, c-format
msgid
"input operand constraint contains
`%c'
"
msgid
"input operand constraint contains
%qc
"
msgstr
""
#: stmt.c:49
0
#: stmt.c:49
2
msgid
"matching constraint references invalid operand number"
msgstr
""
#: stmt.c:5
28
#: stmt.c:5
30
#, c-format
msgid
"invalid punctuation
`%c'
in constraint"
msgid
"invalid punctuation
%qc
in constraint"
msgstr
""
#: stmt.c:55
2
#: stmt.c:55
4
msgid
"matching constraint does not allow a register"
msgstr
""
#: stmt.c:60
7
#: stmt.c:60
9
#, c-format
msgid
"asm-specifier for variable
`%s'
conflicts with asm clobber list"
msgid
"asm-specifier for variable
%qs
conflicts with asm clobber list"
msgstr
""
#: stmt.c:695
#, c-format
msgid
"unknown register name `%s' in `asm'"
#: stmt.c:698
msgid
"unknown register name %qs in %<asm%>"
msgstr
""
#: stmt.c:703
#, c-format
msgid
"PIC register `%s' clobbered in `asm'"
#: stmt.c:706
msgid
"PIC register %qs clobbered in %<asm%>"
msgstr
""
#: stmt.c:750
#, c-format
msgid
"more than %d operands in `asm'"
#: stmt.c:753
msgid
"more than %d operands in %<asm%>"
msgstr
""
#: stmt.c:81
3
#: stmt.c:81
6
#, c-format
msgid
"output number %d not directly addressable"
msgstr
""
#: stmt.c:892
#, c-format
msgid
"asm operand %d probably doesn't match constraints"
#: stmt.c:895
msgid
"asm operand %d probably doesn%'t match constraints"
msgstr
""
#: stmt.c:90
2
#: stmt.c:90
5
#, c-format
msgid
"use of memory input without lvalue in asm operand %d is deprecated"
msgstr
""
#: stmt.c:10
48
#: stmt.c:10
51
msgid
"asm clobber conflict with output operand"
msgstr
""
#: stmt.c:105
3
#: stmt.c:105
6
msgid
"asm clobber conflict with input operand"
msgstr
""
#: stmt.c:113
0
msgid
"too many alternatives in
`asm'
"
#: stmt.c:113
3
msgid
"too many alternatives in
%<asm%>
"
msgstr
""
#: stmt.c:114
2
msgid
"operand constraints for
`asm'
differ in number of alternatives"
#: stmt.c:114
5
msgid
"operand constraints for
%<asm%>
differ in number of alternatives"
msgstr
""
#: stmt.c:119
4
#: stmt.c:119
8
#, c-format
msgid
"duplicate asm operand name
'%s'
"
msgid
"duplicate asm operand name
%qs
"
msgstr
""
#: stmt.c:129
2
#: stmt.c:129
6
msgid
"missing close brace for named operand"
msgstr
""
#: stmt.c:132
0
#: stmt.c:132
4
#, c-format
msgid
"undefined named operand
'%s'
"
msgid
"undefined named operand
%qs
"
msgstr
""
#: stmt.c:14
87
#: stmt.c:14
91
msgid
"%Hvalue computed is not used"
msgstr
""
#: stor-layout.c:152
msgid
"type size can't be explicitly evaluated"
msgid
"type size can
%
't be explicitly evaluated"
msgstr
""
#: stor-layout.c:154
...
...
@@ -6145,23 +6142,23 @@ msgid "variable-size type declared outside of any function"
msgstr
""
#: stor-layout.c:458
msgid
"%Jsize of
'%D'
is %d bytes"
msgid
"%Jsize of
%qD
is %d bytes"
msgstr
""
#: stor-layout.c:460
msgid
"%Jsize of
'%D'
is larger than %d bytes"
msgid
"%Jsize of
%qD
is larger than %d bytes"
msgstr
""
#: stor-layout.c:842
msgid
"%Jpacked attribute causes inefficient alignment for
'%D'
"
msgid
"%Jpacked attribute causes inefficient alignment for
%qD
"
msgstr
""
#: stor-layout.c:845
msgid
"%Jpacked attribute is unnecessary for
'%D'
"
msgid
"%Jpacked attribute is unnecessary for
%qD
"
msgstr
""
#: stor-layout.c:861
msgid
"%Jpadding struct to align
'%D'
"
msgid
"%Jpadding struct to align
%qD
"
msgstr
""
#: stor-layout.c:1203
...
...
@@ -6170,19 +6167,19 @@ msgstr ""
#: stor-layout.c:1233
#, c-format
msgid
"packed attribute causes inefficient alignment for
`%s'
"
msgid
"packed attribute causes inefficient alignment for
%qs
"
msgstr
""
#: stor-layout.c:123
5
#: stor-layout.c:123
6
#, c-format
msgid
"packed attribute is unnecessary for
`%s'
"
msgid
"packed attribute is unnecessary for
%qs
"
msgstr
""
#: stor-layout.c:124
0
#: stor-layout.c:124
1
msgid
"packed attribute causes inefficient alignment"
msgstr
""
#: stor-layout.c:124
2
#: stor-layout.c:124
3
msgid
"packed attribute is unnecessary"
msgstr
""
...
...
@@ -6255,7 +6252,7 @@ msgstr ""
#: toplev.c:537
#, c-format
msgid
"invalid option argument
`%s'
"
msgid
"invalid option argument
%qs
"
msgstr
""
#: toplev.c:601
...
...
@@ -6272,74 +6269,68 @@ msgstr ""
msgid
"setting core file size limit to maximum: %m"
msgstr
""
#: toplev.c:843
msgid
"%J'%F' used but never defined"
msgstr
""
#: toplev.c:845
msgid
"%J
'%F' declared `static'
but never defined"
msgid
"%J
%qF declared %<static%>
but never defined"
msgstr
""
#: toplev.c:87
0
msgid
"%J
'%D'
defined but not used"
#: toplev.c:87
1
msgid
"%J
%qD
defined but not used"
msgstr
""
#: toplev.c:89
3 toplev.c:916
#: toplev.c:89
4 toplev.c:917
#, c-format
msgid
"
`%s'
is deprecated (declared at %s:%d)"
msgid
"
%qs
is deprecated (declared at %s:%d)"
msgstr
""
#: toplev.c:9
19
#: toplev.c:9
20
#, c-format
msgid
"type is deprecated (declared at %s:%d)"
msgstr
""
#: toplev.c:92
5
#: toplev.c:92
6
#, c-format
msgid
"
`%s'
is deprecated"
msgid
"
%qs
is deprecated"
msgstr
""
#: toplev.c:92
7
#: toplev.c:92
8
msgid
"type is deprecated"
msgstr
""
#: toplev.c:10
69
#: toplev.c:10
70
#, c-format
msgid
""
"
\n
"
"Target specific options:
\n
"
msgstr
""
#: toplev.c:108
3 toplev.c:1102
#: toplev.c:108
4 toplev.c:1103
#, c-format
msgid
" -m%-23s [undocumented]
\n
"
msgstr
""
#: toplev.c:111
1
#: toplev.c:111
2
#, c-format
msgid
""
"
\n
"
"There are undocumented target specific options as well.
\n
"
msgstr
""
#: toplev.c:111
3
#: toplev.c:111
4
#, c-format
msgid
" They exist, but they are not documented.
\n
"
msgstr
""
#: toplev.c:115
7
#: toplev.c:115
8
#, c-format
msgid
"unrecognized gcc debugging option: %c"
msgstr
""
#. Handle -mfix-and-continue.
#: toplev.c:1219 config/rs6000/rs6000.c:1342 config/rs6000/rs6000.c:1353
#: config/rs6000/darwin.h:106
#: toplev.c:1220
#, c-format
msgid
"invalid option
`%s'
"
msgid
"invalid option
%qs
"
msgstr
""
#: toplev.c:123
4
#: toplev.c:123
5
#, c-format
msgid
""
"%s%s%s version %s (%s)
\n
"
...
...
@@ -6347,280 +6338,280 @@ msgid ""
"%s%s%s version %s (%s) compiled by CC.
\n
"
msgstr
""
#: toplev.c:124
1
#: toplev.c:124
2
#, c-format
msgid
""
"%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d
\n
"
msgstr
""
#: toplev.c:129
3
#: toplev.c:129
4
msgid
"options passed: "
msgstr
""
#: toplev.c:132
2
#: toplev.c:132
3
msgid
"options enabled: "
msgstr
""
#: toplev.c:1396 java/jcf-write.c:3517
#, c-format
msgid
"can't open %s for writing: %m"
#: toplev.c:1397
msgid
"can%'t open %s for writing: %m"
msgstr
""
#: toplev.c:14
79
config/sh/sh.c:7263
#: toplev.c:14
80
config/sh/sh.c:7263
msgid
"created and used with different settings of -fpic"
msgstr
""
#: toplev.c:148
1
config/sh/sh.c:7265
#: toplev.c:148
2
config/sh/sh.c:7265
msgid
"created and used with different settings of -fpie"
msgstr
""
#: toplev.c:153
2 config/sh/sh.c:7315
#: toplev.c:153
3
#, c-format
msgid
"created and used with differing settings of
`
-m%s'"
msgid
"created and used with differing settings of
'
-m%s'"
msgstr
""
#: toplev.c:153
5
config/sh/sh.c:7318
#: toplev.c:153
6
config/sh/sh.c:7318
msgid
"out of memory"
msgstr
""
#: toplev.c:173
0
#: toplev.c:173
1
msgid
"instruction scheduling not supported on this target machine"
msgstr
""
#: toplev.c:173
4
#: toplev.c:173
5
msgid
"this target machine does not have delayed branches"
msgstr
""
#: toplev.c:173
8
#: toplev.c:173
9
msgid
"value-based profiling not yet implemented in trees."
msgstr
""
#: toplev.c:175
1
#: toplev.c:175
2
#, c-format
msgid
"-f%sleading-underscore not supported on this target machine"
msgstr
""
#: toplev.c:182
5
#: toplev.c:182
6
#, c-format
msgid
"target system does not support the
\"
%s
\"
debug format"
msgstr
""
#: toplev.c:183
7
#: toplev.c:183
8
msgid
"variable tracking requested, but useless unless producing debug info"
msgstr
""
#: toplev.c:184
0
#: toplev.c:184
1
msgid
"variable tracking requested, but not supported by this debug format"
msgstr
""
#: toplev.c:1871
#: toplev.c:1865
msgid
"can%'t open %s: %m"
msgstr
""
#: toplev.c:1872
msgid
"-ffunction-sections not supported for this target"
msgstr
""
#: toplev.c:187
6
#: toplev.c:187
7
msgid
"-fdata-sections not supported for this target"
msgstr
""
#: toplev.c:188
3
#: toplev.c:188
4
msgid
"-ffunction-sections disabled; it makes profiling impossible"
msgstr
""
#: toplev.c:189
0
#: toplev.c:189
1
msgid
"-fprefetch-loop-arrays not supported for this target"
msgstr
""
#: toplev.c:189
6
#: toplev.c:189
7
msgid
"-fspeculative-prefetching not supported for this target"
msgstr
""
#: toplev.c:190
2
#: toplev.c:190
3
msgid
""
"-fprefetch-loop-arrays not supported for this target (try -march switches)"
msgstr
""
#: toplev.c:190
8
#: toplev.c:190
9
msgid
""
"-fspeculative-prefetching not supported for this target (try -march switches)"
msgstr
""
#: toplev.c:191
7
#: toplev.c:191
8
msgid
"-fprefetch-loop-arrays is not supported with -Os"
msgstr
""
#: toplev.c:192
3
#: toplev.c:192
4
msgid
"-ffunction-sections may affect debugging on some targets"
msgstr
""
#: toplev.c:203
2
#: toplev.c:203
3
#, c-format
msgid
"error writing to %s: %m"
msgstr
""
#: toplev.c:203
4
java/jcf-parse.c:926 java/jcf-write.c:3524
#: toplev.c:203
5
java/jcf-parse.c:926 java/jcf-write.c:3524
#, c-format
msgid
"error closing %s: %m"
msgstr
""
#: tree-cfg.c:1127 tree-cfg.c:182
6 tree-cfg.c:1828
#: tree-cfg.c:1127 tree-cfg.c:182
7 tree-cfg.c:1829
msgid
"%Hwill never be executed"
msgstr
""
#: tree-cfg.c:309
5
#: tree-cfg.c:309
6
msgid
"SSA name in freelist but still referenced"
msgstr
""
#: tree-cfg.c:310
5
#: tree-cfg.c:310
6
msgid
"GIMPLE register modified with BIT_FIELD_REF"
msgstr
""
#: tree-cfg.c:312
5
#: tree-cfg.c:312
6
msgid
"address taken, but ADDRESSABLE bit not set"
msgstr
""
#: tree-cfg.c:313
4
#: tree-cfg.c:313
5
msgid
"non-boolean used in condition"
msgstr
""
#: tree-cfg.c:319
1
#: tree-cfg.c:319
2
msgid
"Invalid reference prefix."
msgstr
""
#: tree-cfg.c:325
6
#: tree-cfg.c:325
7
msgid
"Is not a valid GIMPLE statement."
msgstr
""
#: tree-cfg.c:327
6
msgid
"Statement marked for throw, but doesn't."
#: tree-cfg.c:327
7
msgid
"Statement marked for throw, but doesn
%
't."
msgstr
""
#: tree-cfg.c:328
1
#: tree-cfg.c:328
2
msgid
"Statement marked for throw in middle of block."
msgstr
""
#: tree-cfg.c:338
1
#: tree-cfg.c:338
2
msgid
"PHI def is not a GIMPLE value"
msgstr
""
#: tree-cfg.c:339
7 tree-cfg.c:3413
#: tree-cfg.c:339
8 tree-cfg.c:3414
msgid
"Incorrect sharing of tree nodes"
msgstr
""
#: tree-cfg.c:342
2
#: tree-cfg.c:342
3
msgid
"verify_stmts failed."
msgstr
""
#: tree-cfg.c:344
2
#: tree-cfg.c:344
3
msgid
"ENTRY_BLOCK has a statement list associated with it
\n
"
msgstr
""
#: tree-cfg.c:344
8
#: tree-cfg.c:344
9
msgid
"EXIT_BLOCK has a statement list associated with it
\n
"
msgstr
""
#: tree-cfg.c:345
5
#: tree-cfg.c:345
6
#, c-format
msgid
"Fallthru to exit from bb %d
\n
"
msgstr
""
#: tree-cfg.c:347
1
#: tree-cfg.c:347
2
#, c-format
msgid
"Label %s to block does not match in bb %d
\n
"
msgstr
""
#: tree-cfg.c:348
0
#: tree-cfg.c:348
1
#, c-format
msgid
"Label %s has incorrect context in bb %d
\n
"
msgstr
""
#: tree-cfg.c:349
4
#: tree-cfg.c:349
5
#, c-format
msgid
"Control flow in the middle of basic block %d
\n
"
msgstr
""
#: tree-cfg.c:350
4
#: tree-cfg.c:350
5
#, c-format
msgid
"Label %s in the middle of basic block %d
\n
"
msgstr
""
#: tree-cfg.c:352
1
#: tree-cfg.c:352
2
#, c-format
msgid
"Fallthru edge after a control statement in bb %d
\n
"
msgstr
""
#: tree-cfg.c:353
6
#: tree-cfg.c:353
7
#, c-format
msgid
"Structured COND_EXPR at the end of bb %d
\n
"
msgstr
""
#: tree-cfg.c:35
49 tree-cfg.c:3587 tree-cfg.c:3599 tree-cfg.c:3670
#: tree-cfg.c:35
50 tree-cfg.c:3588 tree-cfg.c:3600 tree-cfg.c:3671
#, c-format
msgid
"Wrong outgoing edge flags at end of bb %d
\n
"
msgstr
""
#: tree-cfg.c:3557
#, c-format
msgid
"`then' label does not match edge at end of bb %d
\n
"
#: tree-cfg.c:3558
msgid
"%<then%> label does not match edge at end of bb %d
\n
"
msgstr
""
#: tree-cfg.c:3565
#, c-format
msgid
"`else' label does not match edge at end of bb %d
\n
"
#: tree-cfg.c:3566
msgid
"%<else%> label does not match edge at end of bb %d
\n
"
msgstr
""
#: tree-cfg.c:357
5
#: tree-cfg.c:357
6
#, c-format
msgid
"Explicit goto at end of bb %d
\n
"
msgstr
""
#: tree-cfg.c:360
4
#: tree-cfg.c:360
5
#, c-format
msgid
"Return edge does not point to exit in bb %d
\n
"
msgstr
""
#: tree-cfg.c:363
7
#: tree-cfg.c:363
8
msgid
"Found default case not at end of case vector"
msgstr
""
#: tree-cfg.c:364
3
#: tree-cfg.c:364
4
msgid
""
"Case labels not sorted:
\n
"
" "
msgstr
""
#: tree-cfg.c:365
4
#: tree-cfg.c:365
5
msgid
"No default case found at end of case vector"
msgstr
""
#: tree-cfg.c:366
2
#: tree-cfg.c:366
3
#, c-format
msgid
"Extra outgoing edge %d->%d
\n
"
msgstr
""
#: tree-cfg.c:368
4
#: tree-cfg.c:368
5
#, c-format
msgid
"Missing edge %i->%i
\n
"
msgstr
""
#: tree-cfg.c:484
4
msgid
"%Jfunction might be possible candidate for attribute
`noreturn'
"
#: tree-cfg.c:484
5
msgid
"%Jfunction might be possible candidate for attribute
%<noreturn%>
"
msgstr
""
#: tree-cfg.c:487
0 tree-cfg.c:4874
msgid
"%H
`noreturn'
function does return"
#: tree-cfg.c:487
2 tree-cfg.c:4876
msgid
"%H
%<noreturn%>
function does return"
msgstr
""
#: tree-cfg.c:489
4 tree-cfg.c:4899
#: tree-cfg.c:489
6 tree-cfg.c:4901
msgid
"%Hcontrol reaches end of non-void function"
msgstr
""
#: tree-dump.c:845
#, c-format
msgid
"could not open dump file
`%s'
: %s"
msgid
"could not open dump file
%qs
: %s"
msgstr
""
#: tree-dump.c:958
#, c-format
msgid
"ignoring unknown option `%.*s' in `-fdump-%s'"
msgid
"ignoring unknown option %q.*s in %<-fdump-%s%>"
msgstr
""
#: tree-inline.c:943
...
...
@@ -6690,7 +6681,7 @@ msgstr ""
#: tree-mudflap.c:1163
#, c-format
msgid
"mudflap cannot track lifetime of
`%s'
"
msgid
"mudflap cannot track lifetime of
%qs
"
msgstr
""
#: tree-nomudflap.c:51
...
...
@@ -6748,90 +6739,95 @@ msgstr ""
msgid
"SSA_NAME_DEF_STMT is wrong"
msgstr
""
#: tree-ssa.c:22
5
#: tree-ssa.c:22
9
msgid
"Missing definition"
msgstr
""
#: tree-ssa.c:23
1
#: tree-ssa.c:23
5
#, c-format
msgid
"Definition in block %i does not dominate use in block %i"
msgstr
""
#: tree-ssa.c:239
#: tree-ssa.c:243
#, c-format
msgid
"Definition in block %i follows the use"
msgstr
""
#: tree-ssa.c:250
msgid
"SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
msgstr
""
#: tree-ssa.c:
288
#: tree-ssa.c:
300
#, c-format
msgid
"Wrong edge %d->%d for PHI argument
\n
"
msgstr
""
#: tree-ssa.c:
295
#: tree-ssa.c:
307
#, c-format
msgid
"PHI argument flowing through dead edge %d->%d
\n
"
msgstr
""
#: tree-ssa.c:3
02
#: tree-ssa.c:3
14
#, c-format
msgid
"PHI argument duplicated for edge %d->%d
\n
"
msgstr
""
#: tree-ssa.c:3
21
#: tree-ssa.c:3
33
#, c-format
msgid
"No argument flowing through edge %d->%d
\n
"
msgstr
""
#: tree-ssa.c:3
66
#: tree-ssa.c:3
78
msgid
"Non-addressable variable inside an alias set."
msgstr
""
#: tree-ssa.c:3
84
#: tree-ssa.c:3
96
msgid
"Addressable variable that is an alias tag but is not in any alias set."
msgstr
""
#: tree-ssa.c:
394
#: tree-ssa.c:
406
msgid
"verify_flow_insensitive_alias_info failed."
msgstr
""
#: tree-ssa.c:4
31
#: tree-ssa.c:4
43
msgid
"Dereferenced pointers should have a name or a type tag"
msgstr
""
#: tree-ssa.c:4
40
#: tree-ssa.c:4
52
msgid
""
"Pointers with a memory tag, should have points-to sets or point to malloc"
msgstr
""
#: tree-ssa.c:4
48
#: tree-ssa.c:4
60
msgid
"Pointer escapes but its name tag is not call-clobbered."
msgstr
""
#: tree-ssa.c:4
71
#: tree-ssa.c:4
83
msgid
"Two pointers with different name tags and identical points-to sets"
msgstr
""
#: tree-ssa.c:4
83
#: tree-ssa.c:4
95
msgid
"verify_flow_sensitive_alias_info failed."
msgstr
""
#: tree-ssa.c:5
40
#: tree-ssa.c:5
53
msgid
"Statement makes aliased stores, but has no V_MAY_DEFS"
msgstr
""
#: tree-ssa.c:5
73
#: tree-ssa.c:5
86
#, c-format
msgid
"AUX pointer initialized for edge %d->%d
\n
"
msgstr
""
#: tree-ssa.c:6
20
#: tree-ssa.c:6
65
msgid
"verify_ssa failed."
msgstr
""
#: tree-ssa.c:12
32
#: tree-ssa.c:12
77
msgid
"%H'%D' is used uninitialized in this function"
msgstr
""
#: tree-ssa.c:1
257
#: tree-ssa.c:1
302
msgid
"%H'%D' may be used uninitialized in this function"
msgstr
""
...
...
@@ -6843,26 +6839,16 @@ msgstr ""
msgid
"unsupported defining stmt"
msgstr
""
#: tree.c:3075 config/arm/arm.c:2633 config/arm/arm.c:2660
#: config/avr/avr.c:4514 config/h8300/h8300.c:5779 config/h8300/h8300.c:5802
#: config/i386/i386.c:1709 config/i386/i386.c:14480 config/ia64/ia64.c:512
#: config/ip2k/ip2k.c:3163 config/m68hc11/m68hc11.c:1314
#: config/rs6000/rs6000.c:16201 config/sh/symbian.c:414
#: config/sh/symbian.c:421
#, c-format
msgid
"`%s' attribute ignored"
msgstr
""
#: tree.c:3093
msgid
"%Jfunction
`%D'
definition is marked dllimport."
msgid
"%Jfunction
%qD
definition is marked dllimport."
msgstr
""
#: tree.c:3101
msgid
"%Jvariable
`%D'
definition is marked dllimport."
msgid
"%Jvariable
%qD
definition is marked dllimport."
msgstr
""
#: tree.c:3121
msgid
"%Jexternal linkage required for symbol
'%D' because of '%s'
attribute."
msgid
"%Jexternal linkage required for symbol
%qD because of %qs
attribute."
msgstr
""
#: tree.c:4261
...
...
@@ -6889,7 +6875,7 @@ msgstr ""
#: tree.c:5319
#, c-format
msgid
"tree check: expected class
'%c', have '%c'
(%s) in %s, at %s:%d"
msgid
"tree check: expected class
%qc, have %qc
(%s) in %s, at %s:%d"
msgstr
""
#: tree.c:5332
...
...
@@ -6907,99 +6893,95 @@ msgstr ""
msgid
"tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
msgstr
""
#: varasm.c:4
78
#: varasm.c:4
80
msgid
"%J%D causes a section type conflict"
msgstr
""
#: varasm.c:898
msgid
"%Jregister name not specified for '%D'"
msgstr
""
#: varasm.c:900
msgid
"%J
invalid register name for '%D'
"
msgid
"%J
register name not specified for %qD
"
msgstr
""
#: varasm.c:902
msgid
"%J
data type of '%D' isn't suitable for a register
"
msgid
"%J
invalid register name for %qD
"
msgstr
""
#: varasm.c:90
5
msgid
"%J
register specified for '%D' isn't suitable for data type
"
#: varasm.c:90
4
msgid
"%J
data type of %qD isn%'t suitable for a register
"
msgstr
""
#: varasm.c:9
15
msgid
"
global register variable has initial valu
e"
#: varasm.c:9
07
msgid
"
%Jregister specified for %qD isn%'t suitable for data typ
e"
msgstr
""
#: varasm.c:91
8
msgid
"
volatile register variables don't work as you might wish
"
#: varasm.c:91
7
msgid
"
global register variable has initial value
"
msgstr
""
#: varasm.c:9
5
0
msgid
"
%Jregister name given for non-register variable '%D'
"
#: varasm.c:9
2
0
msgid
"
volatile register variables don%'t work as you might wish
"
msgstr
""
#: varasm.c:
1520
msgid
"%J
storage size of `%D' isn't known
"
#: varasm.c:
953
msgid
"%J
register name given for non-register variable %qD
"
msgstr
""
#: varasm.c:157
1
#: varasm.c:157
4
msgid
""
"%Jalignment of
'%D'
is greater than maximum object file alignment. Using %d"
"%Jalignment of
%qD
is greater than maximum object file alignment. Using %d"
msgstr
""
#: varasm.c:162
0
#: varasm.c:162
3
msgid
"thread-local COMMON data not implemented"
msgstr
""
#: varasm.c:164
5
#: varasm.c:164
8
msgid
""
"%Jrequested alignment for
'%D'
is greater than implemented alignment of %d"
"%Jrequested alignment for
%qD
is greater than implemented alignment of %d"
msgstr
""
#: varasm.c:372
2
#: varasm.c:372
5
msgid
"initializer for integer value is too complicated"
msgstr
""
#: varasm.c:37
27
#: varasm.c:37
30
msgid
"initializer for floating value is not a floating constant"
msgstr
""
#: varasm.c:379
3
#: varasm.c:379
6
msgid
"unknown set constructor type"
msgstr
""
#: varasm.c:401
2
#: varasm.c:401
5
#, c-format
msgid
"invalid initial value for member
`%s'
"
msgid
"invalid initial value for member
%qs
"
msgstr
""
#: varasm.c:4
199 varasm.c:4243
msgid
"%Jweak declaration of
'%D'
must precede definition"
#: varasm.c:4
202 varasm.c:4246
msgid
"%Jweak declaration of
%qD
must precede definition"
msgstr
""
#: varasm.c:42
07
#: varasm.c:42
10
msgid
""
"%Jweak declaration of
'%D'
after first use results in unspecified behavior"
"%Jweak declaration of
%qD
after first use results in unspecified behavior"
msgstr
""
#: varasm.c:424
1
msgid
"%Jweak declaration of
'%D'
must be public"
#: varasm.c:424
4
msgid
"%Jweak declaration of
%qD
must be public"
msgstr
""
#: varasm.c:425
0
msgid
"%Jweak declaration of
'%D'
not supported"
#: varasm.c:425
3
msgid
"%Jweak declaration of
%qD
not supported"
msgstr
""
#: varasm.c:42
79 varasm.c:4372
#: varasm.c:42
82 varasm.c:4375
msgid
"only weak aliases are supported in this configuration"
msgstr
""
#: varasm.c:437
5
#: varasm.c:437
8
msgid
"alias definitions not supported in this configuration; ignored"
msgstr
""
#: varasm.c:440
4
#: varasm.c:440
7
msgid
"visibility attribute not supported in this configuration; ignored"
msgstr
""
...
...
@@ -7335,41 +7317,41 @@ msgstr ""
msgid
"The upper bound for sharing integer constants"
msgstr
""
#: config/darwin-c.c:8
2
#: config/darwin-c.c:8
4
msgid
"too many #pragma options align=reset"
msgstr
""
#: config/darwin-c.c:10
2 config/darwin-c.c:105 config/darwin-c.c:107
#: config/darwin-c.c:1
09
#: config/darwin-c.c:10
4 config/darwin-c.c:107 config/darwin-c.c:109
#: config/darwin-c.c:1
11
msgid
"malformed '#pragma options', ignoring"
msgstr
""
#: config/darwin-c.c:11
2
#: config/darwin-c.c:11
4
msgid
"junk at end of '#pragma options'"
msgstr
""
#: config/darwin-c.c:12
2
#: config/darwin-c.c:12
4
msgid
"malformed '#pragma options align={mac68k|power|reset}', ignoring"
msgstr
""
#: config/darwin-c.c:13
4
#: config/darwin-c.c:13
6
msgid
"missing '(' after '#pragma unused', ignoring"
msgstr
""
#: config/darwin-c.c:15
2
#: config/darwin-c.c:15
4
msgid
"missing ')' after '#pragma unused', ignoring"
msgstr
""
#: config/darwin-c.c:15
5
#: config/darwin-c.c:15
7
msgid
"junk at end of '#pragma unused'"
msgstr
""
#: config/darwin-c.c:36
5
#: config/darwin-c.c:36
7
#, c-format
msgid
"subframework include %s conflicts with framework include"
msgstr
""
#: config/darwin.c:132
6
#: config/darwin.c:132
8
msgid
""
"internal and protected visibility attributes not supportedin this "
"configuration; ignored"
...
...
@@ -7529,7 +7511,7 @@ msgstr ""
msgid
"invalid %%J value"
msgstr
""
#: config/alpha/alpha.c:4578 config/ia64/ia64.c:370
3
#: config/alpha/alpha.c:4578 config/ia64/ia64.c:370
9
#, c-format
msgid
"invalid %%r value"
msgstr
""
...
...
@@ -7791,108 +7773,108 @@ msgstr ""
msgid
"invalid operand output code"
msgstr
""
#: config/arm/arm.c:77
7
#: config/arm/arm.c:77
4
#, c-format
msgid
"switch -mcpu=%s conflicts with -march= switch"
msgstr
""
#: config/arm/arm.c:78
7
config/rs6000/rs6000.c:1187 config/sparc/sparc.c:612
#: config/arm/arm.c:78
4
config/rs6000/rs6000.c:1187 config/sparc/sparc.c:612
#, c-format
msgid
"bad value (%s) for %s switch"
msgstr
""
#: config/arm/arm.c:89
6
#: config/arm/arm.c:89
3
msgid
"target CPU does not support interworking"
msgstr
""
#: config/arm/arm.c:
902
#: config/arm/arm.c:
899
msgid
"target CPU does not support THUMB instructions"
msgstr
""
#: config/arm/arm.c:91
6
#: config/arm/arm.c:91
3
msgid
""
"enabling backtrace support is only meaningful when compiling for the Thumb"
msgstr
""
#: config/arm/arm.c:91
9
#: config/arm/arm.c:91
6
msgid
""
"enabling callee interworking support is only meaningful when compiling for "
"the Thumb"
msgstr
""
#: config/arm/arm.c:9
22
#: config/arm/arm.c:9
19
msgid
""
"enabling caller interworking support is only meaningful when compiling for "
"the Thumb"
msgstr
""
#: config/arm/arm.c:92
6
#: config/arm/arm.c:92
3
msgid
"-mapcs-stack-check incompatible with -mno-apcs-frame"
msgstr
""
#: config/arm/arm.c:93
4
#: config/arm/arm.c:93
1
msgid
"-fpic and -mapcs-reent are incompatible"
msgstr
""
#: config/arm/arm.c:93
7
#: config/arm/arm.c:93
4
msgid
"APCS reentrant code not supported. Ignored"
msgstr
""
#: config/arm/arm.c:94
5
#: config/arm/arm.c:94
2
msgid
"-g with -mno-apcs-frame may not give sensible debugging"
msgstr
""
#: config/arm/arm.c:95
3
#: config/arm/arm.c:95
0
msgid
"passing floating point arguments in fp regs not yet supported"
msgstr
""
#: config/arm/arm.c:99
5
#: config/arm/arm.c:99
2
#, c-format
msgid
"invalid ABI option: -mabi=%s"
msgstr
""
#: config/arm/arm.c:
1001
#: config/arm/arm.c:
998
msgid
"iwmmxt requires an AAPCS compatible ABI for proper operation"
msgstr
""
#: config/arm/arm.c:100
4
#: config/arm/arm.c:100
1
msgid
"iwmmxt abi requires an iwmmxt capable cpu"
msgstr
""
#: config/arm/arm.c:101
4
#: config/arm/arm.c:101
1
#, c-format
msgid
"invalid floating point emulation option: -mfpe=%s"
msgstr
""
#: config/arm/arm.c:10
31
#: config/arm/arm.c:10
28
#, c-format
msgid
"invalid floating point option: -mfpu=%s"
msgstr
""
#: config/arm/arm.c:10
72
#: config/arm/arm.c:10
69
#, c-format
msgid
"invalid floating point abi: -mfloat-abi=%s"
msgstr
""
#: config/arm/arm.c:108
5
#: config/arm/arm.c:108
2
msgid
"-mfloat-abi=hard and VFP"
msgstr
""
#: config/arm/arm.c:11
11
#: config/arm/arm.c:11
08
#, c-format
msgid
"structure size boundary can only be set to %s"
msgstr
""
#: config/arm/arm.c:11
20
#: config/arm/arm.c:11
17
msgid
"-mpic-register= is useless without -fpic"
msgstr
""
#: config/arm/arm.c:112
7
#: config/arm/arm.c:112
4
#, c-format
msgid
"unable to use '%s' for PIC register"
msgstr
""
#: config/arm/arm.c:2
601 config/arm/arm.c:2619
config/avr/avr.c:4533
#: config/arm/arm.c:2
598 config/arm/arm.c:2616
config/avr/avr.c:4533
#: config/c4x/c4x.c:4500 config/h8300/h8300.c:5755 config/i386/i386.c:1681
#: config/i386/i386.c:1727 config/ip2k/ip2k.c:3181
#: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
...
...
@@ -7903,25 +7885,34 @@ msgstr ""
msgid
"`%s' attribute only applies to functions"
msgstr
""
#: config/arm/arm.c:11292
#: config/arm/arm.c:2630 config/arm/arm.c:2657 config/avr/avr.c:4514
#: config/h8300/h8300.c:5779 config/h8300/h8300.c:5802 config/i386/i386.c:1709
#: config/i386/i386.c:14480 config/ia64/ia64.c:512 config/ip2k/ip2k.c:3163
#: config/m68hc11/m68hc11.c:1314 config/rs6000/rs6000.c:16201
#: config/sh/symbian.c:414 config/sh/symbian.c:421
#, c-format
msgid
"`%s' attribute ignored"
msgstr
""
#: config/arm/arm.c:11289
msgid
"unable to compute real location of stacked parameter"
msgstr
""
#. @@@ better error message
#: config/arm/arm.c:1192
5 config/arm/arm.c:11962
#: config/arm/arm.c:1192
2 config/arm/arm.c:11959
msgid
"selector must be an immediate"
msgstr
""
#. @@@ better error message
#: config/arm/arm.c:1200
5
config/i386/i386.c:13373 config/i386/i386.c:13407
#: config/arm/arm.c:1200
2
config/i386/i386.c:13373 config/i386/i386.c:13407
msgid
"mask must be an immediate"
msgstr
""
#: config/arm/arm.c:126
81
#: config/arm/arm.c:126
78
msgid
"no low registers available for popping high registers"
msgstr
""
#: config/arm/arm.c:1289
9
#: config/arm/arm.c:1289
6
msgid
"interrupt Service Routines cannot be coded in Thumb mode"
msgstr
""
...
...
@@ -8585,59 +8576,59 @@ msgstr ""
msgid
"internal error: cris_side_effect_mode_ok with bad operands"
msgstr
""
#: config/cris/cris.c:250
5 config/cris/cris.c:2566
#: config/cris/cris.c:250
6 config/cris/cris.c:2567
msgid
"unrecognized supposed constant"
msgstr
""
#: config/cris/cris.c:261
0
#: config/cris/cris.c:261
1
msgid
"unrecognized supposed constant in cris_global_pic_symbol"
msgstr
""
#: config/cris/cris.c:26
29
#: config/cris/cris.c:26
30
#, c-format
msgid
"-max-stackframe=%d is not usable, not between 0 and %d"
msgstr
""
#: config/cris/cris.c:265
7
#: config/cris/cris.c:265
8
#, c-format
msgid
"unknown CRIS version specification in -march= or -mcpu= : %s"
msgstr
""
#: config/cris/cris.c:269
3
#: config/cris/cris.c:269
4
#, c-format
msgid
"unknown CRIS cpu version specification in -mtune= : %s"
msgstr
""
#: config/cris/cris.c:271
1
#: config/cris/cris.c:271
2
msgid
"-fPIC and -fpic are not supported in this configuration"
msgstr
""
#: config/cris/cris.c:272
6
#: config/cris/cris.c:272
7
msgid
"that particular -g option is invalid with -maout and -melinux"
msgstr
""
#: config/cris/cris.c:290
1 config/cris/cris.c:2946
#: config/cris/cris.c:290
2 config/cris/cris.c:2947
msgid
"unexpected side-effects in address"
msgstr
""
#. Labels are never marked as global symbols.
#: config/cris/cris.c:304
1 config/cris/cris.c:3072
#: config/cris/cris.c:304
2 config/cris/cris.c:3073
msgid
"unexpected PIC symbol"
msgstr
""
#: config/cris/cris.c:304
5
#: config/cris/cris.c:304
6
msgid
"PIC register isn't set up"
msgstr
""
#: config/cris/cris.c:305
8 config/cris/cris.c:3141
#: config/cris/cris.c:305
9 config/cris/cris.c:3142
msgid
"unexpected address expression"
msgstr
""
#: config/cris/cris.c:307
6
#: config/cris/cris.c:307
7
msgid
"emitting PIC operand, but PIC register isn't set up"
msgstr
""
#: config/cris/cris.c:308
5
#: config/cris/cris.c:308
6
msgid
"unexpected NOTE as addr_const:"
msgstr
""
...
...
@@ -9557,41 +9548,41 @@ msgstr ""
msgid
"%Jaddress area attribute cannot be specified for functions"
msgstr
""
#: config/ia64/ia64.c:37
48
#: config/ia64/ia64.c:37
54
msgid
"ia64_print_operand: unknown code"
msgstr
""
#: config/ia64/ia64.c:40
88
config/pa/pa.c:316
#: config/ia64/ia64.c:40
94
config/pa/pa.c:316
msgid
"value of -mfixed-range must have form REG1-REG2"
msgstr
""
#: config/ia64/ia64.c:41
15
config/pa/pa.c:343
#: config/ia64/ia64.c:41
21
config/pa/pa.c:343
#, c-format
msgid
"%s-%s is an empty range"
msgstr
""
#: config/ia64/ia64.c:41
66
#: config/ia64/ia64.c:41
72
msgid
"cannot optimize floating point division for both latency and throughput"
msgstr
""
#: config/ia64/ia64.c:418
3
#: config/ia64/ia64.c:418
9
msgid
"cannot optimize integer division for both latency and throughput"
msgstr
""
#: config/ia64/ia64.c:420
0
#: config/ia64/ia64.c:420
6
msgid
"cannot optimize square root for both latency and throughput"
msgstr
""
#: config/ia64/ia64.c:42
14
#: config/ia64/ia64.c:42
20
msgid
"not yet implemented: latency-optimized inline square root"
msgstr
""
#: config/ia64/ia64.c:42
26
#: config/ia64/ia64.c:42
32
#, c-format
msgid
"bad value (%s) for -mtls-size= switch"
msgstr
""
#: config/ia64/ia64.c:424
2
#: config/ia64/ia64.c:424
8
#, c-format
msgid
"bad value (%s) for -tune= switch"
msgstr
""
...
...
@@ -10635,7 +10626,7 @@ msgstr ""
#. Output assembler code to FILE to increment profiler label # LABELNO
#. for profiling a function entry.
#: config/mips/mips.h:23
31
#: config/mips/mips.h:23
29
msgid
"mips16 function profiling"
msgstr
""
...
...
@@ -11258,6 +11249,13 @@ msgstr ""
msgid
"AltiVec and E500 instructions cannot coexist"
msgstr
""
#. Handle -mfix-and-continue.
#: config/rs6000/rs6000.c:1342 config/rs6000/rs6000.c:1353
#: config/rs6000/darwin.h:106
#, c-format
msgid
"invalid option `%s'"
msgstr
""
#: config/rs6000/rs6000.c:1554
#, c-format
msgid
"unknown -m%s= option specified: '%s'"
...
...
@@ -12037,6 +12035,11 @@ msgstr ""
msgid
"`%s' attribute argument not an integer constant"
msgstr
""
#: config/sh/sh.c:7315
#, c-format
msgid
"created and used with differing settings of `-m%s'"
msgstr
""
#: config/sh/symbian.c:147
msgid
""
"%H function '%D' is defined after prior declaration as dllimport: attribute "
...
...
@@ -13304,7 +13307,7 @@ msgstr ""
msgid
"`%D' was declared `extern' and later `static'"
msgstr
""
#: cp/decl.c:1137 cp/decl.c:160
3
#: cp/decl.c:1137 cp/decl.c:160
2
msgid
"previous declaration of `%D'"
msgstr
""
...
...
@@ -13436,16 +13439,16 @@ msgstr ""
msgid
"%Jprevious non-inline declaration here"
msgstr
""
#: cp/decl.c:160
2
#: cp/decl.c:160
1
msgid
"redundant redeclaration of `%D' in same scope"
msgstr
""
#: cp/decl.c:169
6
#: cp/decl.c:169
5
#, c-format
msgid
"declaration of `%F' throws different exceptions"
msgstr
""
#: cp/decl.c:169
8
#: cp/decl.c:169
7
#, c-format
msgid
"than previous declaration `%F'"
msgstr
""
...
...
@@ -13458,857 +13461,857 @@ msgstr ""
#. that specialization that would cause an implicit
#. instantiation to take place, in every translation unit in
#. which such a use occurs.
#: cp/decl.c:184
5
#: cp/decl.c:184
4
msgid
"explicit specialization of %D after first use"
msgstr
""
#: cp/decl.c:192
4
#: cp/decl.c:192
3
msgid
"%J'%D': visibility attribute ignored because it"
msgstr
""
#: cp/decl.c:192
6
#: cp/decl.c:192
5
msgid
"%Jconflicts with previous declaration here"
msgstr
""
#: cp/decl.c:215
4
#: cp/decl.c:215
3
#, c-format
msgid
"label `%E' referenced outside of any function"
msgstr
""
#: cp/decl.c:22
50 cp/decl.c:2274 cp/decl.c:2362
#: cp/decl.c:22
49 cp/decl.c:2273 cp/decl.c:2361
msgid
"jump to label `%D'"
msgstr
""
#: cp/decl.c:225
2 cp/decl.c:2276
#: cp/decl.c:225
1 cp/decl.c:2275
msgid
"jump to case label"
msgstr
""
#: cp/decl.c:225
5 cp/decl.c:2279
#: cp/decl.c:225
4 cp/decl.c:2278
msgid
"%H from here"
msgstr
""
#: cp/decl.c:22
60
#: cp/decl.c:22
59
msgid
" crosses initialization of `%#D'"
msgstr
""
#: cp/decl.c:226
3 cp/decl.c:2378
#: cp/decl.c:226
2 cp/decl.c:2377
msgid
" enters scope of non-POD `%#D'"
msgstr
""
#: cp/decl.c:228
3 cp/decl.c:2382
#: cp/decl.c:228
2 cp/decl.c:2381
msgid
" enters try block"
msgstr
""
#: cp/decl.c:228
5 cp/decl.c:2384
#: cp/decl.c:228
4 cp/decl.c:2383
msgid
" enters catch block"
msgstr
""
#: cp/decl.c:236
3
#: cp/decl.c:236
2
msgid
" from here"
msgstr
""
#. Can't skip init of __exception_info.
#: cp/decl.c:237
4
#: cp/decl.c:237
3
msgid
"%J enters catch block"
msgstr
""
#: cp/decl.c:237
6
#: cp/decl.c:237
5
msgid
" skips initialization of `%#D'"
msgstr
""
#: cp/decl.c:24
10
#: cp/decl.c:24
09
msgid
"label named wchar_t"
msgstr
""
#: cp/decl.c:241
3
#: cp/decl.c:241
2
msgid
"duplicate label `%D'"
msgstr
""
#: cp/decl.c:264
4
cp/parser.c:3542
#: cp/decl.c:264
3
cp/parser.c:3542
msgid
"`%D' used without template parameters"
msgstr
""
#: cp/decl.c:265
4 cp/decl.c:2670 cp/decl.c:2757
#: cp/decl.c:265
3 cp/decl.c:2669 cp/decl.c:2756
msgid
"no class template named `%#T' in `%#T'"
msgstr
""
#: cp/decl.c:269
1 cp/decl.c:2701 cp/decl.c:2721
#: cp/decl.c:269
0 cp/decl.c:2700 cp/decl.c:2720
msgid
"no type named `%#T' in `%#T'"
msgstr
""
#: cp/decl.c:342
7
#: cp/decl.c:342
6
msgid
"%Jan anonymous union cannot have function members"
msgstr
""
#: cp/decl.c:344
5
#: cp/decl.c:344
4
msgid
"member %#D' with constructor not allowed in anonymous aggregate"
msgstr
""
#: cp/decl.c:344
8
#: cp/decl.c:344
7
msgid
"member %#D' with destructor not allowed in anonymous aggregate"
msgstr
""
#: cp/decl.c:345
1
#: cp/decl.c:345
0
msgid
""
"member %#D' with copy assignment operator not allowed in anonymous aggregate"
msgstr
""
#: cp/decl.c:347
6
#: cp/decl.c:347
5
msgid
"multiple types in one declaration"
msgstr
""
#: cp/decl.c:34
80
#: cp/decl.c:34
79
msgid
"redeclaration of C++ built-in type %qT"
msgstr
""
#: cp/decl.c:351
6
#: cp/decl.c:351
5
msgid
"missing type-name in typedef-declaration"
msgstr
""
#: cp/decl.c:352
4
#: cp/decl.c:352
3
msgid
"ISO C++ prohibits anonymous structs"
msgstr
""
#: cp/decl.c:353
1
#: cp/decl.c:353
0
#, c-format
msgid
"`%s' can only be specified for functions"
msgstr
""
#: cp/decl.c:353
7
#: cp/decl.c:353
6
msgid
"`friend' can only be specified inside a class"
msgstr
""
#: cp/decl.c:353
9
#: cp/decl.c:353
8
msgid
"`explicit' can only be specified for constructors"
msgstr
""
#: cp/decl.c:354
1
#: cp/decl.c:354
0
msgid
"a storage class can only be specified for objects and functions"
msgstr
""
#: cp/decl.c:354
7
#: cp/decl.c:354
6
msgid
"qualifiers can only be specified for objects and functions"
msgstr
""
#: cp/decl.c:368
5
cp/decl2.c:856
#: cp/decl.c:368
4
cp/decl2.c:856
msgid
"typedef `%D' is initialized (use __typeof__ instead)"
msgstr
""
#: cp/decl.c:36
90
#: cp/decl.c:36
89
msgid
"function `%#D' is initialized like a variable"
msgstr
""
#: cp/decl.c:370
2
#: cp/decl.c:370
1
msgid
"declaration of `%#D' has `extern' and is initialized"
msgstr
""
#: cp/decl.c:372
5 cp/decl.c:9721
#: cp/decl.c:372
4 cp/decl.c:9720
msgid
"%Jinline function '%D' given attribute noinline"
msgstr
""
#: cp/decl.c:373
3
#: cp/decl.c:373
2
msgid
"`%#D' is not a static member of `%#T'"
msgstr
""
#: cp/decl.c:373
9
#: cp/decl.c:373
8
msgid
"ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
msgstr
""
#: cp/decl.c:37
50
#: cp/decl.c:37
49
msgid
"duplicate initialization of %D"
msgstr
""
#: cp/decl.c:378
3
#: cp/decl.c:378
2
msgid
"declaration of `%#D' outside of class is not definition"
msgstr
""
#: cp/decl.c:383
2
#: cp/decl.c:383
1
msgid
"variable `%#D' has initializer but incomplete type"
msgstr
""
#: cp/decl.c:38
40 cp/decl.c:4422
#: cp/decl.c:38
39 cp/decl.c:4421
msgid
"elements of array `%#D' have incomplete type"
msgstr
""
#: cp/decl.c:385
6
#: cp/decl.c:385
5
msgid
"aggregate `%#D' has incomplete type and cannot be defined"
msgstr
""
#: cp/decl.c:390
6
#: cp/decl.c:390
5
msgid
"`%D' declared as reference but not initialized"
msgstr
""
#: cp/decl.c:391
2
#: cp/decl.c:391
1
msgid
"ISO C++ forbids use of initializer list to initialize reference `%D'"
msgstr
""
#: cp/decl.c:39
40
#: cp/decl.c:39
39
msgid
"cannot initialize `%T' from `%T'"
msgstr
""
#: cp/decl.c:397
2
#: cp/decl.c:397
1
msgid
"initializer fails to determine size of `%D'"
msgstr
""
#: cp/decl.c:397
7
#: cp/decl.c:397
6
msgid
"array size missing in `%D'"
msgstr
""
#: cp/decl.c:398
9
#: cp/decl.c:398
8
msgid
"zero-size array `%D'"
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:402
6
#: cp/decl.c:402
5
msgid
"storage size of `%D' isn't known"
msgstr
""
#: cp/decl.c:404
8
#: cp/decl.c:404
7
msgid
"storage size of `%D' isn't constant"
msgstr
""
#: cp/decl.c:410
3
#: cp/decl.c:410
2
msgid
""
"sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
"up with multiple copies)"
msgstr
""
#: cp/decl.c:410
4
#: cp/decl.c:410
3
msgid
"%J you can work around this by removing the initializer"
msgstr
""
#: cp/decl.c:41
30
#: cp/decl.c:41
29
msgid
"uninitialized const `%D'"
msgstr
""
#: cp/decl.c:420
8
#: cp/decl.c:420
7
msgid
"brace-enclosed initializer used to initialize `%T'"
msgstr
""
#: cp/decl.c:427
1
#: cp/decl.c:427
0
msgid
"initializer for `%T' must be brace-enclosed"
msgstr
""
#: cp/decl.c:428
8
#: cp/decl.c:428
7
msgid
"ISO C++ does not allow designated initializers"
msgstr
""
#: cp/decl.c:429
2
#: cp/decl.c:429
1
msgid
"`%T' has no non-static data member named `%D'"
msgstr
""
#: cp/decl.c:435
5
#: cp/decl.c:435
4
msgid
"name `%D' used in a GNU-style designated initializer for an array"
msgstr
""
#: cp/decl.c:437
8
#: cp/decl.c:437
7
msgid
"too many initializers for `%T'"
msgstr
""
#: cp/decl.c:441
6
#: cp/decl.c:441
5
msgid
"variable-sized object `%D' may not be initialized"
msgstr
""
#: cp/decl.c:442
7
#: cp/decl.c:442
6
msgid
"`%D' has incomplete type"
msgstr
""
#: cp/decl.c:448
1
#: cp/decl.c:448
0
msgid
"`%D' must be initialized by constructor, not by `{...}'"
msgstr
""
#: cp/decl.c:452
5
#: cp/decl.c:452
4
msgid
"structure `%D' with uninitialized const members"
msgstr
""
#: cp/decl.c:452
7
#: cp/decl.c:452
6
msgid
"structure `%D' with uninitialized reference members"
msgstr
""
#: cp/decl.c:472
2
#: cp/decl.c:472
1
msgid
"assignment (not initialization) in declaration"
msgstr
""
#: cp/decl.c:473
9
#: cp/decl.c:473
8
msgid
"cannot initialize `%D' to namespace `%D'"
msgstr
""
#: cp/decl.c:478
3
#: cp/decl.c:478
2
msgid
"shadowing previous type declaration of `%#D'"
msgstr
""
#: cp/decl.c:48
20
#: cp/decl.c:48
19
msgid
"`%D' cannot be thread-local because it has non-POD type `%T'"
msgstr
""
#: cp/decl.c:483
5
#: cp/decl.c:483
4
msgid
"`%D' is thread-local and so cannot be dynamically initialized"
msgstr
""
#: cp/decl.c:542
6
#: cp/decl.c:542
5
msgid
"destructor for alien class `%T' cannot be a member"
msgstr
""
#: cp/decl.c:542
9
#: cp/decl.c:542
8
msgid
"constructor for alien class `%T' cannot be a member"
msgstr
""
#: cp/decl.c:545
1
#: cp/decl.c:545
0
msgid
"`%D' declared as a `virtual' %s"
msgstr
""
#: cp/decl.c:545
3
#: cp/decl.c:545
2
msgid
"`%D' declared as an `inline' %s"
msgstr
""
#: cp/decl.c:545
5
#: cp/decl.c:545
4
msgid
""
"`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
msgstr
""
#: cp/decl.c:545
8
#: cp/decl.c:545
7
msgid
"`%D' declared as a friend"
msgstr
""
#: cp/decl.c:546
4
#: cp/decl.c:546
3
msgid
"`%D' declared with an exception specification"
msgstr
""
#: cp/decl.c:554
6
#: cp/decl.c:554
5
msgid
"cannot declare `::main' to be a template"
msgstr
""
#: cp/decl.c:554
8
#: cp/decl.c:554
7
msgid
"cannot declare `::main' to be inline"
msgstr
""
#: cp/decl.c:55
50
#: cp/decl.c:55
49
msgid
"cannot declare `::main' to be static"
msgstr
""
#: cp/decl.c:555
3
#: cp/decl.c:555
2
msgid
"`main' must return `int'"
msgstr
""
#: cp/decl.c:558
1
#: cp/decl.c:558
0
msgid
"non-local function `%#D' uses anonymous type"
msgstr
""
#: cp/decl.c:558
4 cp/decl.c:5910
#: cp/decl.c:558
3 cp/decl.c:5909
msgid
""
"`%#D' does not refer to the unqualified type, so it is not used for linkage"
msgstr
""
#: cp/decl.c:55
90
#: cp/decl.c:55
89
msgid
"non-local function `%#D' uses local type `%T'"
msgstr
""
#: cp/decl.c:561
4
#: cp/decl.c:561
3
msgid
"%smember function `%D' cannot have cv-qualifier"
msgstr
""
#: cp/decl.c:563
8
#: cp/decl.c:563
7
msgid
"defining explicit specialization `%D' in friend declaration"
msgstr
""
#. Something like `template <class T> friend void f<T>()'.
#: cp/decl.c:564
8
#: cp/decl.c:564
7
msgid
"invalid use of template-id `%D' in declaration of primary template"
msgstr
""
#: cp/decl.c:567
5
#: cp/decl.c:567
4
msgid
""
"default arguments are not allowed in declaration of friend template "
"specialization `%D'"
msgstr
""
#: cp/decl.c:568
2
#: cp/decl.c:568
1
msgid
""
"`inline' is not allowed in declaration of friend template specialization `%D'"
msgstr
""
#: cp/decl.c:574
2
#: cp/decl.c:574
1
msgid
"definition of implicitly-declared `%D'"
msgstr
""
#: cp/decl.c:576
2
cp/decl2.c:718
#: cp/decl.c:576
1
cp/decl2.c:718
msgid
"no `%#D' member function declared in class `%T'"
msgstr
""
#: cp/decl.c:590
7
#: cp/decl.c:590
6
msgid
"non-local variable `%#D' uses anonymous type"
msgstr
""
#: cp/decl.c:591
6
#: cp/decl.c:591
5
msgid
"non-local variable `%#D' uses local type `%T'"
msgstr
""
#: cp/decl.c:603
2
#: cp/decl.c:603
1
msgid
""
"invalid in-class initialization of static data member of non-integral type `%"
"T'"
msgstr
""
#: cp/decl.c:604
1
#: cp/decl.c:604
0
msgid
"ISO C++ forbids in-class initialization of non-const static member `%D'"
msgstr
""
#: cp/decl.c:604
4
#: cp/decl.c:604
3
msgid
""
"ISO C++ forbids initialization of member constant `%D' of non-integral type `"
"%T'"
msgstr
""
#: cp/decl.c:606
3
#: cp/decl.c:606
2
msgid
"size of array `%D' has non-integral type `%T'"
msgstr
""
#: cp/decl.c:606
5
#: cp/decl.c:606
4
msgid
"size of array has non-integral type `%T'"
msgstr
""
#: cp/decl.c:610
1
#: cp/decl.c:610
0
msgid
"size of array `%D' is negative"
msgstr
""
#: cp/decl.c:610
3
#: cp/decl.c:610
2
msgid
"size of array is negative"
msgstr
""
#: cp/decl.c:611
1
#: cp/decl.c:611
0
msgid
"ISO C++ forbids zero-size array `%D'"
msgstr
""
#: cp/decl.c:611
3
#: cp/decl.c:611
2
msgid
"ISO C++ forbids zero-size array"
msgstr
""
#: cp/decl.c:61
20
#: cp/decl.c:61
19
msgid
"size of array `%D' is not an integral constant-expression"
msgstr
""
#: cp/decl.c:612
3
#: cp/decl.c:612
2
msgid
"size of array is not an integral constant-expression"
msgstr
""
#: cp/decl.c:612
8
#: cp/decl.c:612
7
msgid
"ISO C++ forbids variable-size array `%D'"
msgstr
""
#: cp/decl.c:61
30
#: cp/decl.c:61
29
msgid
"ISO C++ forbids variable-size array"
msgstr
""
#: cp/decl.c:615
2
#: cp/decl.c:615
1
msgid
"overflow in array dimension"
msgstr
""
#: cp/decl.c:622
7
#: cp/decl.c:622
6
msgid
"declaration of `%D' as %s"
msgstr
""
#: cp/decl.c:622
9
#: cp/decl.c:622
8
#, c-format
msgid
"creating %s"
msgstr
""
#: cp/decl.c:624
1
#: cp/decl.c:624
0
msgid
""
"declaration of `%D' as multidimensional array must have bounds for all "
"dimensions except the first"
msgstr
""
#: cp/decl.c:624
4
#: cp/decl.c:624
3
msgid
""
"multidimensional array must have bounds for all dimensions except the first"
msgstr
""
#: cp/decl.c:627
8
#: cp/decl.c:627
7
msgid
"return type specification for constructor invalid"
msgstr
""
#: cp/decl.c:628
8
#: cp/decl.c:628
7
msgid
"return type specification for destructor invalid"
msgstr
""
#: cp/decl.c:630
1
#: cp/decl.c:630
0
msgid
"operator `%T' declared to return `%T'"
msgstr
""
#: cp/decl.c:630
3
#: cp/decl.c:630
2
msgid
"return type specified for `operator %T'"
msgstr
""
#: cp/decl.c:647
2
#: cp/decl.c:647
1
msgid
"type `%T' is not derived from type `%T'"
msgstr
""
#: cp/decl.c:651
7
#: cp/decl.c:651
6
msgid
"declarator-id missing; using reserved word `%D'"
msgstr
""
#: cp/decl.c:657
3
#: cp/decl.c:657
2
msgid
"declaration of `%D' as non-function"
msgstr
""
#: cp/decl.c:660
6
#: cp/decl.c:660
5
#, c-format
msgid
"two or more data types in declaration of `%s'"
msgstr
""
#: cp/decl.c:664
4
#: cp/decl.c:664
3
msgid
"`long long long' is too long for GCC"
msgstr
""
#: cp/decl.c:664
6
#: cp/decl.c:664
5
msgid
"ISO C++ does not support `long long'"
msgstr
""
#: cp/decl.c:666
8
#: cp/decl.c:666
7
#, c-format
msgid
"duplicate `%s'"
msgstr
""
#: cp/decl.c:670
4 cp/decl.c:6707
#: cp/decl.c:670
3 cp/decl.c:6706
#, c-format
msgid
"ISO C++ forbids declaration of `%s' with no type"
msgstr
""
#: cp/decl.c:673
3
#: cp/decl.c:673
2
#, c-format
msgid
"short, signed or unsigned invalid for `%s'"
msgstr
""
#: cp/decl.c:673
5
#: cp/decl.c:673
4
#, c-format
msgid
"long, short, signed or unsigned invalid for `%s'"
msgstr
""
#: cp/decl.c:673
7
#: cp/decl.c:673
6
#, c-format
msgid
"long and short specified together for `%s'"
msgstr
""
#: cp/decl.c:673
9
#: cp/decl.c:673
8
#, c-format
msgid
"long or short specified with char for `%s'"
msgstr
""
#: cp/decl.c:674
1
#: cp/decl.c:674
0
#, c-format
msgid
"long or short specified with floating type for `%s'"
msgstr
""
#: cp/decl.c:674
3
#: cp/decl.c:674
2
#, c-format
msgid
"signed and unsigned given together for `%s'"
msgstr
""
#: cp/decl.c:674
9
#: cp/decl.c:674
8
#, c-format
msgid
"long, short, signed or unsigned used invalidly for `%s'"
msgstr
""
#: cp/decl.c:681
4
#: cp/decl.c:681
3
#, c-format
msgid
"complex invalid for `%s'"
msgstr
""
#: cp/decl.c:684
3
#: cp/decl.c:684
2
msgid
"qualifiers are not allowed on declaration of `operator %T'"
msgstr
""
#: cp/decl.c:686
4
#: cp/decl.c:686
3
msgid
"member `%D' cannot be declared both virtual and static"
msgstr
""
#: cp/decl.c:687
2
#: cp/decl.c:687
1
msgid
"`%T::%D' is not a valid declarator"
msgstr
""
#: cp/decl.c:68
80
#: cp/decl.c:68
79
msgid
"typedef declaration invalid in parameter declaration"
msgstr
""
#: cp/decl.c:688
4
#: cp/decl.c:688
3
msgid
"storage class specifiers invalid in parameter declarations"
msgstr
""
#: cp/decl.c:689
1
#: cp/decl.c:689
0
msgid
"virtual outside class declaration"
msgstr
""
#: cp/decl.c:690
4 cp/decl.c:6911
#: cp/decl.c:690
3 cp/decl.c:6910
#, c-format
msgid
"multiple storage classes in declaration of `%s'"
msgstr
""
#: cp/decl.c:695
4
#: cp/decl.c:695
3
#, c-format
msgid
"storage class specified for %s `%s'"
msgstr
""
#: cp/decl.c:696
1
#: cp/decl.c:696
0
#, c-format
msgid
"storage class specified for parameter `%s'"
msgstr
""
#: cp/decl.c:69
80
#: cp/decl.c:69
79
#, c-format
msgid
"`%s' initialized and declared `extern'"
msgstr
""
#: cp/decl.c:698
3
#: cp/decl.c:698
2
#, c-format
msgid
"`%s' has both `extern' and initializer"
msgstr
""
#: cp/decl.c:698
7
#: cp/decl.c:698
6
#, c-format
msgid
"nested function `%s' declared `extern'"
msgstr
""
#: cp/decl.c:699
1
#: cp/decl.c:699
0
#, c-format
msgid
"top-level declaration of `%s' specifies `auto'"
msgstr
""
#: cp/decl.c:699
7
#: cp/decl.c:699
6
#, c-format
msgid
"function-scope `%s' implicitly auto and declared `__thread'"
msgstr
""
#: cp/decl.c:700
3
#: cp/decl.c:700
2
msgid
"storage class specifiers invalid in friend function declarations"
msgstr
""
#: cp/decl.c:709
6
#: cp/decl.c:709
5
#, c-format
msgid
"`%s' declared as function returning a function"
msgstr
""
#: cp/decl.c:710
1
#: cp/decl.c:710
0
#, c-format
msgid
"`%s' declared as function returning an array"
msgstr
""
#: cp/decl.c:713
7
#: cp/decl.c:713
6
msgid
"destructor cannot be static member function"
msgstr
""
#: cp/decl.c:71
40
#: cp/decl.c:71
39
msgid
"destructors may not be cv-qualified"
msgstr
""
#: cp/decl.c:71
60
#: cp/decl.c:71
59
msgid
"constructor cannot be static member function"
msgstr
""
#: cp/decl.c:716
3
#: cp/decl.c:716
2
msgid
"constructors cannot be declared virtual"
msgstr
""
#: cp/decl.c:716
8
#: cp/decl.c:716
7
msgid
"constructors may not be cv-qualified"
msgstr
""
#: cp/decl.c:718
8
#: cp/decl.c:718
7
#, c-format
msgid
"can't initialize friend function `%s'"
msgstr
""
#. Cannot be both friend and virtual.
#: cp/decl.c:719
2
#: cp/decl.c:719
1
msgid
"virtual functions cannot be friends"
msgstr
""
#: cp/decl.c:719
6
#: cp/decl.c:719
5
msgid
"friend declaration not in class definition"
msgstr
""
#: cp/decl.c:719
8
#: cp/decl.c:719
7
#, c-format
msgid
"can't define friend function `%s' in a local class definition"
msgstr
""
#: cp/decl.c:72
10
#: cp/decl.c:72
09
msgid
"destructors may not have parameters"
msgstr
""
#: cp/decl.c:722
8 cp/decl.c:7235
#: cp/decl.c:722
7 cp/decl.c:7234
msgid
"cannot declare reference to `%#T'"
msgstr
""
#: cp/decl.c:722
9
#: cp/decl.c:722
8
msgid
"cannot declare pointer to `%#T'"
msgstr
""
#: cp/decl.c:723
7
#: cp/decl.c:723
6
msgid
"cannot declare pointer to `%#T' member"
msgstr
""
#: cp/decl.c:729
3
#: cp/decl.c:729
2
msgid
"template-id `%D' used as a declarator"
msgstr
""
#: cp/decl.c:734
4
#: cp/decl.c:734
3
msgid
"extra qualification `%T::' on member `%s' ignored"
msgstr
""
#: cp/decl.c:736
3
#: cp/decl.c:736
2
msgid
"cannot declare member function `%T::%s' within `%T'"
msgstr
""
#: cp/decl.c:737
8
#: cp/decl.c:737
7
msgid
"cannot declare member `%T::%s' within `%T'"
msgstr
""
#: cp/decl.c:740
6
#: cp/decl.c:740
5
#, c-format
msgid
"size of array `%s' is too large"
msgstr
""
#: cp/decl.c:741
7
#: cp/decl.c:741
6
msgid
"data member may not have variably modified type `%T'"
msgstr
""
#: cp/decl.c:741
9
#: cp/decl.c:741
8
msgid
"parameter may not have variably modified type `%T'"
msgstr
""
#. [dcl.fct.spec] The explicit specifier shall only be used in
#. declarations of constructors within a class definition.
#: cp/decl.c:742
7
#: cp/decl.c:742
6
msgid
"only declarations of constructors can be `explicit'"
msgstr
""
#: cp/decl.c:743
5
#: cp/decl.c:743
4
#, c-format
msgid
"non-member `%s' cannot be declared `mutable'"
msgstr
""
#: cp/decl.c:74
40
#: cp/decl.c:74
39
#, c-format
msgid
"non-object member `%s' cannot be declared `mutable'"
msgstr
""
#: cp/decl.c:744
6
#: cp/decl.c:744
5
#, c-format
msgid
"function `%s' cannot be declared `mutable'"
msgstr
""
#: cp/decl.c:745
1
#: cp/decl.c:745
0
#, c-format
msgid
"static `%s' cannot be declared `mutable'"
msgstr
""
#: cp/decl.c:745
6
#: cp/decl.c:745
5
#, c-format
msgid
"const `%s' cannot be declared `mutable'"
msgstr
""
#: cp/decl.c:747
4
#: cp/decl.c:747
3
msgid
"ISO C++ forbids nested type `%D' with same name as enclosing class"
msgstr
""
#: cp/decl.c:748
2
#: cp/decl.c:748
1
msgid
"%Jtypedef name may not be a nested-name-specifier"
msgstr
""
#: cp/decl.c:752
8
#: cp/decl.c:752
7
msgid
"%Jinvalid type qualifier for non-member function type"
msgstr
""
#: cp/decl.c:759
1
#: cp/decl.c:759
0
msgid
"type qualifiers specified for friend class declaration"
msgstr
""
#: cp/decl.c:759
6
#: cp/decl.c:759
5
msgid
"`inline' specified for friend class declaration"
msgstr
""
#: cp/decl.c:760
4
#: cp/decl.c:760
3
msgid
"template parameters cannot be friends"
msgstr
""
#: cp/decl.c:760
6
#: cp/decl.c:760
5
msgid
"friend declaration requires class-key, i.e. `friend class %T::%D'"
msgstr
""
#: cp/decl.c:76
10
#: cp/decl.c:76
09
msgid
"friend declaration requires class-key, i.e. `friend %#T'"
msgstr
""
#: cp/decl.c:762
3
#: cp/decl.c:762
2
msgid
"trying to make class `%T' a friend of global scope"
msgstr
""
#: cp/decl.c:763
4
#: cp/decl.c:763
3
msgid
"invalid qualifiers on non-member function type"
msgstr
""
#: cp/decl.c:765
3
#: cp/decl.c:765
2
msgid
"abstract declarator `%T' used as declaration"
msgstr
""
#: cp/decl.c:766
5
#: cp/decl.c:766
4
msgid
"unnamed variable or field declared void"
msgstr
""
#: cp/decl.c:766
9
#: cp/decl.c:766
8
#, c-format
msgid
"variable or field `%s' declared void"
msgstr
""
#: cp/decl.c:767
2
#: cp/decl.c:767
1
msgid
"variable or field declared void"
msgstr
""
#: cp/decl.c:768
2
#: cp/decl.c:768
1
msgid
"cannot use `::' in parameter declaration"
msgstr
""
#. Something like struct S { int N::j; };
#: cp/decl.c:772
7
#: cp/decl.c:772
6
msgid
"invalid use of `::'"
msgstr
""
#: cp/decl.c:773
9
#: cp/decl.c:773
8
msgid
"function `%D' cannot be declared friend"
msgstr
""
#: cp/decl.c:775
1
#: cp/decl.c:775
0
msgid
"can't make `%D' into a method -- not in a class"
msgstr
""
#: cp/decl.c:77
60
#: cp/decl.c:77
59
msgid
"function `%D' declared virtual inside a union"
msgstr
""
#: cp/decl.c:776
9
#: cp/decl.c:776
8
msgid
"`%D' cannot be declared virtual, since it is always static"
msgstr
""
#: cp/decl.c:784
8
#: cp/decl.c:784
7
msgid
"field `%D' has incomplete type"
msgstr
""
#: cp/decl.c:78
50
#: cp/decl.c:78
49
msgid
"name `%T' has incomplete type"
msgstr
""
#: cp/decl.c:785
9
#: cp/decl.c:785
8
msgid
" in instantiation of template `%T'"
msgstr
""
#: cp/decl.c:786
9
#: cp/decl.c:786
8
#, c-format
msgid
"`%E' is neither function nor member function; cannot be declared friend"
msgstr
""
#: cp/decl.c:78
80
#: cp/decl.c:78
79
msgid
"member functions are implicitly friends of their class"
msgstr
""
...
...
@@ -14324,86 +14327,86 @@ msgstr ""
#. 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:79
20
#: cp/decl.c:79
19
msgid
"ISO C++ forbids initialization of member `%D'"
msgstr
""
#: cp/decl.c:792
2
#: cp/decl.c:792
1
msgid
"making `%D' static"
msgstr
""
#: cp/decl.c:79
80
#: cp/decl.c:79
79
#, c-format
msgid
"storage class `auto' invalid for function `%s'"
msgstr
""
#: cp/decl.c:798
2
#: cp/decl.c:798
1
#, c-format
msgid
"storage class `register' invalid for function `%s'"
msgstr
""
#: cp/decl.c:798
4
#: cp/decl.c:798
3
#, c-format
msgid
"storage class `__thread' invalid for function `%s'"
msgstr
""
#: cp/decl.c:799
5
#: cp/decl.c:799
4
#, c-format
msgid
""
"`static' specified invalid for function `%s' declared out of global scope"
msgstr
""
#: cp/decl.c:799
7
#: cp/decl.c:799
6
#, c-format
msgid
""
"`inline' specifier invalid for function `%s' declared out of global scope"
msgstr
""
#: cp/decl.c:800
4
#: cp/decl.c:800
3
#, c-format
msgid
"virtual non-class function `%s'"
msgstr
""
#: cp/decl.c:803
5
#: cp/decl.c:803
4
msgid
"cannot declare member function `%D' to have static linkage"
msgstr
""
#. FIXME need arm citation
#: cp/decl.c:804
1
#: cp/decl.c:804
0
msgid
"cannot declare static function inside another function"
msgstr
""
#: cp/decl.c:80
70
#: cp/decl.c:80
69
msgid
""
"`static' may not be used when defining (as opposed to declaring) a static "
"data member"
msgstr
""
#: cp/decl.c:807
6
#: cp/decl.c:807
5
msgid
"static member `%D' declared `register'"
msgstr
""
#: cp/decl.c:808
1
#: cp/decl.c:808
0
msgid
"cannot explicitly declare member `%#D' to have extern linkage"
msgstr
""
#: cp/decl.c:822
1
#: cp/decl.c:822
0
msgid
"default argument for `%#D' has type `%T'"
msgstr
""
#: cp/decl.c:822
4
#: cp/decl.c:822
3
msgid
"default argument for parameter of type `%T' has type `%T'"
msgstr
""
#: cp/decl.c:824
1
#: cp/decl.c:824
0
msgid
"default argument `%E' uses local variable `%D'"
msgstr
""
#: cp/decl.c:83
10
#: cp/decl.c:83
09
msgid
"parameter `%D' invalidly declared method type"
msgstr
""
#: cp/decl.c:833
4
#: cp/decl.c:833
3
msgid
"parameter `%D' includes %s to array of unknown bound `%T'"
msgstr
""
...
...
@@ -14422,102 +14425,102 @@ msgstr ""
#. 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:849
1
#: cp/decl.c:849
0
msgid
"invalid constructor; you probably meant `%T (const %T&)'"
msgstr
""
#: cp/decl.c:861
5
#: cp/decl.c:861
4
msgid
"`%D' may not be declared within a namespace"
msgstr
""
#: cp/decl.c:861
7
#: cp/decl.c:861
6
msgid
"`%D' may not be declared as static"
msgstr
""
#: cp/decl.c:863
7
#: cp/decl.c:863
6
msgid
"`%D' must be a nonstatic member function"
msgstr
""
#: cp/decl.c:864
3
#: cp/decl.c:864
2
msgid
""
"`%D' must be either a non-static member function or a non-member function"
msgstr
""
#: cp/decl.c:86
60
#: cp/decl.c:86
59
msgid
"`%D' must have an argument of class or enumerated type"
msgstr
""
#: cp/decl.c:869
5
#: cp/decl.c:869
4
#, c-format
msgid
"conversion to %s%s will never use a type conversion operator"
msgstr
""
#. 13.4.0.3
#: cp/decl.c:870
2
#: cp/decl.c:870
1
msgid
"ISO C++ prohibits overloading operator ?:"
msgstr
""
#: cp/decl.c:875
2
#: cp/decl.c:875
1
msgid
"postfix `%D' must take `int' as its argument"
msgstr
""
#: cp/decl.c:875
6
#: cp/decl.c:875
5
msgid
"postfix `%D' must take `int' as its second argument"
msgstr
""
#: cp/decl.c:876
3
#: cp/decl.c:876
2
msgid
"`%D' must take either zero or one argument"
msgstr
""
#: cp/decl.c:876
5
#: cp/decl.c:876
4
msgid
"`%D' must take either one or two arguments"
msgstr
""
#: cp/decl.c:878
6
#: cp/decl.c:878
5
msgid
"prefix `%D' should return `%T'"
msgstr
""
#: cp/decl.c:879
2
#: cp/decl.c:879
1
msgid
"postfix `%D' should return `%T'"
msgstr
""
#: cp/decl.c:880
1
#: cp/decl.c:880
0
msgid
"`%D' must take `void'"
msgstr
""
#: cp/decl.c:880
3 cp/decl.c:8811
#: cp/decl.c:880
2 cp/decl.c:8810
msgid
"`%D' must take exactly one argument"
msgstr
""
#: cp/decl.c:881
3
#: cp/decl.c:881
2
msgid
"`%D' must take exactly two arguments"
msgstr
""
#: cp/decl.c:882
1
#: cp/decl.c:882
0
msgid
"user-defined `%D' always evaluates both arguments"
msgstr
""
#: cp/decl.c:883
5
#: cp/decl.c:883
4
msgid
"`%D' should return by value"
msgstr
""
#: cp/decl.c:884
7 cp/decl.c:8850
#: cp/decl.c:884
6 cp/decl.c:8849
msgid
"`%D' cannot have default arguments"
msgstr
""
#: cp/decl.c:89
10
#: cp/decl.c:89
09
msgid
"using typedef-name `%D' after `%s'"
msgstr
""
#: cp/decl.c:891
6
#: cp/decl.c:891
5
msgid
"using template type parameter `%T' after `%s'"
msgstr
""
#: cp/decl.c:892
4
#: cp/decl.c:892
3
msgid
"`%T' referred to as `%s'"
msgstr
""
#: cp/decl.c:89
30
#: cp/decl.c:89
29
msgid
"`%T' referred to as enum"
msgstr
""
...
...
@@ -14528,47 +14531,47 @@ msgstr ""
#. void f(class C); // No template header here
#.
#. then the required template argument is missing.
#: cp/decl.c:894
5
#: cp/decl.c:894
4
msgid
"template argument required for `%s %T'"
msgstr
""
#: cp/decl.c:90
90
#: cp/decl.c:90
89
msgid
"use of enum `%#D' without previous declaration"
msgstr
""
#: cp/decl.c:910
8
#: cp/decl.c:910
7
msgid
"redeclaration of `%T' as a non-template"
msgstr
""
#: cp/decl.c:920
1
#: cp/decl.c:920
0
msgid
"derived union `%T' invalid"
msgstr
""
#: cp/decl.c:921
2
#: cp/decl.c:921
1
msgid
"Java class '%T' cannot have multiple bases"
msgstr
""
#: cp/decl.c:922
4
#: cp/decl.c:922
3
msgid
"Java class '%T' cannot have virtual bases"
msgstr
""
#: cp/decl.c:924
3
#: cp/decl.c:924
2
msgid
"base type `%T' fails to be a struct or class type"
msgstr
""
#: cp/decl.c:925
1
#: cp/decl.c:925
0
msgid
"recursive type `%T' undefined"
msgstr
""
#: cp/decl.c:925
3
#: cp/decl.c:925
2
msgid
"duplicate base type `%T' invalid"
msgstr
""
#: cp/decl.c:931
8
#: cp/decl.c:931
7
msgid
"multiple definition of `%#T'"
msgstr
""
#: cp/decl.c:931
9
#: cp/decl.c:931
8
msgid
"%Jprevious definition here"
msgstr
""
...
...
@@ -14576,43 +14579,43 @@ msgstr ""
#.
#. IF no integral type can represent all the enumerator values, the
#. enumeration is ill-formed.
#: cp/decl.c:944
4
#: cp/decl.c:944
3
msgid
"no integral type can represent all of the enumerator values for `%T'"
msgstr
""
#: cp/decl.c:954
5
#: cp/decl.c:954
4
msgid
"enumerator value for `%D' not integer constant"
msgstr
""
#: cp/decl.c:957
2
#: cp/decl.c:957
1
msgid
"overflow in enumeration values at `%D'"
msgstr
""
#: cp/decl.c:964
3
#: cp/decl.c:964
2
msgid
"return type `%#T' is incomplete"
msgstr
""
#: cp/decl.c:975
8
cp/typeck.c:5982
#: cp/decl.c:975
7
cp/typeck.c:5982
msgid
"`operator=' should return a reference to `*this'"
msgstr
""
#: cp/decl.c:1003
5
#: cp/decl.c:1003
4
msgid
"return type for `main' changed to `int'"
msgstr
""
#: cp/decl.c:100
90
#: cp/decl.c:100
89
msgid
"parameter `%D' declared void"
msgstr
""
#: cp/decl.c:1057
2
#: cp/decl.c:1057
1
msgid
"invalid member function declaration"
msgstr
""
#: cp/decl.c:1058
7
#: cp/decl.c:1058
6
msgid
"`%D' is already defined in class `%T'"
msgstr
""
#: cp/decl.c:1079
8
#: cp/decl.c:1079
7
msgid
"static member function `%#D' declared with type qualifiers"
msgstr
""
...
...
@@ -15111,19 +15114,19 @@ msgid ""
"of an undeclared name is deprecated)"
msgstr
""
#: cp/mangle.c:2
066
#: cp/mangle.c:2
114
msgid
"call_expr cannot be mangled due to a defect in the C++ ABI"
msgstr
""
#: cp/mangle.c:2
074
#: cp/mangle.c:2
122
msgid
"zero-operand casts cannot be mangled due to a defect in the C++ ABI"
msgstr
""
#: cp/mangle.c:21
24
#: cp/mangle.c:21
72
msgid
"omitted middle operand to `?:' operand cannot be mangled"
msgstr
""
#: cp/mangle.c:24
34
#: cp/mangle.c:24
82
msgid
"the mangled name of `%D' will change in a future version of GCC"
msgstr
""
...
...
@@ -16328,10 +16331,6 @@ msgstr ""
msgid
" since `%#D' declared in base class"
msgstr
""
#: cp/search.c:1922
msgid
"`%#D' needs a final overrider"
msgstr
""
#: cp/semantics.c:1133
#, c-format
msgid
"type of asm operand `%E' could not be determined"
...
...
@@ -17188,7 +17187,7 @@ msgid "call to function which throws incomplete type `%#T'"
msgstr
""
#. XXX Not i18n clean.
#: cp/cp-tree.h:38
44
#: cp/cp-tree.h:38
39
#, c-format
msgid
"%s is deprecated, please see the documentation for details"
msgstr
""
...
...
@@ -17891,6 +17890,11 @@ msgstr ""
msgid
"can't create directory %s: %m"
msgstr
""
#: java/jcf-write.c:3517
#, c-format
msgid
"can't open %s for writing: %m"
msgstr
""
#: java/jcf-write.c:3537
#, c-format
msgid
"can't create %s: %m"
...
...
@@ -20453,39 +20457,39 @@ msgstr ""
msgid
"shared and mdll are not compatible"
msgstr
""
#: config/darwin.h:24
7
#: config/darwin.h:24
8
msgid
"-current_version only allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:25
0
#: config/darwin.h:25
1
msgid
"-install_name only allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:25
5
#: config/darwin.h:25
6
msgid
"-bundle not allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:25
6
#: config/darwin.h:25
7
msgid
"-bundle_loader not allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:25
7
#: config/darwin.h:25
8
msgid
"-client_name not allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:26
0
#: config/darwin.h:26
1
msgid
"-force_cpusubtype_ALL not allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:26
1
#: config/darwin.h:26
2
msgid
"-force_flat_namespace not allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:26
3
#: config/darwin.h:26
4
msgid
"-keep_private_externs not allowed with -dynamiclib"
msgstr
""
#: config/darwin.h:26
4
#: config/darwin.h:26
5
msgid
"-private_bundle not allowed with -dynamiclib"
msgstr
""
...
...
@@ -20499,7 +20503,7 @@ msgstr ""
msgid
"-pg or -p and -fomit-frame-pointer are incompatible"
msgstr
""
#: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:79
5
#: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:79
6
msgid
"-pg and -fomit-frame-pointer are incompatible"
msgstr
""
...
...
@@ -20552,11 +20556,11 @@ msgstr ""
msgid
"Cannot use mshared and static together."
msgstr
""
#: gcc.c:76
8
#: gcc.c:76
9
msgid
"GCC does not support -C or -CC without -E"
msgstr
""
#: gcc.c:96
2
#: gcc.c:96
3
msgid
"-E required when input is from standard input"
msgstr
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment