From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 8 22:33:08 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A0A885AE for ; Fri, 8 Feb 2013 22:33:08 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 639086E9 for ; Fri, 8 Feb 2013 22:33:08 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id r18MWiNH092420 for ; Fri, 8 Feb 2013 14:32:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1360362765; bh=PmLLz28RKzwbSyEnx5KG/KrrwhZafK3qwSfpT4i9Uu8=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=SWdUvWiPAk85x4w8mKQA9y3UsJ/t7YT5nzi7yQ9ApqRuVuxjFxntaZxyj9ZpfaN+6 YGQD9rmKx8gZU/tUxMTeTBhQ8yhvWIlesi8KkOUqq4fr+X4ghqt5ju6FWPykgyL3Z5 wOWqPM0tT9nkXxzV4kZXD9cf67E7zgtvn/RMM088= Subject: clang/llvm failure on a project branch From: Sean Bruno To: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Fri, 08 Feb 2013 14:32:44 -0800 Message-ID: <1360362764.4618.3.camel@powernoodle> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 362764002 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 22:33:08 -0000 Not sure if I really need to have this code yet, but I found a bit of code that works under gcc but fails under clang/llvm on my project branch of pxe_http: http://svnweb.freebsd.org/base/user/sbruno/pxe_http_head/sys/boot/i386/pxe_http/ ===> i386/pxe_http (all) pxe_isr.S:45:3: error: unexpected directive .code16 .code16 ^ pxe_isr.S:45:10: error: .code16 not supported yet .code16 ^ *** [pxe_isr.o] Error code 1 Stop in /home/sbruno/sbruno/pxe_http_head/sys/boot/i386/pxe_http. *** [all] Error code 1 Stop in /home/sbruno/sbruno/pxe_http_head/sys/boot/i386. *** [all] Error code 1 Stop in /home/sbruno/sbruno/pxe_http_head/sys/boot.