From owner-freebsd-current@FreeBSD.ORG Wed Apr 21 15:25:55 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 50921106566B; Wed, 21 Apr 2010 15:25:55 +0000 (UTC) (envelope-from dimitry@andric.com) 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 121D88FC1D; Wed, 21 Apr 2010 15:25:55 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:a001:edb6:9f22:4f24] (unknown [IPv6:2001:7b8:3a7:0:a001:edb6:9f22:4f24]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 372AF5C59; Wed, 21 Apr 2010 17:25:54 +0200 (CEST) Message-ID: <4BCF190B.9090000@andric.com> Date: Wed, 21 Apr 2010 17:26:03 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.5pre) Gecko/20100417 Lanikai/3.1b2pre MIME-Version: 1.0 To: Roman Divacky References: <20100416160818.GA69460@freebsd.org> <4BC9E9D2.1040505@andric.com> <20100417173321.GA46116@freebsd.org> <4BC9FA7D.4060108@andric.com> <20100417181302.GA50462@freebsd.org> <4BCDB475.6060609@andric.com> <20100420140444.GA68252@freebsd.org> In-Reply-To: <20100420140444.GA68252@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now 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: Wed, 21 Apr 2010 15:25:55 -0000 On 2010-04-20 16:04, Roman Divacky wrote: >> Tried again with llvm r101891, still the same error... > > the problem is that gcc miscompiles llvm at -O3, I havent managed > to contact brooks@ to change the port to default to -O2 > > you can do that locally I guess Tried llvm-devel-2.7.r101995 built with -O2, but no difference in the result. I guess it's a real bug in llvm. :)