Test output: teeks99-05-dg8-2a-32onarmv7l - math - logsumexp_test / gcc-8~c++2a
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 03:42:08 +0000
Compile [2024-11-20 18:55:04 UTC]: succeed

"g++-8"   -fvisibility-inlines-hidden -std=c++2a -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_CONTAINER_STATIC_LINK=1 -DBOOST_RANDOM_NO_LIB=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TEST_NO_AUTO_LINK=1 -DBOOST_UBLAS_UNSUPPORTED_COMPILER=0   -I".." -I"../libs/math/include_private" -I"../libs/math/test" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/container/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/describe/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/integer/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/math/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/move/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/mp11/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/predef/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/random/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/system/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/type_index/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/type_traits/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/variant2/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/winapi/include"  -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/logsumexp_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/logsumexp_test.o" "../libs/math/test/logsumexp_test.cpp"

../libs/math/test/logsumexp_test.cpp: In function ???void test() [with Real = double]???:
../libs/math/test/logsumexp_test.cpp:34:23: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
     std::vector<Real> x_vals {x1, x2, x3};
                       ^~~~~~
../libs/math/test/logsumexp_test.cpp:38:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     Real spot123_iter = logsumexp(x_vals.begin(), x_vals.end());
                         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/math/test/logsumexp_test.cpp: In function ???void test() [with Real = long double]???:
../libs/math/test/logsumexp_test.cpp:34:23: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
     std::vector<Real> x_vals {x1, x2, x3};
                       ^~~~~~
