This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 32ab9238d86 tree-optimization/106781 - adjust cgraph lhs removal new 8f7df3338c1 i386: Fix up __bf16 handling on ia32 new ba281da28d3 libstdc++-v3: Implement {,b}float16_t nextafter and some fi [...] new 07cc4c1da10 match.pd: Add 2 TYPE_OVERFLOW_SANITIZED checks [PR106990]
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/config/i386/i386-builtin-types.def | 2 +- gcc/config/i386/i386-builtins.cc | 17 ++- gcc/match.pd | 10 +- gcc/testsuite/c-c++-common/ubsan/pr106990.c | 29 +++++ libstdc++-v3/include/c_global/cmath | 94 +++++++++++++++- libstdc++-v3/include/std/limits | 7 +- .../headers/cmath/functions_std_c++23.cc | 6 +- .../26_numerics/headers/cmath/nextafter_c++23.cc | 125 +++++++++++++++++++++ 8 files changed, 267 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr106990.c create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/nextafter_c++23.cc