This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32637] New: Swedish translation error
- From: "ext at sidvind dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2007 16:36:14 -0000
- Subject: [Bug c++/32637] New: Swedish translation error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
By changing the parameters of the operator delete of a class, the following
warning is issued when compiling:
include/elpis.h:80: error: 'operator delete' takes type 'void*' as first
parameter
With LC_ALL set to "sv_SE":
include/elpis.h:80: fel: "operator new" tar typen "void*" som första parameter
This is just a translation error. First found this in GCC-4.1.2 but this
translation is still in trunk. I'll attach a patch that corrects this.
--
Summary: Swedish translation error
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ext at sidvind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32637