[Bug middle-end/47081] Macro usage too clever for localization

2024-06-24 Thread goeran at uddeborg dot se via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081 Göran Uddeborg changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug middle-end/47081] Macro usage too clever for localization

2024-06-17 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
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

[Bug middle-end/47081] Macro usage too clever for localization

2024-06-16 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081 Eric Gallager changed: What|Removed |Added CC||jsm28 at gcc dot gnu.org,

[Bug middle-end/47081] Macro usage too clever for localization

2024-06-16 Thread goeran at uddeborg dot se via Gcc-bugs
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

[Bug middle-end/47081] Macro usage too clever for localization

2019-08-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47081 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug middle-end/47081] Macro usage too clever for localization

2010-12-28 Thread joseph at codesourcery dot com
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

[Bug middle-end/47081] Macro usage too clever for localization

2010-12-28 Thread goeran at uddeborg dot se
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

[Bug middle-end/47081] Macro usage too clever for localization

2010-12-28 Thread pinskia at gcc dot gnu.org
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.