From owner-freebsd-ppc@FreeBSD.ORG Thu Nov 13 17:13:17 2014 Return-Path: Delivered-To: ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7879EED; Thu, 13 Nov 2014 17:13:17 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AB91995; Thu, 13 Nov 2014 17:13:16 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id sADHD9C6000494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Nov 2014 19:13:09 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua sADHD9C6000494 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id sADHD9X4000492; Thu, 13 Nov 2014 19:13:09 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 13 Nov 2014 19:13:09 +0200 From: Konstantin Belousov To: ppc@freebsd.org, toolchain@freebsd.org Subject: llvm build error on ppc Message-ID: <20141113171308.GZ17068@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 17:13:17 -0000 FYI, I did make tinderbox today for HEAD at r274464, and got the following both for ppc and ppc64 worlds. Other arches build successfully. =3D=3D=3D> lib/clang/libllvmtablegen (all) /scratch/tmp/kib/src/lib/clang/libllvmselectiondag/../../../contrib/llvm/li= b/CodeGen/SelectionDAG/SelectionDAG.cpp: In member function 'void llvm::SDD= bgInfo::erase(const llvm::SDNode*)': /scratch/tmp/kib/src/lib/clang/libllvmselectiondag/../../../contrib/llvm/li= b/CodeGen/SelectionDAG/SelectionDAG.cpp:632: error: a function-definition i= s not allowed here before ':' token /scratch/tmp/kib/src/lib/clang/libllvmselectiondag/../../../contrib/llvm/li= b/CodeGen/SelectionDAG/SelectionDAG.cpp:634: error: could not convert '((ll= vm::DenseMapBase, llvm::DenseMapInfo >, const llvm::= SDNode*, llvm::SmallVector, llvm::DenseMapInfo >*)(&((llvm::SDDbgInfo*)this)->llvm::SDDbgInfo::DbgValMap))= ->llvm::DenseMapBase::erase [with Derived= T =3D llvm::DenseMap, llvm::DenseMapInfo >, KeyT =3D const llvm::SD= Node*, ValueT =3D llvm::SmallVector, KeyInfoT =3D ll= vm::DenseMapInfo](llvm::DenseMapIterator, llvm::DenseMapInfo, false>(((const llvm::DenseMapIterator, llvm::DenseMapInfo, false>&)((const llvm::DenseMapIterator, llvm::DenseMapInfo,= false>*)(& I)))))' to 'bool' /scratch/tmp/kib/src/lib/clang/libllvmselectiondag/../../../contrib/llvm/li= b/CodeGen/SelectionDAG/SelectionDAG.cpp:635: error: expected primary-expres= sion before '}' token /scratch/tmp/kib/src/lib/clang/libllvmselectiondag/../../../contrib/llvm/li= b/CodeGen/SelectionDAG/SelectionDAG.cpp:635: error: expected `)' before '}'= token /scratch/tmp/kib/src/lib/clang/libllvmselectiondag/../../../contrib/llvm/li= b/CodeGen/SelectionDAG/SelectionDAG.cpp:635: error: expected primary-expres= sion before '}' token /scratch/tmp/kib/src/lib/clang/libllvmselectiondag/../../../contrib/llvm/li= b/CodeGen/SelectionDAG/SelectionDAG.cpp:635: error: expected `;' before '}'= token --- SelectionDAG.o --- *** [SelectionDAG.o] Error code 1 make[8]: stopped in /scratch/tmp/kib/src/lib/clang/libllvmselectiondag 1 error