From owner-freebsd-stable@FreeBSD.ORG Sun Mar 23 14:30:35 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E328E61; Sun, 23 Mar 2014 14:30:35 +0000 (UTC) Received: from frv154.fwdcdn.com (frv154.fwdcdn.com [212.42.77.154]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E57F6EA0; Sun, 23 Mar 2014 14:30:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=E+0xTtpfUKjL+vt0iyCMB25Ma2nDC4sEWlp8KR4jOKQ=; b=Jw8U26p6rm9zCGIaYzXj0DvensxL5udKz04zYyseDR5BisBS09DCHpCI/8UVPhSmFXwQmc1r6nOpnK/dMlgVW6fZvhMl22uLmErwj+58BgSOa4ql8ohEIPJWPAMNlu9nLnhMalzbORABqeuYUTXePWhuKN/pfk7l4+9g8IIdUl8=; Received: from [134.249.90.229] (helo=nonamehost.local) by frv154.fwdcdn.com with esmtpsa ID 1WRjPv-000I4u-6c ; Sun, 23 Mar 2014 16:30:27 +0200 Date: Sun, 23 Mar 2014 16:30:26 +0200 From: Ivan Klymenko To: Dimitry Andric Subject: Re: HEADS UP: merged llvm/clang 3.4 Message-ID: <20140323163026.31a24895@nonamehost.local> In-Reply-To: <5775E9CC-D23A-48FC-872C-E3857CAC500C@FreeBSD.org> References: <0E7E81A1-54E9-4920-A360-005A1C0C4D47@FreeBSD.org> <20140322154403.GK43653@albert.catwhisker.org> <20140322203226.GO43653@albert.catwhisker.org> <1395566978437-5896805.post@n5.nabble.com> <20140323124007.18989498@nonamehost.local> <20140323131820.ea5227052253a4f8e6b5c80d@fastmail.fm> <58EBBC17-5D32-47FA-8220-50F0872E0787@FreeBSD.org> <20140323151640.6171e5c118f7dd26e0b7fc88@fastmail.fm> <5775E9CC-D23A-48FC-872C-E3857CAC500C@FreeBSD.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.90.229; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: Schaich Alonso , freebsd-stable@freebsd.org, Jakub Lach X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 14:30:35 -0000 =D0=92 Sun, 23 Mar 2014 15:21:05 +0100 Dimitry Andric =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 23 Mar 2014, at 15:16, Schaich Alonso > wrote: > > On Sun, 23 Mar 2014 14:58:19 +0100 > > Dimitry Andric wrote: > ... > >> It is not as if anybody cares about warnings in aicasm; it has > >> already been removed in head. :-) > >=20 > > Actually I was building 10-STABLE from a 2 week older snapshot of > > 10-STABLE. > >=20 > > The workaround is indeed from the FreeBSD-9 times' wiki article of > > building FreeBSD with clang, however I remembered those yacc > > statements to already have caused trouble in the past, so I > > look-up-ed the old articles and found this. >=20 > I have committed a workaround in r263665. >=20 > -Dimitry >=20 Thanks!