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 47cac093078 c++: build_extra_args recapturing local specs [PR114303] new bce15a5d7d2 libstdc++: Fix run_doxygen for Doxygen 1.10 man page format new ebc61a9c4c7 libstdc++: Fix typo in Doxygen comment new b9e2a322735 libstdc++: Adjust expected locale-dependent date formats in tests new 71e941b0e32 libstdc++: Fix infinite loop in std::binomial_distribution [...] new 7dca716decf libstdc++: Fix typo in std::stacktrace::max_size [PR115063]
The 5 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: libstdc++-v3/include/bits/random.tcc | 2 +- libstdc++-v3/include/std/chrono | 2 +- libstdc++-v3/include/std/stacktrace | 2 +- libstdc++-v3/scripts/run_doxygen | 6 +++++- .../testsuite/19_diagnostics/stacktrace/stacktrace.cc | 10 ++++++++++ .../26_numerics/random/binomial_distribution/114359.cc | 12 ++++++++++++ .../testsuite/27_io/manipulators/extended/get_time/char/2.cc | 6 +++--- libstdc++-v3/testsuite/std/time/year_month_day/io.cc | 2 +- 8 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/random/binomial_distribution [...]