This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d76c343d6a6 testsuite/C++: suppress filename canonicalization in module tests new bd539c9b801 Add targetm.libm_function_max_error new 9ffddbfc738 Implement range-op entry for sin/cos
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/config/arc/arc.cc | 36 +++++++++++ gcc/config/i386/i386.cc | 55 +++++++++++++++- gcc/config/linux-protos.h | 2 + gcc/config/linux.cc | 11 ++++ gcc/config/linux.h | 3 + gcc/config/or1k/or1k.cc | 31 +++++++++ gcc/config/rs6000/linux.h | 3 + gcc/config/rs6000/linux64.h | 3 + gcc/config/rs6000/rs6000-linux.cc | 40 ++++++++++++ gcc/config/rs6000/rs6000-protos.h | 2 + gcc/doc/tm.texi | 15 +++++ gcc/doc/tm.texi.in | 2 + gcc/gimple-range-op.cc | 97 ++++++++++++++++++++++++++++ gcc/target.def | 17 +++++ gcc/targhooks.cc | 68 +++++++++++++++++++ gcc/targhooks.h | 3 + gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c | 43 ++++++++++++ gcc/value-range.h | 3 + 18 files changed, 433 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c