From owner-freebsd-tinderbox@FreeBSD.ORG Fri Nov 8 15:08:10 2013 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BAB820E; Fri, 8 Nov 2013 15:08:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B00762EF0; Fri, 8 Nov 2013 15:08:09 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 6so1997854qeb.17 for ; Fri, 08 Nov 2013 07:08:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=iqM3E7KSn/0AxfBIdkrJ0g1Sf+qiKsJovsAFo54DA6M=; b=j18TrdlinybmyqG0+4V1jcqBDKPh644N5L7Z1C53HodkcS2J2H2WG9wZfv70SgOf18 aOYBE6jBnYg9auEKKCpDBmDYNG7dqY0kzobDZxSmac6tz5wnbhExNqwjPuvrL5PEbA42 UOIYpFZFQvL3RqEyf4K1X/u7NA63jqOYScs6qK94LiDCaoa4WnB6WkwF+Il0cyANOCT8 q7lfPEbgZcgWws7HHariW3KaU7W2KXXTW+oX8nn+8d3VNkXDcgfEQftwfxUT4tT+txPC lAR/Ci50s08CqxBkCpXF2vC9tg3gQfBithGg2Gj6evgkZshbLXIDJpsk4gISOaKVW/To mX+g== MIME-Version: 1.0 X-Received: by 10.224.111.197 with SMTP id t5mr24682439qap.49.1383923288824; Fri, 08 Nov 2013 07:08:08 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Fri, 8 Nov 2013 07:08:08 -0800 (PST) In-Reply-To: <201311081032.rA8AWwAT038235@freebsd-current.sentex.ca> References: <201311081032.rA8AWwAT038235@freebsd-current.sentex.ca> Date: Fri, 8 Nov 2013 07:08:08 -0800 X-Google-Sender-Auth: KaGR0Oo8jtRlgx4niigSX5BqofY Message-ID: Subject: Re: [head tinderbox] failure on mips/mips From: Adrian Chadd To: FreeBSD Tinderbox Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mips@freebsd.org" , "current@freebsd.org" X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 15:08:10 -0000 On 8 November 2013 02:32, FreeBSD Tinderbox wrote: [snip] > cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -= Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qu= al -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -= fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/alt= q -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include= opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth= =3D100 --param large-function-growth=3D1000 --param max-inline-insns-single= =3D1000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=3D0x80050000 -march=3Dmi= ps32 -msoft-float -ffreestanding -Werror /src/sys/contrib/dev/ath/ath_hal/= ar9300/ar9300_reset.c -I/src/sys/dev/ath -I/src/sys/dev/ath/ath_hal -I/src/= sys/contrib/dev/ath/ath_hal > cc1: warnings being treated as errors > /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c: In function 'ar93= 00_chip_reset': > /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:1337: warning: inl= ining failed in call to 'ar9300_init_pll': --param max-inline-insns-single = limit reached [-Winline] > /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:2011: warning: cal= led from here [-Winline] > *** Error code 1 ?!?!?!??! -adrian