This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from d0ab89f8d25 Daily bump. new b9a1f1ffa88 libstdc++: Improve diagnostics for ill-formed std::_Destroy [...] new 84c2d4c7241 middle-end: Fix typo in gimple.h new 5d3d024b1e9 libstdc++: Use __promote_3 for std::hypot [PR121097] new 9cd656c68b4 libstdc++: Check _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK with [...] new 353e4d2afb5 libstdc++: Fix std::numeric_limits<__float128>::max_digits1 [...] new ea2798892de fixincludes: Skip pthread_incomplete_struct_argument for mo [...]
The 6 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: fixincludes/fixincl.tpl | 2 +- fixincludes/fixincl.x | 15 ++++-- fixincludes/inclhack.def | 1 + gcc/gimple.h | 2 +- libstdc++-v3/include/bits/stl_construct.h | 56 ++++++++-------------- libstdc++-v3/include/c_global/cmath | 4 +- libstdc++-v3/include/std/limits | 2 +- libstdc++-v3/include/std/mutex | 4 +- .../testsuite/18_support/numeric_limits/128bit.cc | 5 ++ .../{destroy_neg.cc => destroy_n_neg.cc} | 20 ++++++-- .../memory_management_tools/destroy_neg.cc | 20 ++++++-- .../vector/cons/destructible_debug_neg.cc | 7 +-- .../23_containers/vector/cons/destructible_neg.cc | 7 +-- .../testsuite/30_threads/timed_mutex/121496.cc | 14 ++++++ 14 files changed, 92 insertions(+), 67 deletions(-) copy libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools [...] create mode 100644 libstdc++-v3/testsuite/30_threads/timed_mutex/121496.cc