From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 326 invoked by alias); 26 Feb 2010 09:39:10 -0000 Received: (qmail 311 invoked by uid 22791); 26 Feb 2010 09:39:09 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Feb 2010 09:39:05 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1Q9cuR1008130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Feb 2010 04:38:56 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1Q9csNI011966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Feb 2010 04:38:56 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.3/8.14.3) with ESMTP id o1Q9d6Rl019326; Fri, 26 Feb 2010 10:39:06 +0100 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.3/8.14.3/Submit) id o1Q9d4pv019324; Fri, 26 Feb 2010 10:39:04 +0100 Date: Fri, 26 Feb 2010 10:03:00 -0000 From: Jakub Jelinek To: Gabriel Dos Reis Cc: Paolo Bonzini , Marco Poletti , Shujing Zhao , "Joseph S. Myers" , gcc-patches@gcc.gnu.org, Paolo Carlini Subject: Re: gcc/cp/pt.c: use ngettext() when needed Message-ID: <20100226093904.GT2817@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: <20100218144545.GV2817@tyan-ft48-01.lab.bos.redhat.com> <4B84A60B.5020709@oracle.com> <206fcf961002252308t3883270bpb5d7cd0fd02bf2d@mail.gmail.com> <206fcf961002252331k7f390be1jc96a7025bc34d410@mail.gmail.com> <4B8793BA.8050201@gnu.org> <206fcf961002260132q4aa22a7ep2ff42d145442a971@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <206fcf961002260132q4aa22a7ep2ff42d145442a971@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg01125.txt.bz2 On Fri, Feb 26, 2010 at 03:32:27AM -0600, Gabriel Dos Reis wrote: > > No, that (as I already said upthread) will not work for Baltic and Slavic > > languages.  A Czech example: > > > >   1 kandidát > >   2-3-4 kandidáti > >   5+ kandidátů > > > > Paolo > > > > yes, but if you want me to review a new version of your patch > based on feedbacks, don't hesitate to be more specific about > what "this" refers to. http://gcc.gnu.org/ml/gcc-patches/2010-02/msg00719.html with http://gcc.gnu.org/ml/gcc-patches/2010-02/msg00961.html changes for exgettext instead of the original one. Jakub