From owner-freebsd-current@FreeBSD.ORG Thu Sep 23 11:21:28 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 612FC1065672; Thu, 23 Sep 2010 11:21:28 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3858FC14; Thu, 23 Sep 2010 11:21:28 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:28e4:8413:c438:c1fa] (unknown [IPv6:2001:7b8:3a7:0:28e4:8413:c438:c1fa]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 646DA5C43; Thu, 23 Sep 2010 13:21:27 +0200 (CEST) Message-ID: <4C9B383A.6080008@FreeBSD.org> Date: Thu, 23 Sep 2010 13:21:30 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10pre) Gecko/20100910 Lanikai/3.1.4pre MIME-Version: 1.0 To: Bartosz Stec References: <4C99A53E.7060707@FreeBSD.org> <4C9A32B8.60204@kkip.pl> <4C9A6A38.4080307@freebsd.org> <4C9A7203.8010701@kkip.pl> <20100923065134.GA31455@freebsd.org> <4C9B3207.2070302@kkip.pl> In-Reply-To: <4C9B3207.2070302@kkip.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Rene Ladan , Roman Divacky , current@freebsd.org Subject: Re: Clang now builds world and kernel, on i386 and amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Sep 2010 11:21:28 -0000 On 2010-09-23 12:55, Bartosz Stec wrote: > 0. Program arguments: /usr/bin/clang++ -cc1 -triple > i386-undermydesk-freebsd9.0 -S -disable-free -main-file-name APFloat.cpp > -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases > -target-cpu i486 -resource-dir /usr/lib/clang/2.8 -D LLVM_ON_UNIX -D > LLVM_ON_FREEBSD -D __STDC_LIMIT_MACROS -D __STDC_CONSTANT_MACROS -D > NDEBUG -D LLVM_HOSTTRIPLE="i386-undermydesk-freebsd9.0" -I > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include > -I /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support > -I . -I > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include > -I /usr/obj/usr/src/tmp/legacy/usr/include -O2 -ferror-limit 19 > -fmessage-length 205 -fgnu-runtime -fdiagnostics-show-option > -fcolor-diagnostics -o /tmp/cc-lvFfGd.s -x c++ > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp > 1. parser at end of file > 2. Code generation > 3. Running pass 'Linear Scan Register Allocator' on function > '@_ZN4llvm7APFloat28convertFromHexadecimalStringENS_9StringRefENS0_12roundingModeE' I cannot reproduce this here, running the exact command printed above. What is the output of "/usr/bin/clang++ -v" ?