From owner-freebsd-stable@FreeBSD.ORG Sun Mar 23 09:29:45 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 56A91C64 for ; Sun, 23 Mar 2014 09:29:45 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37650351 for ; Sun, 23 Mar 2014 09:29:44 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WReio-0003fM-Eu for freebsd-stable@freebsd.org; Sun, 23 Mar 2014 02:29:38 -0700 Date: Sun, 23 Mar 2014 02:29:38 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org Message-ID: <1395566978437-5896805.post@n5.nabble.com> In-Reply-To: <20140322203226.GO43653@albert.catwhisker.org> References: <0E7E81A1-54E9-4920-A360-005A1C0C4D47@FreeBSD.org> <20140322154403.GK43653@albert.catwhisker.org> <20140322203226.GO43653@albert.catwhisker.org> Subject: Re: HEADS UP: merged llvm/clang 3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 09:29:45 -0000 Well, speaking of strangeness, I cannot build kernel on amd64. cc -O2 -pipe -I. -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c aicasm_gram.c aicasm_gram.c:2:19: error: unused variable 'yysccsid' [-Werror,-Wunused-const-variable] static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; ^ 1 error generated. *** Error code 1 Stop. make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 -- View this message in context: http://freebsd.1045724.n5.nabble.com/HEADS-UP-merged-llvm-clang-3-4-tp5896349p5896805.html Sent from the freebsd-stable mailing list archive at Nabble.com.