From owner-freebsd-stable@FreeBSD.ORG Sun Dec 2 00:40:15 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 651ACD01 for ; Sun, 2 Dec 2012 00:40:15 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1C20F8FC0C for ; Sun, 2 Dec 2012 00:40:14 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id B04775C37; Sun, 2 Dec 2012 01:40:12 +0100 (CET) Message-ID: <50BAA372.1030609@FreeBSD.org> Date: Sun, 02 Dec 2012 01:40:18 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: marco.broeder@gmx.eu Subject: Re: llvm / clang does not build with new libc++ References: <50B9D559.5030901@gmx.eu> In-Reply-To: <50B9D559.5030901@gmx.eu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 02 Dec 2012 00:40:15 -0000 On 2012-12-01 11:00, Marco Br=C3=B6der wrote: > since r243376 clang does not build with new libc++ anymore. Log attache= d. =2E.. > /usr/src/lib/clang/libclangcodegen/../../../contrib/llvm/tools/clang/li= b/CodeGen/CGDebugInfo.cpp:1695:16: > error: > no matching member function for call to 'push_back' > ReplaceMap.push_back(std::make_pair(Ty.getAsOpaquePtr(), TC)); > ~~~~~~~~~~~^~~~~~~~~ Should be fixed in r243781, thanks for reporting it.