From owner-freebsd-current@FreeBSD.ORG Fri Nov 8 16:05:25 2013 Return-Path: Delivered-To: current@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 83B6FFC9; Fri, 8 Nov 2013 16:05:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B7DE226C; Fri, 8 Nov 2013 16:05:24 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id l13so1868937qcy.4 for ; Fri, 08 Nov 2013 08:05:24 -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=G7gIcGvIIJBbWp45DuBsINOuFyNI8waUd9EeI3QMoy8=; b=XNOmYHzhAHrdrnqnh+HC7R3yh48zGge0Ux+/JgSnELLkQxtQn4y8kGKw2iDLB6TWdW d4qxilcJWkmhMOD4j4RkuDHbNvuj2XcwFlNHAr1O3ovGPk0CZOlz4oHd3S7A9Fra9CNt DEF8udY8jXO+78x3SQ93B64JO5Mr7m4Ez9D2qSJcnD0muMbOmBI48H04PUoBAcFf15tN eAMlPTiOcFVDB3oz/hDDvTlISQLzbuPAU1g+TUF28M9rl0jDA+P48AvEIPhGIdMy76yj AV/UQ70TK30rp9PTFCm25RUjYn4tM1130CSQPI6iWX9ePRt3nUXD75NQTIuLG6BIclNr hMzw== MIME-Version: 1.0 X-Received: by 10.224.36.201 with SMTP id u9mr25071514qad.76.1383926723043; Fri, 08 Nov 2013 08:05:23 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Fri, 8 Nov 2013 08:05:22 -0800 (PST) In-Reply-To: <52263E13-2EAE-4468-987B-2023FDC5FF1C@FreeBSD.org> References: <201311081032.rA8AWwAT038235@freebsd-current.sentex.ca> <52263E13-2EAE-4468-987B-2023FDC5FF1C@FreeBSD.org> Date: Fri, 8 Nov 2013 08:05:22 -0800 X-Google-Sender-Auth: Sf6HR7fVp8woXQP3jOU47cKUrLM Message-ID: Subject: Re: [head tinderbox] failure on mips/mips From: Adrian Chadd To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mips@freebsd.org" , FreeBSD Tinderbox , "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 16:05:25 -0000 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 wrot= e: >> >> [snip] >> >>> 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/a= ltq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -inclu= de opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growt= h=3D100 --param large-function-growth=3D1000 --param max-inline-insns-singl= e=3D1000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=3D0x80050000 -march=3Dm= ips32 -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 'ar= 9300_chip_reset': >>> /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:1337: warning: i= nlining failed in call to 'ar9300_init_pll': --param max-inline-insns-singl= e limit reached [-Winline] >>> /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:2011: warning: c= alled 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 >