From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 27 13:40:48 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0256916A4CE for ; Sun, 27 Mar 2005 13:40:48 +0000 (GMT) Received: from keylime.silverwraith.com (keylime.silverwraith.com [69.55.228.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC1B43D39 for ; Sun, 27 Mar 2005 13:40:47 +0000 (GMT) (envelope-from lists-freebsd@silverwraith.com) Received: from keylime.silverwraith.com ([69.55.228.10]) by keylime.silverwraith.com with esmtp (Exim 4.41 (FreeBSD)) id 1DFY0V-000Lxd-6x; Sun, 27 Mar 2005 05:40:47 -0800 Received: (from avleen@localhost)j2RDeiRg084408; Sun, 27 Mar 2005 05:40:44 -0800 (PST) (envelope-from lists-freebsd@silverwraith.com) X-Authentication-Warning: keylime.silverwraith.com: avleen set sender to lists-freebsd@silverwraith.com using -f Date: Sun, 27 Mar 2005 05:40:44 -0800 From: Avleen Vig To: Alexander Leidinger Message-ID: <20050327134044.GM78512@silverwraith.com> References: <423C15C5.6040902@fsn.hu> <20050327133059.3d68a78c@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050327133059.3d68a78c@Magellan.Leidinger.net> User-Agent: Mutt/1.5.6i cc: hackers@freebsd.org Subject: Re: 5-STABLE kernel build with icc broken X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 13:40:48 -0000 On Sun, Mar 27, 2005 at 01:30:59PM +0200, Alexander Leidinger wrote: > > It seems to me that building kernel with icc is currently broken, at > > least in 5-STABLE. Could somebody investigate this? > > I don't have a problem to compile it with a recent -current and a recent > icc (-stable not tested), but the resulting kernel imediatly panics > (page fault in _mtx_...()). Without intending to start any compiler holy wars, what benefits does ICC provide over GCC for the end user?