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 #7 from Joseph S. Myers ---
There no longer seems to be a function "fatal" with a parameter using the msgid
naming convention that could be confused with the (non-translating) function
called here, which explains why these messages we
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081
Eric Gallager changed:
What|Removed |Added
CC||jsm28 at gcc dot gnu.org,
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=47081
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081
--- Comment #3 from joseph at codesourcery dot com 2010-12-28 19:44:02 UTC ---
On Tue, 28 Dec 2010, pinskia at gcc dot gnu.org wrote:
> I don't know if generator files should be have translated error messages.
> Unlike other programs, the gen* p
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
--- Comment #1 from Andrew Pinski 2010-12-28
19:21:25 UTC ---
I don't know if generator files should be have translated error messages.
Unlike other programs, the gen* programs are only used internally inside gcc.