From owner-freebsd-mips@FreeBSD.ORG Fri Nov 8 15:25:07 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 7D92B876; Fri, 8 Nov 2013 15:25:07 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 392292004; Fri, 8 Nov 2013 15:25:06 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::9db3:13fc:9239:2885] (unknown [IPv6:2001:7b8:3a7:0:9db3:13fc:9239:2885]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 054315C43; Fri, 8 Nov 2013 16:25:04 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_FDBD8745-1F73-49DF-A9B8-EBE886BF1C6C"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: [head tinderbox] failure on mips/mips From: Dimitry Andric In-Reply-To: Date: Fri, 8 Nov 2013 16:24:37 +0100 Message-Id: <52263E13-2EAE-4468-987B-2023FDC5FF1C@FreeBSD.org> References: <201311081032.rA8AWwAT038235@freebsd-current.sentex.ca> To: Adrian Chadd X-Mailer: Apple Mail (2.1822) Cc: "freebsd-mips@freebsd.org" , 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 15:25:07 -0000 --Apple-Mail=_FDBD8745-1F73-49DF-A9B8-EBE886BF1C6C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 08 Nov 2013, at 16:08, Adrian Chadd wrote: > On 8 November 2013 02:32, FreeBSD Tinderbox = wrote: >=20 > [snip] >=20 >> cc -c -O -pipe -std=3Dc99 -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=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=3Dmips32 -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 >=20 > ?!?!?!??! Apparently gcc cannot inline this function, with the current inlining limits. Maybe the inline should be dropped, if the function is that large.... :-) -Dimitry --Apple-Mail=_FDBD8745-1F73-49DF-A9B8-EBE886BF1C6C 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.22 (Darwin) iEYEARECAAYFAlJ9AkUACgkQsF6jCi4glqPLCQCgtV+our864v+ogkM0dvbDI4Dp 4ekAn0yPDavdLrGkSoNPHxkQy8CpzU1H =GPLH -----END PGP SIGNATURE----- --Apple-Mail=_FDBD8745-1F73-49DF-A9B8-EBE886BF1C6C--