From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1605 invoked by alias); 9 Apr 2002 17:44:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1596 invoked from network); 9 Apr 2002 17:44:19 -0000 Received: from unknown (HELO ariane.ens-cachan.fr) (138.231.176.4) by sources.redhat.com with SMTP; 9 Apr 2002 17:44:19 -0000 Received: from mayo.cmla.ens-cachan.fr (mayo.cmla.ens-cachan.fr [138.231.64.2]) by ariane.ens-cachan.fr (8.12.0.Beta19/jtpda-5.3.3) with ESMTP id g39HiFSA021169 ; Tue, 9 Apr 2002 19:44:16 +0200 Received: from jambon.cmla.ens-cachan.fr (jambon.cmla.ens-cachan.fr [138.231.64.60]) by mayo.cmla.ens-cachan.fr (8.9.1a/jtpda-5.3.2) with ESMTP id TAA09078 ; Tue, 9 Apr 2002 19:44:11 +0200 (MET DST) Received: from (dosreis@localhost) by jambon.cmla.ens-cachan.fr (8.9.3/jtpda-5.3.1/CL) id TAA14099 ; Tue, 9 Apr 2002 19:44:13 +0200 (MET DST) To: Joe Buck Cc: mark@codesourcery.com (Mark Mitchell), phil@jaj.com (Phil Edwards), gcc@gcc.gnu.org (gcc@gcc.gnu.org), bkoz@redhat.com (bkoz@redhat.com) Subject: Re: GCC 3.1 Release References: <200204091507.IAA18465@atrus.synopsys.com> From: Gabriel Dos Reis In-Reply-To: Joe Buck's message of "Tue, 9 Apr 2002 08:07:40 -0700 (PDT)" Organization: CodeSourcery, LLC Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Tue, 09 Apr 2002 11:35:00 -0000 Message-ID: X-SW-Source: 2002-04/txt/msg00349.txt.bz2 Joe Buck writes: | > >> 3628 -- the std::rel_ops operators cause ambiguous overloads with vector | > >> and string iterators. | > = | > > I'd really like to see this one fixed. IMHO, the fixing isn't hard | > | > Do you have a patch? Is the problem the result of a compiler bug, or | > a library bug? | | It's a library bug. Well, I'm not at all convinced that this is a library bug. But I guess we'll just restart an old discussion. | It can be fixed by adding explicit comparison | operators for the vector and string iterators. Huh?!? -- Gaby