This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 356b0db Backport "Support for Ada on aarch64 with -mabi=ilp32" from trunk new 32a8a94 Ensure <experimental/iterator> includes <iterator> new a3f178c PR libstdc++/62045 fix O(N) insertion in pd_ds binary heap new 2391bb9 PR libstdc++/80137 use std::nextafter instead of looping
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: libstdc++-v3/ChangeLog | 37 ++++++++++++++++++++++ libstdc++-v3/include/bits/random.tcc | 25 +++++++++------ libstdc++-v3/include/experimental/iterator | 5 ++- .../ext/pb_ds/detail/binary_heap_/binary_heap_.hpp | 21 ++---------- .../pb_ds/detail/binary_heap_/insert_fn_imps.hpp | 1 - .../uniform_real_distribution/operators/64351.cc | 16 +++++++--- .../experimental/iterator/requirements.cc | 12 ++++++- .../priority_queue_binary_heap-62045.cc} | 32 +++++++++++++------ .../ext/pb_ds/regression/priority_queues.cc | 2 +- 9 files changed, 103 insertions(+), 48 deletions(-) copy libstdc++-v3/testsuite/{20_util/duration/literals/61166.cc => ext/pb_ds/regre [...]