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 0bcca04f094 Add regression test new ec43369c7e2 libstdc++: Use if consteval rather than if (std::__is_const [...] new 82285392ab5 function: Call do_pending_stack_adjust in assign_parms [PR117296] new 1553e409420 expand: Fix up expansion of VIEW_CONVERT_EXPR to BITINT_TYP [...] new 377f81a60ba libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{oun [...] new 72b7bbf9d44 libstdc++: Fix up 117406.cc test [PR117406]
The 5 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/expr.cc | 4 +- gcc/function.cc | 2 + gcc/testsuite/gcc.dg/bitint-113.c | 40 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr117296.c | 12 +++++ libstdc++-v3/include/c_global/cmath | 36 ++++++++----- .../testsuite/26_numerics/headers/cmath/117321.cc | 5 ++ .../testsuite/26_numerics/headers/cmath/117406.cc | 59 ++++++++++++++++++++++ 7 files changed, 142 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-113.c create mode 100644 gcc/testsuite/gcc.target/i386/pr117296.c create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/117321.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/117406.cc