From owner-freebsd-current@FreeBSD.ORG Tue Oct 23 21:14:45 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00EFDB6E for ; Tue, 23 Oct 2012 21:14:44 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id A4E6D8FC17 for ; Tue, 23 Oct 2012 21:14:43 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:4d6a:19cb:16ac:7be0] (unknown [IPv6:2001:7b8:3a7:0:4d6a:19cb:16ac:7be0]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 317965C59; Tue, 23 Oct 2012 23:14:42 +0200 (CEST) Message-ID: <508708BE.5040403@FreeBSD.org> Date: Tue, 23 Oct 2012 23:14:38 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "O. Hartmann" Subject: Re: Revision: 241923: /bits/locale_facets.tcc:1390:10: error: '&&' within '||' [-Werror, -Wlogical-op-parentheses], && (static_cast(__p.field[3]), [...], /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:1390:10: note: place paren References: <5086C936.4010905@zedat.fu-berlin.de> In-Reply-To: <5086C936.4010905@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "O. Hartmann" , Current FreeBSD , hiren panchasara X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 21:14:45 -0000 On 2012-10-23 18:43, O. Hartmann wrote: > Am 10/23/12 18:08, schrieb hiren panchasara: >> On Oct 23, 2012 4:34 AM, "O. Hartmann" >> wrote: ... >>> /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30: >>> error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] >>> if (__lc->_M_use_grouping && __c == __lc->_M_thousands_sep >>> ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ... > I see ... I was a bit too fast posting this, shortly after done so, I > saw the reports and solutions. I'll wait until the tree is fixed. This should be fixed after r241958.