This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d04e35 Fix ChangeLog entry in wrong file new 51aec68 PR target/69432 * config/i386/i386.c: Include dojump.h. (e [...] new 68749e2 2016-01-22 Edward Smith-Rowland 3dw4rd@verizon.net
The 2 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: gcc/ChangeLog | 10 +++ gcc/config/i386/i386.c | 14 ++++- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/opt/pr69432.C | 62 +++++++++++++++++++ libstdc++-v3/ChangeLog | 28 +++++++++ libstdc++-v3/include/c_compatibility/math.h | 72 +++++++++++++++++++++- .../01_assoc_laguerre/compile_2.cc | 3 +- .../02_assoc_legendre/compile_2.cc | 3 +- .../special_functions/03_beta/compile_2.cc | 3 +- .../04_comp_ellint_1/compile_2.cc | 3 +- .../05_comp_ellint_2/compile_2.cc | 3 +- .../06_comp_ellint_3/compile_2.cc | 3 +- .../special_functions/07_cyl_bessel_i/compile_2.cc | 3 +- .../special_functions/08_cyl_bessel_j/compile_2.cc | 3 +- .../special_functions/09_cyl_bessel_k/compile_2.cc | 3 +- .../special_functions/10_cyl_neumann/compile_2.cc | 3 +- .../special_functions/11_ellint_1/compile_2.cc | 3 +- .../special_functions/12_ellint_2/compile_2.cc | 3 +- .../special_functions/13_ellint_3/compile_2.cc | 3 +- .../special_functions/14_expint/compile_2.cc | 3 +- .../special_functions/15_hermite/compile_2.cc | 3 +- .../special_functions/16_laguerre/compile_2.cc | 3 +- .../special_functions/17_legendre/compile_2.cc | 3 +- .../special_functions/18_riemann_zeta/compile_2.cc | 3 +- .../special_functions/19_sph_bessel/compile_2.cc | 3 +- .../special_functions/20_sph_legendre/compile_2.cc | 3 +- .../special_functions/21_sph_neumann/compile_2.cc | 3 +- 27 files changed, 207 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr69432.C