This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 838da6cf8d2 analyzer: convert tests with dos2unix new a6efab5fbc4 Dispatch code for floating point range ops.
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: gcc/Makefile.in | 1 + gcc/range-op-float.cc | 206 ++++++++++++++++++++++++++++++++++++++++++++++++++ gcc/range-op.cc | 153 ++++++++++++++++++++++++++++++++----- gcc/range-op.h | 69 ++++++++++++++++- gcc/value-query.cc | 1 + 5 files changed, 407 insertions(+), 23 deletions(-) create mode 100644 gcc/range-op-float.cc