Re: Forward: gcc-4.0.1-b20050607.de.po [REJECTED]

2005-06-23 Thread Zack Weinberg
Jakub Jelinek wrote: > I have posted a patch that implements it, but it hasn't been reviewed > (yet). If it ever goes in (which would be certainly after 4.0.1 release), > the next step would be to modify gettext again to grok it. I sent you a revision yesterday, have you had a chance to look at i

Re: Forward: gcc-4.0.1-b20050607.de.po [REJECTED]

2005-06-18 Thread Jakub Jelinek
On Sat, Jun 18, 2005 at 11:27:15PM +0200, "Martin v. L?wis" wrote: > > This worked before. Why shouldn't it? Please tell me how to work Before the string was marked as c-format and therefore gettext did not complain. But GCC whenever it tried to issue that diagnostics worked in english, but crash

Re: Forward: gcc-4.0.1-b20050607.de.po [REJECTED]

2005-06-18 Thread Andrew Pinski
On Jun 18, 2005, at 5:27 PM, Martin v. Löwis wrote: So the questions are: - Does GCC support $ reordering of arguments? - If yes, why does gettext complain? - If no, shouldn't it? GCC does not support (yet) $ reordering of arguments but there is a recent patch to support it: http://gcc.gnu.org