Daily bump.

This commit is contained in:
GCC Administrator 2025-09-01 00:25:55 +00:00
parent ea2798892d
commit e5c811348c
4 changed files with 73 additions and 1 deletions

View File

@ -1,3 +1,14 @@
2025-08-31 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2025-08-28 Jonathan Wakely <jwakely@redhat.com>
PR bootstrap/118009
PR bootstrap/119089
* inclhack.def (pthread_incomplete_struct_argument): Add bypass.
* fixincl.tpl: Remove reference to svn in comment.
* fixincl.x: Regenerate.
2025-08-08 Release Manager
* GCC 15.2.0 released.

View File

@ -1,3 +1,10 @@
2025-08-31 Benjamin Wu <bwu25@cs.washington.edu>
Backported from master:
2025-07-13 Benjamin Wu <bwu25@cs.washington.edu>
* gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo.
2025-08-25 Xi Ruoyao <xry111@xry111.site>
Backported from master:

View File

@ -1 +1 @@
20250831
20250901

View File

@ -1,3 +1,57 @@
2025-08-31 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2025-08-21 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/121374
* include/std/limits (numeric_limits<__float128>::max_digits10):
Fix value.
* testsuite/18_support/numeric_limits/128bit.cc: Check value.
2025-08-31 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2025-08-21 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/121496
* include/std/mutex (__timed_mutex_impl::_M_try_wait_until):
Change preprocessor condition to use #if instead of #ifdef.
(recursive_timed_mutex::_M_clocklock): Likewise.
* testsuite/30_threads/timed_mutex/121496.cc: New test.
2025-08-31 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2025-07-17 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/121097
* include/c_global/cmath (hypot): Use __promote_3 instead of
__promoted.
2025-08-31 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2025-06-11 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/120390
* include/bits/stl_construct.h (_Destroy_aux::__destroy_n): New
static member function.
(_Destroy_aux<true>::__destroy_n): Likewise.
(_Destroy_n_aux): Remove.
(_Destroy(ForwardIterator, ForwardIterator)): Remove
static_assert. Use is_trivially_destructible instead of
__has_trivial_destructor.
(_Destroy_n): Likewise. Use _Destroy_aux::__destroy_n instead of
_Destroy_n_aux::__destroy_n.
* testsuite/20_util/specialized_algorithms/memory_management_tools/destroy_neg.cc:
Adjust dg-error strings. Move destroy_n tests to ...
* testsuite/20_util/specialized_algorithms/memory_management_tools/destroy_n_neg.cc:
New test.
* testsuite/23_containers/vector/cons/destructible_debug_neg.cc:
Adjust dg-error strings.
* testsuite/23_containers/vector/cons/destructible_neg.cc:
Likewise.
2025-08-19 Tomasz Kamiński <tkaminsk@redhat.com>
Backported from master: