This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8692cb10e82 libstdc++: Add conditional noexcept to range access functions new 014b1356727 affine: Remove unused variable rem from wide_int_constant_m [...] new f39e6b4f5cd builtins: Fix up DFP ICEs on __builtin_is{inf,finite,normal [...] new 5bb36d832c9 builtins: Fix up DFP ICEs on __builtin_fpclassify [PR102674]
The 3 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/builtins.cc | 36 ++++++++++++-------- gcc/c-family/c-cppbuiltin.cc | 13 ++------ gcc/real.cc | 16 +++++++++ gcc/testsuite/gcc.dg/dfp/pr102674.c | 65 +++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/dfp/pr43374.c | 56 ++++++++++++++++++++++++++++++++ gcc/tree-affine.cc | 2 +- 6 files changed, 162 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/dfp/pr102674.c create mode 100644 gcc/testsuite/gcc.dg/dfp/pr43374.c