This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from c2bfd2c399e Daily bump. new 72225ff2721 c++: Don't try to initialize zero width bitfields in zero i [...] new 1ce8a5472f4 i386: Fix up types in __builtin_{inf,huge_val,nan{,s},fabs, [...] new c42950e2d38 libstdc++: Fix up some <cmath> templates [PR109883]
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/cp/init.cc | 19 +- gcc/testsuite/c-c++-common/pr109884.c | 32 +++ gcc/testsuite/g++.dg/init/pr109868.C | 13 ++ libstdc++-v3/include/c_global/cmath | 217 ++++++++++----------- .../headers/cmath/constexpr_std_c++23.cc | 129 ++++++++++++ 6 files changed, 288 insertions(+), 124 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr109884.c create mode 100644 gcc/testsuite/g++.dg/init/pr109868.C create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/constexpr_std_ [...]