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 crashed in german. > > around it except not using the n$ feature of standard format > > strings. If GCC implements its own format strings, it should > > at least support the standard feature set. > > So the questions are: > - Does GCC support $ reordering of arguments? > - If yes, why does gettext complain? > - If no, shouldn't it? 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. Jakub