From owner-freebsd-current@FreeBSD.ORG Thu Apr 3 13:47:35 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D710A5F for ; Thu, 3 Apr 2014 13:47:35 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "theravensnest.org", Issuer "theravensnest.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 45264E40 for ; Thu, 3 Apr 2014 13:47:34 +0000 (UTC) Received: from c106.sec.cl.cam.ac.uk (c106.sec.cl.cam.ac.uk [128.232.18.106]) (authenticated bits=0) by theravensnest.org (8.14.7/8.14.7) with ESMTP id s33DZ36Z064716 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 3 Apr 2014 13:35:05 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: gcc compilation broken with SVN r264042 From: David Chisnall In-Reply-To: <99686E5C-6923-45CD-B2CB-8BE7592CAE7F@bsdimp.com> Date: Thu, 3 Apr 2014 14:35:03 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <533C61B8.7060809@protected-networks.net> <7DDE2B05-66D6-468A-9DEA-DA139A2A7174@FreeBSD.org> <99686E5C-6923-45CD-B2CB-8BE7592CAE7F@bsdimp.com> To: Warner Losh X-Mailer: Apple Mail (2.1874) Cc: Michael Butler , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 13:47:35 -0000 On 3 Apr 2014, at 14:26, Warner Losh wrote: >=20 > On Apr 3, 2014, at 2:11 AM, David Chisnall = wrote: >=20 >> On 3 Apr 2014, at 00:23, Warner Losh wrote: >>=20 >>> So less carping and more fixing is needed here. >>=20 >> Should be fixed in r264069 - I'm sure Jenkins / Tinderbox will tell = me if it isn't... >>=20 >> libc now builds for me with gcc and clang. >=20 > thanks David=85 I=92d planned a universe run later today to test some = of my > changes, so this will help=85 Let me know if you encounter any issues. I've built libc now with: - clang 3.4 (FreeBSD edition) - clang 3.4 (FreeBSD edition) -fblocks - gcc 4.2.1 FreeBSD edition - gcc 4.2.1 FreeBSD edition -fblocks - gcc 4.7.3 (from ports) All of these seem to work, and all produce a libc with _b functions that = work with my clang-compiled test program. =20 David