In cp/decl.c there is this code. error ("%smember function %qD cannot have cv-qualifier", (ctype ? "static " : "non-"), decl);
The first string, "%smember ..." is available for translation in the po-file, but not the parts substituted, static and non-. And even if they were, it surely will not work in all languages to compose a sentence like this. Two complete strings should be there instead. -- Summary: %s substituted with static/non- can't be 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=28669