From owner-svn-src-head@FreeBSD.ORG Fri Jan 20 14:05:00 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF67106566B; Fri, 20 Jan 2012 14:05:00 +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 192FC8FC0A; Fri, 20 Jan 2012 14:05:00 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:8a:1f4c:2188:3a23] (unknown [IPv6:2001:7b8:3a7:0:8a:1f4c:2188:3a23]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4C7535C37; Fri, 20 Jan 2012 15:04:58 +0100 (CET) Message-ID: <4F19748F.3010906@FreeBSD.org> Date: Fri, 20 Jan 2012 15:05:03 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120106 Thunderbird/10.0 MIME-Version: 1.0 To: Roman Divacky References: <201201200657.q0K6vMhf028463@svn.freebsd.org> <20120120075551.GA28975@freebsd.org> In-Reply-To: <20120120075551.GA28975@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, David Schultz , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r230368 - head/tools/regression/usr.bin/cc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2012 14:05:00 -0000 On 2012-01-20 08:55, Roman Divacky wrote: > http://llvm.org/bugs/show_bug.cgi?id=11406 says this has been > fixed, is this just problem with us having older clang in base? Obviously, it has only been fixed in llvm trunk. If this is a pressing problem, we can backport the fix. Otherwise, it will be fixed when we import a more recent snapshot.