This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7899582a059 tree-optimization/107389 - honor __builtin_assume_alignment at -O0 new 3e0ab430c04 Provide normalized and denormal format version of real_isdenormal. new 9d96a286992 [PR24021] Implement PLUS_EXPR range-op entry for floats.
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/range-op-float.cc | 127 +++++++++++++++++++++++++ gcc/real.cc | 28 +++--- gcc/real.h | 7 +- gcc/testsuite/gcc.dg/tree-ssa/vrp-float-plus.c | 21 ++++ gcc/value-range.cc | 5 +- 5 files changed, 171 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-float-plus.c