From owner-freebsd-current@FreeBSD.ORG Fri Nov 2 08:13:37 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1302FB87; Fri, 2 Nov 2012 08:13:37 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id A6B408FC14; Fri, 2 Nov 2012 08:13:36 +0000 (UTC) Received: from [192.168.0.2] (cpc2-cmbg15-2-0-cust445.5-4.cable.virginmedia.com [86.26.13.190]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id qA28DXeX048898 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Fri, 2 Nov 2012 08:13:35 GMT (envelope-from theraven@FreeBSD.org) Subject: Re: November 5th is Clang-Day Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: David Chisnall In-Reply-To: <1TU9lE-000KmO-Cc@internal.tormail.org> Date: Fri, 2 Nov 2012 08:13:30 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20121102032945.GF65074@lor.one-eyed-alien.net> <1TU9lE-000KmO-Cc@internal.tormail.org> To: Jan Beich X-Mailer: Apple Mail (2.1278) Cc: Brooks Davis , freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 02 Nov 2012 08:13:37 -0000 On 2 Nov 2012, at 05:24, Jan Beich wrote: >> Known Issues >=20 > emulators/wine doesn't work with lib32 built by clang, probably due to > wine bugs. Is this still the case? There was an issue preventing WINE from working = because it required stricter stack alignment than clang provided by = default, but I thought it was fixed. Does WINE work if compiled with = the flag that forces stack realignment? If not, then it's some other = issue... David=