From owner-freebsd-tinderbox@FreeBSD.ORG Wed Sep 22 17:16:42 2010 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9EB4106564A; Wed, 22 Sep 2010 17:16:42 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id AC7618FC16; Wed, 22 Sep 2010 17:16:42 +0000 (UTC) Received: by pxi17 with SMTP id 17so260772pxi.13 for ; Wed, 22 Sep 2010 10:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=b4HKKKoOyEk0JsiGVuwLrwXzTTOE4dri8sUZ1RNvffQ=; b=kglvNQ8F0v+xZN7HdIzJdzOJXMgwK8XywMgKbazANHJQQPuhMKus8+UwSzIOPsMcEG lLMyolj9comuAQ8mL/E/ZHMXyEKNkrg1ed+hrOjFTsWVD8l+OASo89THpAdzB6Zjvx23 KgUWKm4hymURGPlBIN+KgdFLp1HQc8ISuyWXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=wRFELM/ZoZP9CZVVx8s1ikUSTJyo60FbJaWagEQeoPNdmEQ0ycvDnzFt1IJP7PMaqE kC3Ddann1TzWG0YBu5/jSkQjzZ1DUusi31g/wUV6I+jRo2ZiHlj4U2fP/czTkWe5DG5T 7eKC9YcFmRB8FKmNM8sGODVFcZEkgGhep4YoM= Received: by 10.114.39.9 with SMTP id m9mr487978wam.197.1285174194027; Wed, 22 Sep 2010 09:49:54 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id o4sm3530929iba.18.2010.09.22.09.49.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Sep 2010 09:49:48 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 22 Sep 2010 09:48:57 -0700 From: Pyun YongHyeon Date: Wed, 22 Sep 2010 09:48:57 -0700 To: FreeBSD Tinderbox Message-ID: <20100922164857.GA10299@michelle.cdnetworks.com> References: <201009221008.o8MA8k2s054212@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009221008.o8MA8k2s054212@freebsd-current.sentex.ca> User-Agent: Mutt/1.4.2.3i Cc: amd64@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 17:16:43 -0000 On Wed, Sep 22, 2010 at 10:08:46AM +0000, FreeBSD Tinderbox wrote: [...] > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -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 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/stge/if_stge.c > /src/sys/dev/stge/if_stge.c: In function 'stge_poll': > /src/sys/dev/stge/if_stge.c:1947: error: break statement not within loop or switch > /src/sys/dev/stge/if_stge.c:1953: error: break statement not within loop or switch > *** Error code 1 > > Stop in /obj/src/sys/LINT. > *** Error code 1 > Sorry, it should be fixed now.