From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 26 12:50:04 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 314371065674 for ; Thu, 26 Mar 2009 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 055C48FC22 for ; Thu, 26 Mar 2009 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2QCo3Ot000786 for ; Thu, 26 Mar 2009 12:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2QCo3jM000780; Thu, 26 Mar 2009 12:50:03 GMT (envelope-from gnats) Date: Thu, 26 Mar 2009 12:50:03 GMT Message-Id: <200903261250.n2QCo3jM000780@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Bruce Cran Cc: Subject: Re: amd64/132170: 7.1 kernel compilation problem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 12:50:04 -0000 The following reply was made to PR amd64/132170; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, loic@abcmultimedia.fr Cc: Subject: Re: amd64/132170: 7.1 kernel compilation problem Date: Thu, 26 Mar 2009 12:45:52 +0000 What options do you have in your /etc/make.conf file? I think the build system should automatically add -fno-strict-aliasing when building at -O2 or higher optimization levels because enabling strict aliasing is known to cause problems. -- Bruce