https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 99884, which changed state.
Bug 99884 Summary: Double spaces in warning message
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99884
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99884
Göran Uddeborg changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 47081, which changed state.
Bug 47081 Summary: Macro usage too clever for localization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081
Göran Uddeborg changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081
--- Comment #5 from Göran Uddeborg ---
These messages are no longer included in the po files. I'm not sure exactly
what prevents it; gengtype-state.cc is still not in po/EXCLUDES (while plain
gengtype.cc is). In any case, I would say we can close
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114112
Göran Uddeborg changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
At
https://gcc.gnu.org/git?p=gcc.git;a=blob;f=gcc/c-family/c-omp.cc;h=5117022e330c95592d7731eec161ab1b5c6925d9;hb=HEAD#l1810
the function
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
At
https://gcc.gnu.org/git?p=gcc.git;a=blob;f=gcc/fortran/openmp.cc;h=ce719bd5d92dc40185a4d0215d5db13b7956acba;hb=HEAD#l6538
there is a message
ORDER clause must not be used
: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
At the line
https://gcc.gnu.org/git?p=gcc.git;a=blob;f=gcc/tree-cfg.cc;h=ade66c54499ff481bb9d58fd5f3c616646514d65;hb=HEAD#l3513
(at the time of writing this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 96248, which changed state.
Bug 96248 Summary: Closing quote in wrong position in config/rs6000/rs6000.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96248
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96248
Göran Uddeborg changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
iority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
In `config/nvptx/nvptx.opt` there is an error message
Specify the version of the ptx version to use.
https://github.com/gcc-mirro
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
In the function open_module_client in gcc/cp/mapper-client.cc there an error
message
failed %s mapper %qs line %u
and a similar without
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
At
https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/fortran/io.c;h=40cd76eb5858614c81de98b59a4f6e5b814988ea;hb=HEAD#l2494
the variable "spec" is either set to a string followed
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
There are two misspellings Anders Jonsson found while reviewing my Swedish
translation of gcc:
"exclussive" rather than "exclusive at
https://gcc.gnu.org/git/?p=gcc.git;a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96285
--- Comment #2 from Göran Uddeborg ---
Sure, I'll put it together shortly.
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
During the translation of the help text for -fprofile-exclude-files a
discussion started what it actually meant. Does the name has to match ALL the
ty: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
In c-family/c.opt, line 1251 at the time of writing, the string "
bytes" is repeated at the end of the description of Wvla-la
Priority: P3
Component: driver
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
The closing quote in the message
error ("%<-mcmodel incompatible with other toc options%>");
in config/rs6000/linux64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42693
--- Comment #5 from Göran Uddeborg ---
(In reply to markeggleston from comment #4)
> Does this mean that this is fixed?
I don't think so. The "_" define typically marks the string for translation,
but it doesn't add the information this is a fo
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
In pru-pragma.c, in the function pru_pragma_ctable_entry, there are two error
messages created by concatenating string literals, where some of the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89823
Göran Uddeborg changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #4 from Göran Uddebo
Assignee: ibuclaw at gdcproject dot org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
In d/dmd/expressionsem.c there is this piece of code:
> const char *s = exp->op == TOKplusplus ? "increment" : "decrement";
> exp->error("
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80589
Göran Uddeborg changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
The message
"% parameter is not a power of two %d"
(from
https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/tree-ssa-loop-prefetch.c?view=markup#l2038)
cause
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
The translation reviewer Anders Jonsson pointed out two message ids with what
appears to be misspellings.
#: params.def:351
#, no-c-format
msgid "The maximum number of insns in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46676
Göran Uddeborg changed:
What|Removed |Added
CC||goeran at uddeborg dot se
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34352
Göran Uddeborg changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 34352, which changed state.
Bug 34352 Summary: Multi-line descriptions are not picked up for translation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34352
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 47103, which changed state.
Bug 47103 Summary: i386 options have multi-line descriptions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47103
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47103
Göran Uddeborg changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60149
Göran Uddeborg changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
In the po files for gcc 4.9 distributed through the Translation Project
recently there is a message like this:
#: params.def:417
#, c-format
msgid "Set the esti
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34352
--- Comment #4 from Göran Uddeborg ---
Created attachment 30531
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30531&action=edit
Merge all multi-line descriptions in .opt files
That I'll do, I thought.
And promptly forgot about, apparently!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52726
Bug #: 52726
Summary: Composed error message will not get translated
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: minor
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52118
Bug #: 52118
Summary: The explanation of Wunused-local-typedefs is truncated
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47105
Summary: Some xml-options have only placeholders as
descriptions
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47103
Summary: i386 options have multi-line descriptions
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassig
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081
--- Comment #2 from Göran Uddeborg 2010-12-28
19:23:57 UTC ---
Oh, I see. You mean this message is never seen by an end user? In that case,
maybe they could be excluded from the set of files scanned for messages to
translate? Or would that be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081
Summary: Macro usage too clever for localization
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unass
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46901
Göran Uddeborg changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #4 from Göran Uddeb
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46901
Summary: Error message repeats itself
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: c++
AssignedTo: unassig...@gcc.gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46617
Summary: String concatenation fools extraction for translation.
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
Assign
--
Summary: Parts of message not available for translation
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: translation
AssignedTo: unassigned at gcc dot gnu dot org
Repo
--- Comment #4 from goeran at uddeborg dot se 2010-02-24 11:02 ---
Created an attachment (id=19944)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19944&action=view)
A different simplification, avoiding the diamond inheritance
The diamond inheritance does not seem
--- Comment #1 from goeran at uddeborg dot se 2010-02-19 14:24 ---
Created an attachment (id=19921)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19921&action=view)
Test case
No special flags, just compile with "c++ thunk.cc -o thunk".
--
http://gcc
fuses GCC
Product: gcc
Version: 4.4.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_b
--- Comment #20 from goeran at uddeborg dot se 2010-01-11 21:02 ---
(In reply to comment #19)
> Yes please.
I've filed bug 42693 about that.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36161
from
gfc_arith_error
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
--- Comment #18 from goeran at uddeborg dot se 2010-01-11 17:27 ---
I did try it out as you suggested, and it seems to work just fine.
(I.e. messages from fortran/arith.c were said to come from fortraarith.c in the
pot file. But I didn't bother to investigate that, it wasn
--- Comment #3 from goeran at uddeborg dot se 2009-12-06 12:52 ---
Looks good in po file for 4.5-b20091203
--
goeran at uddeborg dot se changed:
What|Removed |Added
--- Comment #5 from goeran at uddeborg dot se 2009-12-06 12:47 ---
Looks good in po file for 4.5-b20091203
--
goeran at uddeborg dot se changed:
What|Removed |Added
--- Comment #4 from goeran at uddeborg dot se 2009-12-06 12:44 ---
Looks good in po file for 4.5-b20091203
--
goeran at uddeborg dot se changed:
What|Removed |Added
--- Comment #4 from goeran at uddeborg dot se 2009-12-06 12:43 ---
Looks good in po file for 4.5-b20091203
--
goeran at uddeborg dot se changed:
What|Removed |Added
--- Comment #5 from goeran at uddeborg dot se 2009-11-12 21:14 ---
I took a look at the code in the web svn. The messages as such look fine now.
They should be readily translatable.
But I don't think xgettext will pick up both strings for translation, when the
argument
--- Comment #15 from goeran at uddeborg dot se 2009-07-27 20:43 ---
Bug 40872 created as a tracker bug, with almost all my own bugs, and a few
others that also seemed to qualify as "trivial". I excluded bugs that referred
to errors in the actual translations (l10n rather
: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: translation
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
--- Comment #13 from goeran at uddeborg dot se 2009-07-27 19:27 ---
If I can give any useful help, I'm certainly willing to do so. I'll search for
bugs to add to a meta-bug if you wish. What would the criteria for inclusion
be? Just anything having to do with translation?
--- Comment #10 from goeran at uddeborg dot se 2009-07-27 18:22 ---
(In reply to comment #8)
> ... but in my opinion we should really have
> a single PR about this issue and PR34836, PR29917, PR29017
Then I did misunderstand you.
These are examples of what meant needed to be h
--- Comment #6 from goeran at uddeborg dot se 2009-07-27 17:11 ---
(In reply to comment #5)
> Sorry, I didn't understand that was what you wanted.
What I WANTED was to do what Paolo Carlini asked about in comment 1. I'm not
sure if I understood him correctly either.
--- Comment #4 from goeran at uddeborg dot se 2009-07-27 17:01 ---
(In reply to comment #3)
> Try grep -e ' error ([^"]' gcc/*.c -A 1
Ah, ok. I tried to search for similar BUGZILLA reports. Not for similar cases
in the code.
But sure, I can search the code instead.
--- Comment #2 from goeran at uddeborg dot se 2009-07-27 16:00 ---
(In reply to comment #1)
> I think this is a pervasive issue and we have at least another couple of PRs
> about it in Bugzilla. Please check / commonize, thanks!
I'm not sure exactly what you mean with &q
--- Comment #3 from goeran at uddeborg dot se 2009-07-27 15:41 ---
(In reply to comment #2)
> Translation fixes goto the translation team which is not part of the GCC team
> really.
Indeed. In this case that would be .
But fortunately, I happened to stumble on this bug report
for translation
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40872
or translation fails when
concatenating with preprocessor symbols
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
--- Comment #6 from goeran at uddeborg dot se 2009-03-29 16:53 ---
It didn't take long for this to be added to xgettext. It's already in the
development version (see https://savannah.gnu.org/bugs/?26040#comment1 for
details).
So then maybe I can reopen this, to ha
--- Comment #5 from goeran at uddeborg dot se 2009-03-28 18:27 ---
I see. I've sent an enhancement suggestion to the gettext project.
https://savannah.gnu.org/bugs/index.php?26040
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36161
--- Comment #2 from goeran at uddeborg dot se 2009-01-07 21:52 ---
(In reply to comment #1)
> Well template here might be consider the keyword template.
It COULD, but I would argue that would break the style of other messages. The
word "template" is used in many messages,
word can't be properly
translated
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38761
--- Comment #2 from goeran at uddeborg dot se 2008-12-20 11:26 ---
That's true. Simply including the "is" in the symstd_msg, so the entire
message within the parenthesis would be translated as a unit, would be a
significant improvement.
--
http://gcc.gnu.org/bugzil
: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38573
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38442
--- Comment #2 from goeran at uddeborg dot se 2008-05-19 20:15 ---
I'm not saying they should be marked "c-format", but "gcc-internal-format".
That special marker is known by msgfmt for the "printf inspired" error messages
in GCC.
Tobias Burnus has p
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36161
4.3.0
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35002
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34836
ersion: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34352
--- Comment #2 from goeran at uddeborg dot se 2007-06-08 19:25 ---
Ok. I've found a few more in parse.y, but I won't bother to report them then.
So far nothing outside this time around, but I have a few hundred messages to
go ... :-)
--
http://gcc.gnu.org/bugzilla/show_
rity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32250
roperly translated
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32249
lated
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31665
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29897
gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: objc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29200
se.
--
Summary: Words substituted for %s in a sentence can not be
translated
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at g
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29033
;t
be properly translated
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29017
properly translated
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28704
Version: 4.1.1
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28669
--- Additional Comments From goeran at uddeborg dot se 2005-08-20 20:52
---
Great! (That answer was quick! :-)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23501
c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23501
("Usage: " TOOLNAME " [OPTION]... CLASS...\n\n"));
--
Summary: I18n bug in gjavah.c
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: una
ous space in description of max-variable-
expansions-in-unroller
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot or
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: goeran at uddeborg dot se
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22201
93 matches
Mail list logo