From owner-freebsd-stable@FreeBSD.ORG Tue May 29 06:46:33 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60119106564A for ; Tue, 29 May 2012 06:46:33 +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 196B38FC14 for ; Tue, 29 May 2012 06:46:33 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:1966:3960:5466:61dc] (unknown [IPv6:2001:7b8:3a7:0:1966:3960:5466:61dc]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 29F915C59; Tue, 29 May 2012 08:46:31 +0200 (CEST) Message-ID: <4FC470C7.5080700@FreeBSD.org> Date: Tue, 29 May 2012 08:46:31 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120522 Thunderbird/13.0 MIME-Version: 1.0 To: Randy Bush References: In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: Re: clang tautology X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 06:46:33 -0000 On 2012-05-29 04:49, Randy Bush wrote:> trying a clang buildworld and get a bunch of > > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/i386.md:4249:29: warning: self-comparison always evaluates to false [-Wtautological-compare] > && (TARGET_64BIT || DImode != DImode)) > ^ > 12 warnings generated. > > does not seem harmful, but cosmetically poor These are all warnings in gcc code that can be safely ignored. They will (most likely) never be fixed. If you're bothered a lot by them, we could crank down WARNS= for the gcc builds.