This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 4744e90e87d Daily bump. new 153160c3f59 dfp, real: Fix up FLOAT_EXPR/FIX_TRUNC_EXPR constant foldin [...] new e3cf9e55e39 dfp: Further decimal_real_to_integer fixes [PR120631]
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/dfp.cc | 79 +++++++++++++++++++++- gcc/real.cc | 21 ++++-- gcc/testsuite/gcc.dg/dfp/bitint-10.c | 49 ++++++++++++++ .../gcc.dg/{format/pr96935.c => dfp/bitint-9.c} | 32 +++++++-- gcc/testsuite/gcc.dg/dfp/pr120631.c | 25 +++++++ 5 files changed, 194 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/dfp/bitint-10.c copy gcc/testsuite/gcc.dg/{format/pr96935.c => dfp/bitint-9.c} (66%) create mode 100644 gcc/testsuite/gcc.dg/dfp/pr120631.c