Compile [2024-11-21 15:36:00 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/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/anderson_darling_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/anderson_darling_test.o" "../libs/math/test/anderson_darling_test.cpp"
../libs/math/test/anderson_darling_test.cpp: In function ???void test_ad_normal_agreement_w_mathematica()???:
../libs/math/test/anderson_darling_test.cpp:37:109: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
0.22190763958244972, 0.699111028057888, -1.1872952966557475, 0.6151420566782272};
^
../libs/math/test/anderson_darling_test.cpp:40:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::sort(v.begin(), v.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/anderson_darling_test.cpp:8:
/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 /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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:4824:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
sort(_RandomAccessIterator __first, _RandomAccessIterator __last)
^~~~
/usr/include/c++/8/bits/stl_algo.h:4824: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:4834:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__sort(__first, __last, __gnu_cxx::__ops::__iter_less_iter());
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/anderson_darling.hpp:13,
from ../libs/math/test/anderson_darling_test.cpp:13:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::mean(const Container&) [with Container = std::vector<double>; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:734:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return mean(std::begin(c), std::end(c));
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::sample_variance(const Container&) [with Container = std::vector<double>; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:795:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return sample_variance(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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1963:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~
/usr/include/c++/8/bits/stl_algo.h:1963: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:1968:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__introsort_loop(__first, __last,
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__lg(__last - __first) * 2,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1971:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__final_insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/anderson_darling.hpp:13,
from ../libs/math/test/anderson_darling_test.cpp:13:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::mean(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:724:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
inline Real mean(const ForwardIterator first, const ForwardIterator last)
^~~~
../boost/math/statistics/univariate_statistics.hpp:724:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/univariate_statistics.hpp:727:46: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return detail::mean_sequential_impl<Real>(first, last);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
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/anderson_darling_test.cpp:8:
/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<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<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<const double*, std::vector<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<const double*, std::vector<double> >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/anderson_darling.hpp:13,
from ../libs/math/test/anderson_darling_test.cpp:13:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::sample_variance(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:784:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
inline Real sample_variance(const ForwardIterator first, const ForwardIterator last)
^~~~~~~~~~~~~~~
../boost/math/statistics/univariate_statistics.hpp:784:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/univariate_statistics.hpp:786:33: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
const auto n = std::distance(first, last);
~~~~~~~~~~~~~^~~~~~~~~~~~~
../boost/math/statistics/univariate_statistics.hpp:788:22: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return n*variance(first, last)/(n-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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__introsort_loop(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1940: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:1948:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__partial_sort(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1953:38: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__unguarded_partition_pivot(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1954:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__introsort_loop(__cut, __last, __depth_limit, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1880:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__final_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1880: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:1885:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1886:35: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1890:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr _InputIterator std::next(_InputIterator, typename std::iterator_traits<_Iter>::difference_type) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:213:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
next(_InputIterator __x, typename
^~~~
In file included from ../boost/math/statistics/univariate_statistics.hpp:10,
from ../boost/math/statistics/anderson_darling.hpp:13,
from ../libs/math/test/anderson_darling_test.cpp:13:
../boost/math/statistics/detail/single_pass.hpp: In function ???ReturnType boost::math::statistics::detail::mean_sequential_impl(ForwardIterator, ForwardIterator) [with ReturnType = double; ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
../boost/math/statistics/detail/single_pass.hpp:30:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
ReturnType mean_sequential_impl(ForwardIterator first, ForwardIterator last)
^~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:30:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/detail/single_pass.hpp:32:71: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
const std::size_t elements {static_cast<std::size_t>(std::distance(first, last))};
~~~~~~~~~~~~~^~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:33:31: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::valarray<ReturnType> mu {0, 0, 0, 0};
^~
../boost/math/statistics/detail/single_pass.hpp:34:31: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::valarray<ReturnType> temp {0, 0, 0, 0};
^~~~
../boost/math/statistics/detail/single_pass.hpp:42:14: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
temp = {static_cast<ReturnType>(*it++), static_cast<ReturnType>(*it++), static_cast<ReturnType>(*it++), static_cast<ReturnType>(*it++)};
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
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/anderson_darling_test.cpp:8:
/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<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<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<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from ../boost/math/statistics/anderson_darling.hpp:13,
from ../libs/math/test/anderson_darling_test.cpp:13:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::variance(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:753:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
inline Real variance(const ForwardIterator first, const ForwardIterator last)
^~~~~~~~
../boost/math/statistics/univariate_statistics.hpp:753:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/univariate_statistics.hpp:755:23: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return std::get<2>(detail::variance_sequential_impl<std::tuple<Real, Real, Real, Real>>(first, last));
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1928:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__partial_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1928: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:1928: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:1933:25: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__heap_select(__first, __middle, __last, __comp);
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1934:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__sort_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1917:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__unguarded_partition_pivot(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1917: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:1921:34: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__move_median_to_first(__first, __first + 1, __mid, __last - 1,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1921:34: 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:1923:40: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
return std::__unguarded_partition(__first + 1, __last, __first, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1840: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:1847:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h:1851:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
_GLIBCXX_MOVE_BACKWARD3(__first, __i, __i + 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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__unguarded_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__unguarded_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1863:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
In file included from ../boost/math/statistics/detail/single_pass.hpp:17,
from ../boost/math/statistics/univariate_statistics.hpp:10,
from ../boost/math/statistics/anderson_darling.hpp:13,
from ../libs/math/test/anderson_darling_test.cpp:13:
/usr/include/c++/8/valarray: In constructor ???std::valarray<_Tp>::valarray(std::initializer_list<_Tp>) [with _Tp = double]???:
/usr/include/c++/8/valarray:692:5: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
valarray<_Tp>::valarray(initializer_list<_Tp> __l)
^~~~~~~~~~~~~
/usr/include/c++/8/valarray: In member function ???std::valarray<_Tp>& std::valarray<_Tp>::operator=(std::initializer_list<_Tp>) [with _Tp = double]???:
/usr/include/c++/8/valarray:753:5: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
valarray<_Tp>::operator=(initializer_list<_Tp> __l)
^~~~~~~~~~~~~
In file included from ../boost/math/statistics/univariate_statistics.hpp:10,
from ../boost/math/statistics/anderson_darling.hpp:13,
from ../libs/math/test/anderson_darling_test.cpp:13:
../boost/math/statistics/detail/single_pass.hpp: In function ???ReturnType boost::math::statistics::detail::variance_sequential_impl(ForwardIterator, ForwardIterator) [with ReturnType = std::tuple<double, double, double, double>; ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
../boost/math/statistics/detail/single_pass.hpp:64:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
ReturnType variance_sequential_impl(ForwardIterator first, ForwardIterator last)
^~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:64:12: 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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1668:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__heap_select(_RandomAccessIterator __first,
^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1668: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:1668: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:1672:23: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__make_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1674:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1675:19: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__pop_heap(__first, __middle, __i, __comp);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algo.h:61,
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:402:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:402: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_heap.h:408:19: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::__pop_heap(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/anderson_darling_test.cpp:8:
/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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:78:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__move_median_to_first(_Iterator __result,_Iterator __a, _Iterator __b,
^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:78: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:78: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:78: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:81:17: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
if (__comp(__a, __b))
~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:83:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
if (__comp(__b, __c))
~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:84:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::iter_swap(__result, __b);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:85:19: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
else if (__comp(__a, __c))
~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:86:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::iter_swap(__result, __c);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:88:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::iter_swap(__result, __a);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:90:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
else if (__comp(__a, __c))
~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:91:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::iter_swap(__result, __a);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:92:22: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
else if (__comp(__b, __c))
~~~~~~^~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:93:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::iter_swap(__result, __c);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:95:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::iter_swap(__result, __b);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???_RandomAccessIterator std::__unguarded_partition(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1896:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__unguarded_partition(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1896: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:1896: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:1902:17: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
while (__comp(__first, __pivot))
~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1905:17: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
while (__comp(__pivot, __last))
~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:1909:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
std::iter_swap(__first, __last);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_BI2 std::move_backward(_BI1, _BI1, _BI2) [with _BI1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _BI2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:658:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
move_backward(_BI1 __first, _BI1 __last, _BI2 __result)
^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:658: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_algobase.h:658: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_algobase.h:668:48: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
return std::__copy_move_backward_a2<true>(std::__miter_base(__first),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
std::__miter_base(__last),
~~~~~~~~~~~~~~~~~~~~~~~~~~
__result);
~~~~~~~~~
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Val_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:1821:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__unguarded_linear_insert(_RandomAccessIterator __last,
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algo.h:61,
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:326:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:326: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_heap.h: In function ???void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:243:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:243: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_heap.h:243:5: 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/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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _ForwardIterator2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:120:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
^~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:120:5: 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/bits/stl_algobase.h:61,
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/anderson_darling_test.cpp:8:
/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> >]???:
/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> >??? changed in GCC 7.1
__miter_base(_Iterator __it)
^~~~~~~~~~~~
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_BI2 std::__copy_move_backward_a2(_BI1, _BI1, _BI2) [with bool _IsMove = true; _BI1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _BI2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:595:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__copy_move_backward_a2(_BI1 __first, _BI1 __last, _BI2 __result)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:595: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_algobase.h:595:5: 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/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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???bool __gnu_cxx::__ops::_Val_less_iter::operator()(_Value&, _Iterator) const [with _Value = double; _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:89:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
operator()(_Value& __val, _Iterator __it) const
^~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algo.h:61,
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Distance = int; _Tp = double; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_heap.h:214:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:222:14: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
if (__comp(__first + __secondChild,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
__first + (__secondChild - 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/anderson_darling_test.cpp:8:
/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>]???:
/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> >??? changed in GCC 7.1
__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algo.h:61,
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/stl_heap.h: In function ???void std::__push_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Distance = int; _Tp = double; _Compare = __gnu_cxx::__ops::_Iter_less_val]???:
/usr/include/c++/8/bits/stl_heap.h:128:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
__push_heap(_RandomAccessIterator __first,
^~~~~~~~~~~
/usr/include/c++/8/bits/stl_heap.h:133:48: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
while (__holeIndex > __topIndex && __comp(__first + __parent, __value))
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/anderson_darling_test.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???bool __gnu_cxx::__ops::_Iter_less_val::operator()(_Iterator, _Value&) const [with _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Value = double]???:
/usr/include/c++/8/bits/predefined_ops.h:64:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
operator()(_Iterator __it, _Value& __val) const
^~~~~~~~