This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88a23f1 Remove deprecated has_trivial_xxx traits new dc043b8 Enable Mathematical Special Functions for C++17
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 22 ++++ libstdc++-v3/include/bits/c++config | 7 ++ libstdc++-v3/include/bits/specfun.h | 2 +- libstdc++-v3/include/c_global/cmath | 2 +- libstdc++-v3/include/tr1/bessel_function.tcc | 4 +- libstdc++-v3/include/tr1/beta_function.tcc | 4 +- libstdc++-v3/include/tr1/cmath | 6 +- libstdc++-v3/include/tr1/ell_integral.tcc | 4 +- libstdc++-v3/include/tr1/exp_integral.tcc | 4 +- libstdc++-v3/include/tr1/gamma.tcc | 4 +- libstdc++-v3/include/tr1/hypergeometric.tcc | 4 +- libstdc++-v3/include/tr1/legendre_function.tcc | 4 +- libstdc++-v3/include/tr1/modified_bessel_func.tcc | 4 +- libstdc++-v3/include/tr1/poly_hermite.tcc | 4 +- libstdc++-v3/include/tr1/poly_laguerre.tcc | 4 +- libstdc++-v3/include/tr1/riemann_zeta.tcc | 4 +- libstdc++-v3/include/tr1/special_function_util.h | 4 +- .../headers/cmath/functions_std_c++17.cc | 111 +++++++++++++++++++++ 18 files changed, 169 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std_ [...]