This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/32637] New: Swedish translation error


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]