From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: xen-unstable stubdom build-failure when debug=n Date: Mon, 21 Jul 2014 19:43:27 +0200 Message-ID: <20140721174327.GA5544@aepfle.de> References: <223502494.20140717102731@eikelenboom.it> <1405606391.1977.6.camel@kazak.uk.xensource.com> <598019223.20140717162519@eikelenboom.it> <1405959204.13494.0.camel@kazak.uk.xensource.com> <1405959873.13494.8.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1X9HcZ-00041e-R9 for xen-devel@lists.xenproject.org; Mon, 21 Jul 2014 17:43:32 +0000 Content-Disposition: inline In-Reply-To: <1405959873.13494.8.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Sander Eikelenboom , Daniel De Graaf , stefano.stabellini@eu.citrix.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Mon, Jul 21, Ian Campbell wrote: > tpm_tis.c:618:71: error: array subscript is below array bounds [-Werror=array-bounds] > > Line 618 does appear to include the use of a signed variable as an array > offset, but I'm not sure how or why gcc is proving that it is negative. It can not prove that tpm->locality remains positive. Olaf