From owner-freebsd-mips@FreeBSD.ORG Fri Nov 8 16:27:17 2013 Return-Path: Delivered-To: mips@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 ESMTP id 4020C78E; Fri, 8 Nov 2013 16:27:17 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0424E23B5; Fri, 8 Nov 2013 16:27:13 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Veots-0001zh-Kj; Fri, 08 Nov 2013 16:27:12 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id rA8GRA6v066369; Fri, 8 Nov 2013 09:27:10 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/xNNtpKvM5nQfMFuB+4i71 Subject: Re: [head tinderbox] failure on mips/mips From: Ian Lepore To: Adrian Chadd In-Reply-To: References: <201311081032.rA8AWwAT038235@freebsd-current.sentex.ca> <52263E13-2EAE-4468-987B-2023FDC5FF1C@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Date: Fri, 08 Nov 2013 09:27:10 -0700 Message-ID: <1383928030.31172.247.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-mips@freebsd.org" , Dimitry Andric , FreeBSD Tinderbox , "current@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 16:27:17 -0000 I'll do it. -- Ian On Fri, 2013-11-08 at 08:05 -0800, Adrian Chadd wrote: > Can someone please take care of this? I'm a little busy for the next > couple days. > > Feel free to commit to the contrib code. > > Thanks! > > > > -adrian > > > On 8 November 2013 07:24, Dimitry Andric wrote: > > On 08 Nov 2013, at 16:08, Adrian Chadd wrote: > >> On 8 November 2013 02:32, FreeBSD Tinderbox wrote: > >> > >> [snip] > >> > >>> cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 --param max-inline-insns-single=1000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80050000 -march=mips32 -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 'ar9300_chip_reset': > >>> /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:1337: warning: inlining 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: called from here [-Winline] > >>> *** Error code 1 > >> > >> ?!?!?!??! > > > > Apparently gcc cannot inline this function, with the current inlining > > limits. Maybe the inline should be dropped, if the function is that > > large.... :-) > > > > -Dimitry > > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"