From owner-freebsd-testing@FreeBSD.ORG Fri Feb 7 21:19:54 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 416A268C; Fri, 7 Feb 2014 21:19:54 +0000 (UTC) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB31C19E7; Fri, 7 Feb 2014 21:19:53 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::9502:12a8:3deb:47e] (unknown [IPv6:2001:7b8:3a7:0:9502:12a8:3deb:47e]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 8D5AA5C44; Fri, 7 Feb 2014 22:19:50 +0100 (CET) Subject: Re: contrib/libc++/include/locale contains -Wsign-compare errors Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Content-Type: multipart/signed; boundary="Apple-Mail=_F5EB2442-8888-41C9-8BD9-71FBEC52AE3D"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.1 (6062eb4) From: Dimitry Andric In-Reply-To: Date: Fri, 7 Feb 2014 22:19:41 +0100 Message-Id: <5FD73D01-F8E4-42F8-B5A6-67A6BD516A08@FreeBSD.org> References: To: Alan Somers X-Mailer: Apple Mail (2.1827) Cc: "freebsd-testing@freebsd.org" , FreeBSD CURRENT , theraven@freebsd.org, Brooks Davis X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 21:19:54 -0000 --Apple-Mail=_F5EB2442-8888-41C9-8BD9-71FBEC52AE3D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 On 07 Feb 2014, at 19:04, Alan Somers wrote: ... > In file included from use_locale.cpp:1: > /usr/include/c++/v1/locale:1016:27: error: comparison of integers of = different > signs: 'long' and 'size_type' (aka 'unsigned long') > [-Werror,-Wsign-compare] > if (__a_end - __a =3D=3D __buf.size()) > ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ Fixed in r261608 (in a somewhat cleaner way than r261604). It's also going to be applied upstream. -Dimitry --Apple-Mail=_F5EB2442-8888-41C9-8BD9-71FBEC52AE3D Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iEYEARECAAYFAlL1Te0ACgkQsF6jCi4glqMwXwCgz796JqT8UBvbiTs8meGm02B8 gTwAoMOjPc15ucvhUUoeaP/O3XxCb/V3 =AlND -----END PGP SIGNATURE----- --Apple-Mail=_F5EB2442-8888-41C9-8BD9-71FBEC52AE3D--