This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 34ad7155fe2 s390: fix build on 32-bit hosts new df8fe4adb07 A == 0 ? A : -A same as -A (when A is 0.0) new 8bb1df032cc Add support for floating point endpoints to frange. new 4fbe3e6aa74 Implement relational operators for frange with endpoints.
The 3 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/match.pd | 2 +- gcc/range-op-float.cc | 437 ++++++++++++++++++++++++------ gcc/testsuite/gcc.dg/tree-ssa/recip-3.c | 5 + gcc/value-query.cc | 9 + gcc/value-range-pretty-print.cc | 14 +- gcc/value-range-storage.cc | 12 + gcc/value-range.cc | 462 ++++++++++++++++++++++++++++---- gcc/value-range.h | 88 +++++- 8 files changed, 895 insertions(+), 134 deletions(-)