From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14680 invoked by alias); 5 Jul 2007 16:36:23 -0000 Received: (qmail 14649 invoked by uid 48); 5 Jul 2007 16:36:14 -0000 Date: Thu, 05 Jul 2007 16:36:00 -0000 Subject: [Bug c++/32637] New: Swedish translation error X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ext at sidvind dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg00650.txt.bz2 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