../libs/math/test/logsumexp_test.cpp:38:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     Real spot123_iter = logsumexp(x_vals.begin(), x_vals.end());
                         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_vector.h: In constructor ???std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:515:7: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
       vector(initializer_list<value_type> __l,
       ^~~~~~
In file included from ../libs/math/test/logsumexp_test.cpp:9:
../boost/math/special_functions/logsumexp.hpp: In function ???Real boost::math::logsumexp(const Container&) [with Container = std::vector<double>; Real = double]???:
../boost/math/special_functions/logsumexp.hpp:44:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     return logsumexp(std::begin(c), std::end(c));
            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _FIter std::max_element(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     max_element(_ForwardIterator __first, _ForwardIterator __last)
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5683:43: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       return _GLIBCXX_STD_A::__max_element(__first, __last,
                                           ^
In file included from ../libs/math/test/logsumexp_test.cpp:9:
../boost/math/special_functions/logsumexp.hpp: In function ???Real boost::math::logsumexp(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; Real = double]???:
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
 Real logsumexp(ForwardIterator first, ForwardIterator last)
      ^~~~~~~~~
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/special_functions/logsumexp.hpp:24:39: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     const auto elem = std::max_element(first, last);
                       ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {double&}; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    _M_realloc_insert(end(), std::forward<_Args>(__args)...);
    ^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_vector.h: In constructor ???std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/stl_vector.h:515:7: note: parameter passing for argument of type ???std::initializer_list<long double>??? changed in GCC 7.1
       vector(initializer_list<value_type> __l,
       ^~~~~~
In file included from ../libs/math/test/logsumexp_test.cpp:9:
../boost/math/special_functions/logsumexp.hpp: In function ???Real boost::math::logsumexp(const Container&) [with Container = std::vector<long double, std::allocator<long double> >; Real = long double]???:
../boost/math/special_functions/logsumexp.hpp:44:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     return logsumexp(std::begin(c), std::end(c));
            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _FIter std::max_element(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     max_element(_ForwardIterator __first, _ForwardIterator __last)
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5683:43: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
       return _GLIBCXX_STD_A::__max_element(__first, __last,
                                           ^
In file included from ../libs/math/test/logsumexp_test.cpp:9:
../boost/math/special_functions/logsumexp.hpp: In function ???Real boost::math::logsumexp(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; Real = long double]???:
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
 Real logsumexp(ForwardIterator first, ForwardIterator last)
      ^~~~~~~~~
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/special_functions/logsumexp.hpp:24:39: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     const auto elem = std::max_element(first, last);
                       ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {long double&}; _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
    _M_realloc_insert(end(), std::forward<_Args>(__args)...);
    ^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _FIter std::max_element(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     max_element(_ForwardIterator __first, _ForwardIterator __last)
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5683:43: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
       return _GLIBCXX_STD_A::__max_element(__first, __last,
                                           ^
In file included from ../libs/math/test/logsumexp_test.cpp:9:
../boost/math/special_functions/logsumexp.hpp: In function ???Real boost::math::logsumexp(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; Real = double]???:
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
 Real logsumexp(ForwardIterator first, ForwardIterator last)
      ^~~~~~~~~
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/special_functions/logsumexp.hpp:24:39: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     const auto elem = std::max_element(first, last);
                       ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/ios:40,
                 from /usr/include/c++/8/ostream:38,
                 from /usr/include/c++/8/iostream:39,
                 from ../libs/math/test/math_unit_test.hpp:10,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Iterator2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Iterator1 __it1, _Iterator2 __it2) const
       ^~~~~~~~
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _ForwardIterator std::__max_element(_ForwardIterator, _ForwardIterator, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __max_element(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5659:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  if (__comp(__result, __first))
      ~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/vector.tcc: In member function ???void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {double&}; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ???std::vector<double>::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >???} changed in GCC 7.1
       vector<_Tp, _Alloc>::
       ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _FIter std::max_element(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     max_element(_ForwardIterator __first, _ForwardIterator __last)
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5674:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5683:43: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
       return _GLIBCXX_STD_A::__max_element(__first, __last,
                                           ^
In file included from ../libs/math/test/logsumexp_test.cpp:9:
../boost/math/special_functions/logsumexp.hpp: In function ???Real boost::math::logsumexp(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >; Real = long double]???:
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
 Real logsumexp(ForwardIterator first, ForwardIterator last)
      ^~~~~~~~~
../boost/math/special_functions/logsumexp.hpp:19:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/special_functions/logsumexp.hpp:24:39: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     const auto elem = std::max_element(first, last);
                       ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/ios:40,
                 from /usr/include/c++/8/ostream:38,
                 from /usr/include/c++/8/iostream:39,
                 from ../libs/math/test/math_unit_test.hpp:10,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Iterator2 = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
       operator()(_Iterator1 __it1, _Iterator2 __it2) const
       ^~~~~~~~
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _ForwardIterator std::__max_element(_ForwardIterator, _ForwardIterator, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     __max_element(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5659:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
  if (__comp(__result, __first))
      ~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/vector.tcc: In member function ???void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {long double&}; _Tp = long double; _Alloc = std::allocator<long double>]???:
/usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ???std::vector<long double, std::allocator<long double> >::iterator??? {aka ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >???} changed in GCC 7.1
       vector<_Tp, _Alloc>::
       ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/ios:40,
                 from /usr/include/c++/8/ostream:38,
                 from /usr/include/c++/8/iostream:39,
                 from ../libs/math/test/math_unit_test.hpp:10,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _Iterator2 = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Iterator1 __it1, _Iterator2 __it2) const
       ^~~~~~~~
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _ForwardIterator std::__max_element(_ForwardIterator, _ForwardIterator, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     __max_element(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5659:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
  if (__comp(__result, __first))
      ~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = double*; _ForwardIterator = double*; _Allocator = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_uninitialized.h:311:2: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
       return std::__uninitialized_copy_a
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  (_GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__first),
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/ios:40,
                 from /usr/include/c++/8/ostream:38,
                 from /usr/include/c++/8/iostream:39,
                 from ../libs/math/test/math_unit_test.hpp:10,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >; _Iterator2 = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
       operator()(_Iterator1 __it1, _Iterator2 __it2) const
       ^~~~~~~~
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _ForwardIterator std::__max_element(_ForwardIterator, _ForwardIterator, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     __max_element(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5653:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5659:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
  if (__comp(__result, __first))
      ~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
                 from ../boost/math/special_functions/math_fwd.hpp:107,
                 from ../boost/math/special_functions/next.hpp:18,
                 from ../libs/math/test/math_unit_test.hpp:16,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = long double*; _ForwardIterator = long double*; _Allocator = std::allocator<long double>]???:
/usr/include/c++/8/bits/stl_uninitialized.h:311:2: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
       return std::__uninitialized_copy_a
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  (_GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__first),
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<double*>; _ForwardIterator = double*; _Tp = double]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
     __uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<long double*>; _ForwardIterator = long double*; _Tp = long double]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
     __uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<double*>; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
     uninitialized_copy(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
       return std::__uninitialized_copy<__is_trivial(_ValueType1)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __is_trivial(_ValueType2)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __assignable>::
            ~~~~~~~~~~~~~~~~~~
  __uninit_copy(__first, __last, __result);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<long double*>; _ForwardIterator = long double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
     uninitialized_copy(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
       return std::__uninitialized_copy<__is_trivial(_ValueType1)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __is_trivial(_ValueType2)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __assignable>::
            ~~~~~~~~~~~~~~~~~~
  __uninit_copy(__first, __last, __result);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<double*>; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:101:27: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
         { return std::copy(__first, __last, __result); }
                  ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<long double*>; _ForwardIterator = long double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:101:27: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
         { return std::copy(__first, __last, __result); }
                  ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/ios:40,
                 from /usr/include/c++/8/ostream:38,
                 from /usr/include/c++/8/iostream:39,
                 from ../libs/math/test/math_unit_test.hpp:10,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = std::move_iterator<double*>; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
     copy(_II __first, _II __last, _OI __result)
     ^~~~
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = std::move_iterator<long double*>; _OI = long double*]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
                 from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/ios:40,
                 from /usr/include/c++/8/ostream:38,
                 from /usr/include/c++/8/iostream:39,
                 from ../libs/math/test/math_unit_test.hpp:10,
                 from ../libs/math/test/logsumexp_test.cpp:6:
/usr/include/c++/8/bits/stl_iterator.h: In function ???decltype (std::__miter_base(__it.base())) std::__miter_base(std::move_iterator<_IteratorL>) [with _Iterator = double*]???:
/usr/include/c++/8/bits/stl_iterator.h:1238:5: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
     __miter_base(move_iterator<_Iterator> __it)
     ^~~~~~~~~~~~
/usr/include/c++/8/bits/stl_iterator.h: In function ???decltype (std::__miter_base(__it.base())) std::__miter_base(std::move_iterator<_IteratorL>) [with _Iterator = long double*]???:
/usr/include/c++/8/bits/stl_iterator.h:1238:5: note: parameter passing for argument of type ???std::move_iterator<long double*>??? changed in GCC 7.1
            
Link [2024-11-20 18:55:04 UTC]: fail


    "g++-8"    -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/logsumexp_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/logsumexp_test" -Wl,--start-group "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/logsumexp_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/logsumexp_test.o" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/test/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_unit_test_framework.a" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/container/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_container.a" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/random/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_random.a" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/system/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_system.a"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -pthread -fvisibility=hidden -fvisibility-inlines-hidden 

/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/logsumexp_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/logsumexp_test.o: in function `std::__atomic_base<long long>::operator++()':
logsumexp_test.cpp:(.text._ZNSt13__atomic_baseIxEppEv[_ZNSt13__atomic_baseIxEppEv]+0x28): undefined reference to `__atomic_fetch_add_8'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/logsumexp_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/logsumexp_test.o: in function `std::__atomic_base<long long>::operator long long() const':
logsumexp_test.cpp:(.text._ZNKSt13__atomic_baseIxEcvxEv[_ZNKSt13__atomic_baseIxEcvxEv]+0x40): undefined reference to `__atomic_load_8'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/logsumexp_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/logsumexp_test.o: in function `std::__atomic_base<long long>::operator=(long long)':
logsumexp_test.cpp:(.text._ZNSt13__atomic_baseIxEaSEx[_ZNSt13__atomic_baseIxEaSEx]+0x4c): undefined reference to `__atomic_store_8'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/logsumexp_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/logsumexp_test.o: in function `std::__atomic_base<long long>::operator+=(long long)':
logsumexp_test.cpp:(.text._ZNSt13__atomic_baseIxEpLEx[_ZNSt13__atomic_baseIxEpLEx]+0x30): undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status