[current tinderbox] failure on alpha/alpha

Taku YAMAMOTO taku at tackymt.homeip.net
Thu Nov 11 01:01:57 PST 2004


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 at 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
-------------- next part --------------
--- 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 at cent.saitama-u.ac.jp>
+ * Copyright (c) 2000-2004 Taku YAMAMOTO <taku at 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)
 {


More information about the freebsd-current mailing list