Compile [2024-11-20 18:55:15 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/git_issue_898.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/git_issue_898.o" "../libs/math/test/git_issue_898.cpp"
In file included from /usr/include/c++/8/vector:69,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/vector.tcc: In member function ???void std::vector<_Tp, _Alloc>::reserve(std::vector<_Tp, _Alloc>::size_type) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:74:12: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
pointer __tmp = _M_allocate_and_copy(__n,
^~~~~
In file included from /usr/include/c++/8/vector:64,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>::pointer std::vector<_Tp, _Alloc>::_M_allocate_and_copy(std::vector<_Tp, _Alloc>::size_type, _ForwardIterator, _ForwardIterator) [with _ForwardIterator = std::move_iterator<double*>; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
_M_allocate_and_copy(size_type __n,
^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_vector.h:1401:35: note: parameter passing for argument of type ???std::move_iterator<double*>??? changed in GCC 7.1
std::__uninitialized_copy_a(__first, __last, __result,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
_M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/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, std::allocator<double> > >??? changed in GCC 7.1
_M_realloc_insert(end(), std::forward<_Args>(__args)...);
^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/memory:65,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/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); }
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/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, std::allocator<double> >::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/memory:65,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/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_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);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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); }
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/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
In file included from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
../boost/math/quadrature/detail/tanh_sinh_detail.hpp: In member function ???void boost::math::quadrature::detail::tanh_sinh_detail<Real, Policy>::init(const Real&, const std::integral_constant<int, 2>&) [with Real = double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]???:
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
m_abscissas = {
^~~~~~~~~~~
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:701:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
In file included from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
m_weights = {
^~~~~~~~~
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:711:4: note: parameter passing for argument of type ???std::initializer_list<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/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/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)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/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 ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
../boost/math/quadrature/detail/tanh_sinh_detail.hpp: In member function ???void boost::math::quadrature::detail::tanh_sinh_detail<Real, Policy>::prune_to_min_complement(const Real&) [with Real = double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]???:
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:867:69: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
typename std::vector<Real>::iterator pos = std::lower_bound(m_abscissas[row].begin(), m_abscissas[row].end(), m, [](const Real& a, const Real& b) { using std::fabs; return fabs(a) > fabs(b); });
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:870:13: note: parameter passing for argument of type ???std::vector<double, std::allocator<double> >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
m_abscissas[row].erase(pos, m_abscissas[row].end());
^~~~~~~~~~~
../boost/math/quadrature/detail/tanh_sinh_detail.hpp:871:13: note: parameter passing for argument of type ???std::vector<double, std::allocator<double> >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
m_weights[row].erase(m_weights[row].begin() + m_abscissas[row].size(), m_weights[row].end());
^~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
from ../boost/math/tools/config.hpp:215,
from ../boost/math/tools/atomic.hpp:10,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:13,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???_FIter std::lower_bound(_FIter, _FIter, const _Tp&, _Compare) [with _FIter = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >; _Tp = double; _Compare = boost::math::quadrature::detail::tanh_sinh_detail<Real, Policy>::prune_to_min_complement(const Real&) [with Real = double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]::<lambda(const double&, const double&)>]???:
/usr/include/c++/8/bits/stl_algo.h:2023:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
lower_bound(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:2023:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:2033:32: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return std::__lower_bound(__first, __last, __val,
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
__gnu_cxx::__ops::__iter_comp_val(__comp));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::erase(std::vector<_Tp, _Alloc>::const_iterator, std::vector<_Tp, _Alloc>::const_iterator) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:1344:7: note: parameter passing for argument of type ???std::vector<double, std::allocator<double> >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
erase(const_iterator __first, const_iterator __last)
^~~~~
/usr/include/c++/8/bits/stl_vector.h:1344:7: note: parameter passing for argument of type ???std::vector<double, std::allocator<double> >::const_iterator??? {aka ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
/usr/include/c++/8/bits/stl_vector.h:1348:71: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return _M_erase(__beg + (__first - __cbeg), __beg + (__last - __cbeg));
^
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
distance(_InputIterator __first, _InputIterator __last)
^~~~~~~~
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:141:29: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_ForwardIterator std::__lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >; _Tp = double; _Compare = __gnu_cxx::__ops::_Iter_comp_val<boost::math::quadrature::detail::tanh_sinh_detail<Real, Policy>::prune_to_min_complement(const Real&) [with Real = double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]::<lambda(const double&, const double&)> >]???:
/usr/include/c++/8/bits/stl_algobase.h:946:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__lower_bound(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:946:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:952:42: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
_DistanceType __len = std::distance(__first, __last);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:959:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
if (__comp(__middle, __val))
~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::_M_erase(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::iterator) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:172:5: note: parameter passing for argument of type ???std::vector<double, std::allocator<double> >::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/vector.tcc:172:5: note: parameter passing for argument of type ???std::vector<double, std::allocator<double> >::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >???} changed in GCC 7.1
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/vector.tcc:178:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
_GLIBCXX_MOVE3(__last, end(), __first);
^~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr typename std::iterator_traits<_Iterator>::difference_type std::__distance(_RandomAccessIterator, _RandomAccessIterator, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__distance(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???bool __gnu_cxx::__ops::_Iter_comp_val<_Compare>::operator()(_Iterator, _Value&) [with _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >; _Value = const double; _Compare = boost::math::quadrature::detail::tanh_sinh_detail<Real, Policy>::prune_to_min_complement(const Real&) [with Real = double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]::<lambda(const double&, const double&)>]???:
/usr/include/c++/8/bits/predefined_ops.h:176:2: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
operator()(_Iterator __it, _Value& __val)
^~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::move(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >; _OI = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_algobase.h:479:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
move(_II __first, _II __last, _OI __result)
^~~~
/usr/include/c++/8/bits/stl_algobase.h:479:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:479:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:487:39: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return std::__copy_move_a2<true>(std::__miter_base(__first),
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
std::__miter_base(__last), __result);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/cmath:42,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/cpp_type_traits.h: In function ???_Iterator std::__miter_base(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/cpp_type_traits.h:419:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__miter_base(_Iterator __it)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = true; _II = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >; _OI = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__copy_move_a2(_II __first, _II __last, _OI __result)
^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<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/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_iterator.h: In function ???_Iterator std::__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container>) [with _Iterator = double*; _Container = std::vector<double, std::allocator<double> >]???:
/usr/include/c++/8/bits/stl_iterator.h:987:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:69,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/vector.tcc: In member function ???std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/vector.tcc:214:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(),
^~~~~
/usr/include/c++/8/bits/vector.tcc:226:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
std::_Destroy(std::copy(__x.begin(), __x.end(), begin()),
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
end(), _M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/vector.tcc:226:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/vector:64,
from ../boost/math/quadrature/detail/tanh_sinh_detail.hpp:11,
from ../boost/math/quadrature/tanh_sinh.hpp:35,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In copy constructor ???std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:463:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
std::__uninitialized_copy_a(__x.begin(), __x.end(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
this->_M_impl._M_start,
~~~~~~~~~~~~~~~~~~~~~~~
_M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h: In member function ???std::vector<_Tp, _Alloc>::pointer std::vector<_Tp, _Alloc>::_M_allocate_and_copy(std::vector<_Tp, _Alloc>::size_type, _ForwardIterator, _ForwardIterator) [with _ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
_M_allocate_and_copy(size_type __n,
^~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h:1395:2: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_vector.h:1401:35: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
std::__uninitialized_copy_a(__first, __last, __result,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
_M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _OI = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<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 ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:455:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return (std::__copy_move_a2<__is_move_iterator<_II>::__value>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(std::__miter_base(__first), std::__miter_base(__last),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__result));
~~~~~~~~~~
In file included from /usr/include/c++/8/memory:64,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_construct.h: In function ???void std::_Destroy(_ForwardIterator, _ForwardIterator, std::allocator<_T2>&) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >; _Tp = double]???:
/usr/include/c++/8/bits/stl_construct.h:203:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
_Destroy(_ForwardIterator __first, _ForwardIterator __last,
^~~~~~~~
/usr/include/c++/8/bits/stl_construct.h:203:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_construct.h:206:15: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
_Destroy(__first, __last);
~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/memory:65,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _ForwardIterator = double*; _Tp = double]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<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 ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/cmath:42,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/cpp_type_traits.h: In function ???_Iterator std::__miter_base(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/cpp_type_traits.h:419:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__miter_base(_Iterator __it)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _OI = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__copy_move_a2(_II __first, _II __last, _OI __result)
^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/memory:64,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_construct.h: In function ???void std::_Destroy(_ForwardIterator, _ForwardIterator) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_construct.h:127:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
_Destroy(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~
/usr/include/c++/8/bits/stl_construct.h:127:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_construct.h:137:11: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
std::_Destroy_aux<__has_trivial_destructor(_Value_type)>::
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__destroy(__first, __last);
~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/memory:65,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<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 ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return std::__uninitialized_copy<__is_trivial(_ValueType1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&& __is_trivial(_ValueType2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&& __assignable>::
~~~~~~~~~~~~~~~~~~
__uninit_copy(__first, __last, __result);
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_iterator.h: In function ???_Iterator std::__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container>) [with _Iterator = const double*; _Container = std::vector<double, std::allocator<double> >]???:
/usr/include/c++/8/bits/stl_iterator.h:987:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/memory:64,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/usr/include/c++/8/bits/stl_construct.h: In static member function ???static void std::_Destroy_aux<true>::__destroy(_ForwardIterator, _ForwardIterator) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >]???:
/usr/include/c++/8/bits/stl_construct.h:117:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__destroy(_ForwardIterator, _ForwardIterator) { }
^~~~~~~~~
/usr/include/c++/8/bits/stl_construct.h:117:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/memory:65,
from ../boost/math/quadrature/tanh_sinh.hpp:34,
from ../libs/math/test/git_issue_898.cpp:9:
/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 = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<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 ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:101:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
{ return std::copy(__first, __last, __result); }
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
from /usr/include/c++/8/cmath:1892,
from ../libs/math/test/git_issue_898.cpp:7:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<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 ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:455:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
return (std::__copy_move_a2<__is_move_iterator<_II>::__value>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(std::__miter_base(__first), std::__miter_base(__last),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__result));
~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = __gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1
__copy_move_a2(_II __first, _II __last, _OI __result)
^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double, std::allocator<double> > >??? changed in GCC 7.1