Date: Thu, 11 Nov 2004 18:01:47 +0900 From: Taku YAMAMOTO <taku@tackymt.homeip.net> To: freebsd-current@freebsd.org Subject: Re: [current tinderbox] failure on alpha/alpha Message-ID: <20041111180147.4ab32772.taku@tackymt.homeip.net> In-Reply-To: <20041111072853.441627306E@freebsd-current.sentex.ca> References: <20041111072853.441627306E@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--Multipart=_Thu__11_Nov_2004_18_01_47_+0900_70oA9GM83LjqhXHB
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Ouch! I forgot to solve the inlining problem.
A patch is attached.
On Thu, 11 Nov 2004 02:28:53 -0500 (EST)
FreeBSD Tinderbox <tinderbox@freebsd.org> wrote:
(snip)
> TB --- 2004-11-11 07:23:20 - generating LINT kernel config
> TB --- 2004-11-11 07:23:20 - cd /home/tinderbox/CURRENT/alpha/alpha/src/sys/alpha/conf
> TB --- 2004-11-11 07:23:20 - /usr/bin/make -B LINT
> TB --- 2004-11-11 07:23:20 - building LINT kernel (COPTFLAGS=-O2 -pipe)
> TB --- 2004-11-11 07:23:20 - cd /home/tinderbox/CURRENT/alpha/alpha/src
> TB --- 2004-11-11 07:23:20 - /usr/bin/make buildkernel KERNCONF=LINT
> >>> Kernel build for LINT started on Thu Nov 11 07:23:20 UTC 2004
> >>> stage 1: configuring the kernel
> >>> stage 2.1: cleaning up the object tree
> >>> stage 2.2: rebuilding the object tree
> >>> stage 2.3: build tools
> >>> stage 3.1: making dependencies
> >>> stage 3.2: building everything
> [...]
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:484: warning: called from here
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:485: warning: called from here
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:488: warning: called from here
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
> /tinderbox/CURRENT/alpha/alpha/src/sys/dev/sound/pci/maestro.c:490: warning: called from here
> *** Error code 1
>
> Stop in /tinderbox/CURRENT/alpha/alpha/obj/alpha/tinderbox/CURRENT/alpha/alpha/src/sys/LINT.
> *** Error code 1
>
> Stop in /tinderbox/CURRENT/alpha/alpha/src.
> *** Error code 1
>
> Stop in /tinderbox/CURRENT/alpha/alpha/src.
> TB --- 2004-11-11 07:28:53 - WARNING: /usr/bin/make returned exit code 1
> TB --- 2004-11-11 07:28:53 - ERROR: failed to build lint kernel
> TB --- 2004-11-11 07:28:53 - tinderbox aborted
--Multipart=_Thu__11_Nov_2004_18_01_47_+0900_70oA9GM83LjqhXHB
Content-Type: text/plain;
name="maestro-uninline.patch"
Content-Disposition: attachment;
filename="maestro-uninline.patch"
Content-Transfer-Encoding: 7bit
--- maestro.c.orig Tue Aug 10 15:26:22 2004
+++ maestro.c Thu Nov 11 17:58:11 2004
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2000 Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
+ * Copyright (c) 2000-2004 Taku YAMAMOTO <taku@tackymt.homeip.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -472,7 +472,7 @@
}
}
-static inline void
+static void
apu_setparam(struct agg_info *ess, int apuch,
u_int32_t wpwa, u_int16_t size, int16_t pan, u_int dv)
{
--Multipart=_Thu__11_Nov_2004_18_01_47_+0900_70oA9GM83LjqhXHB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041111180147.4ab32772.taku>
