This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f52e61e066 c++: extend cold, hot attributes to classes new 7a4e57ffc9a [frange] Clean up floating point relational folding.
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/range-op-float.cc | 51 ++++------------------ .../{vrp-float-12.c => vrp-float-relations-1.c} | 0 .../gcc.dg/tree-ssa/vrp-float-relations-2.c | 21 +++++++++ .../gcc.dg/tree-ssa/vrp-float-relations-3.c | 27 ++++++++++++ .../gcc.dg/tree-ssa/vrp-float-relations-4.c | 38 ++++++++++++++++ 5 files changed, 95 insertions(+), 42 deletions(-) rename gcc/testsuite/gcc.dg/tree-ssa/{vrp-float-12.c => vrp-float-relations-1.c} (100%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-relations-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-relations-3.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-relations-4.c