From owner-freebsd-current@FreeBSD.ORG Thu Jan 1 17:53:15 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3A99BB for ; Thu, 1 Jan 2015 17:53:15 +0000 (UTC) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B692661F0 for ; Thu, 1 Jan 2015 17:53:15 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::28eb:6a07:fcba:ed4a] (unknown [IPv6:2001:7b8:3a7:0:28eb:6a07:fcba:ed4a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 52716B80A; Thu, 1 Jan 2015 18:53:13 +0100 (CET) Subject: Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: multipart/signed; boundary="Apple-Mail=_EEC4EA8D-950E-413D-AEDE-FF3CE73F9C52"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5b4 From: Dimitry Andric In-Reply-To: Date: Thu, 1 Jan 2015 18:53:14 +0100 Message-Id: References: <528C023D-6207-4054-917B-05D4C4E605EC@FreeBSD.org> <20150101125043.6e6e3a52.ohartman@zedat.fu-berlin.de> To: Oliver Pinter X-Mailer: Apple Mail (2.1993) Cc: HardenedBSD Developers , FreeBSD-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 01 Jan 2015 17:53:15 -0000 --Apple-Mail=_EEC4EA8D-950E-413D-AEDE-FF3CE73F9C52 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 01 Jan 2015, at 18:35, Oliver Pinter = wrote: > We at HardenedBSD got this error, with out jenkins instance: >=20 > --- dis_tables.o --- > = /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c= :3025:25: > error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] > if (cpu_mode =3D=3D SIZE64 && dp->it_invalid64 || > ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ~~ > = /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c= :3025:25: > note: place parentheses around the '&&' expression to silence this > warning > if (cpu_mode =3D=3D SIZE64 && dp->it_invalid64 || > ^ > ( ) > = /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c= :3026:25: > error: '&&' within '||' [-Werror,-Wlogical-op-parentheses] > cpu_mode !=3D SIZE64 && dp->it_invalid32) > ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ > = /jenkins/workspace/HardenedBSD_Master/sys/cddl/dev/dtrace/x86/dis_tables.c= :3026:25: > note: place parentheses around the '&&' expression to silence this > warning > cpu_mode !=3D SIZE64 && dp->it_invalid32) > ^ > ( ) > --- all_subdir_ed --- I can't reproduce this warning here, at least not with pristine head. Did you change any of the -Wno-xxx flags in your customized source tree? -Dimitry --Apple-Mail=_EEC4EA8D-950E-413D-AEDE-FF3CE73F9C52 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.26 iEYEARECAAYFAlSliYoACgkQsF6jCi4glqPbIQCfQIhW5Pt2T9aaX8p/GrFwZ97T UTsAoKl3FU+CgRoREfQ5FWB3MZYL2N3N =0NoG -----END PGP SIGNATURE----- --Apple-Mail=_EEC4EA8D-950E-413D-AEDE-FF3CE73F9C52--