This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b3587b3c25 libstdc++: Use built-ins for more variable templates new ba0db243861 Do not ICE when updating a NAN to a non-NAN. new b4d8a56a4c6 Disable decimal floating point in frange.
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 | 10 ------ gcc/testsuite/g++.dg/pr106824.C | 76 +++++++++++++++++++++++++++++++++++++++++ gcc/value-range.cc | 12 +++++-- gcc/value-range.h | 5 ++- 4 files changed, 90 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr106824.C