From owner-freebsd-stable@FreeBSD.ORG Sat Mar 22 08:45:17 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B67BF89 for ; Sat, 22 Mar 2014 08:45:17 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 508D9324 for ; Sat, 22 Mar 2014 08:45:16 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WRHYK-00027D-4W for freebsd-stable@freebsd.org; Sat, 22 Mar 2014 01:45:16 -0700 Date: Sat, 22 Mar 2014 01:45:16 -0700 (PDT) From: Jakub Lach To: freebsd-stable@freebsd.org Message-ID: <1395477916133-5896508.post@n5.nabble.com> In-Reply-To: <1395476852973-5896505.post@n5.nabble.com> References: <0E7E81A1-54E9-4920-A360-005A1C0C4D47@FreeBSD.org> <1395476852973-5896505.post@n5.nabble.com> Subject: Re: HEADS UP: merged llvm/clang 3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 08:45:17 -0000 In file included from ./boost/atomic/detail/platform.hpp:22: ./boost/atomic/detail/gcc-atomic.hpp:961:64: error: no matching constructor for initialization of 'storage_type' (aka 'boost::atomics::detail::storage128_type') explicit base_atomic(value_type const& v) BOOST_NOEXCEPT : v_(0) ^ ~ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type' for 1st argument struct BOOST_ALIGNMENT(16) storage128_type ^ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided ./boost/atomic/detail/gcc-atomic.hpp:968:22: error: no viable conversion from 'int' to 'storage_type' (aka 'boost::atomics::detail::storage128_type') storage_type tmp = 0; ^ ~ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type &' for 1st argument struct BOOST_ALIGNMENT(16) storage128_type ^ ./boost/atomic/detail/gcc-atomic.hpp:983:22: error: no viable conversion from 'int' to 'storage_type' (aka 'boost::atomics::detail::storage128_type') storage_type tmp = 0; ^ ~ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type &' for 1st argument struct BOOST_ALIGNMENT(16) storage128_type ^ ./boost/atomic/detail/gcc-atomic.hpp:997:22: error: no viable conversion from 'int' to 'storage_type' (aka 'boost::atomics::detail::storage128_type') storage_type expected_s = 0, desired_s = 0; ^ ~ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type &' for 1st argument struct BOOST_ALIGNMENT(16) storage128_type ail/gcc-atomic.hpp:997:38: error: no viable conversion from 'int' to 'storage_type' (aka 'boost::atomics::detail::storage128_type') storage_type expected_s = 0, desired_s = 0; ^ ~ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type &' for 1st argument struct BOOST_ALIGNMENT(16) storage128_type ^ ./boost/atomic/detail/gcc-atomic.hpp:1013:22: error: no viable conversion from 'int' to 'storage_type' (aka 'boost::atomics::detail::storage128_type') storage_type expected_s = 0, desired_s = 0; ^ ~ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type &' for 1st argument struct BOOST_ALIGNMENT(16) storage128_type ^ ./boost/atomic/detail/gcc-atomic.hpp:1013:38: error: no viable conversion from 'int' to 'storage_type' (aka 'boost::atomics::detail::storage128_type') storage_type expected_s = 0, desired_s = 0; ^ ~ ./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type &' for 1st argument struct BOOST_ALIGNMENT(16) storage128_type ^ 7 errors generated. ...failed clang-linux.compile.c++.without-pch bin.v2/libs/wave/build/clang-linux-3.4/release/link-static/threading-multi/instantiate_re2c_lexer_str.o... clang-linux.compile.c++.without-pch bin.v2/libs/wave/build/clang-linux-3.4/release/link-static/threading-multi/cpplexer/re2clex/aq.o "c++" -c -x c++ -fPIC -pipe -march=native -fstack-protector -fno-strict-aliasing -pipe -march=native -fstack-protector -fno-strict-aliasing -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -pipe -march=native -fstack-protector -fno-strict-aliasing -pipe -march=native -fstack-protector -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2/libs/wave/build/clang-linux-3.4/release/link-static/threading-multi/cpplexer/re2clex/aq.o" "libs/wave/src/cpplexer/re2clex/aq.cpp" clang-linux.compile.c++.without-pch bin.v2/libs/wave/build/clang-linux-3.4/release/link-static/threading-multi/cpplexer/re2clex/cpp_re.o "c++" -c -x c++ -fPIC -pipe -march=native -fstack-protector -fno-strict-aliasing -pipe -march=native -fstack-protector -fno-strict-aliasing -O3 -finline-functions -Wno-inline -w -pthread -fPIC -pipe -march=native -fstack-protector -fno-strict-aliasing -pipe -march=native -fstack-protector -fno-strict-aliasing -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2/libs/wave/build/clang-linux-3.4/release/link-static/threading-multi/cpplexer/re2clex/cpp_re.o" "libs/wave/src/cpplexer/re2clex/cpp_re.cpp" ...skipped libboost_wave.a(clean) for lack of instantiate_cpp_exprgrammar.o... ...skipped libboost_wave.a for lack of instantiate_cpp_exprgrammar.o... ...skipped libboost_wave.a for lack of libboost_wave.a... ...failed updating 28 targets... ...skipped 28 targets... ...updated 853 targets... *** Error code 1 -- View this message in context: http://freebsd.1045724.n5.nabble.com/HEADS-UP-merged-llvm-clang-3-4-tp5896349p5896508.html Sent from the freebsd-stable mailing list archive at Nabble.com.