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 1f0da67e171 Daily bump. new 3d301adc990 libstdc++: Use __promote_3 for std::hypot [PR121097] new d635e329891 libstdc++: Fix std::numeric_limits<__float128>::max_digits1 [...] new 3a730a2a8f1 libstdc++: Check _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK with [...] new 516c12e0e99 middle-end: Fix typo in gimple.h new 343f177943e libstdc++: Fix -Wswitch warning in <regex> new 789c64455cb libstdc++: Add missing <vector> header to unordered_set/pr1 [...]
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: gcc/gimple.h | 2 +- libstdc++-v3/include/bits/regex_compiler.h | 3 +++ libstdc++-v3/include/c_global/cmath | 4 ++-- libstdc++-v3/include/std/limits | 2 +- libstdc++-v3/include/std/mutex | 4 ++-- libstdc++-v3/testsuite/18_support/numeric_limits/128bit.cc | 5 +++++ .../testsuite/23_containers/unordered_set/pr115285.cc | 3 ++- libstdc++-v3/testsuite/30_threads/timed_mutex/121496.cc | 14 ++++++++++++++ 8 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/timed_mutex/121496.cc