This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from ade3197134c libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880] new f3ff78e3db0 libstdc++: Fix experimental::filesystem::status on Windows [...] new 0bb30f94ace libstdc++: Make __from_chars_alnum_to_val conversion explicit new 145ef5e2be2 libstdc++: Simplify test by not using std::log2 new c19fe8ad4e2 libstdc++: testsuite: Guard use of C99 std::log2 new 545e8fb1418 libstdc++: Fix comment typos new 86fd1b0b4aa libstdc++: Make headers include their prerequisites new 6a7ed225223 libstdc++: Fix minor bugs in std::common_iterator new 06443fa2d46 libstdc++: Fix std::common_iterator assignment [PR100823]
The 8 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/hashtable.h | 2 + libstdc++-v3/include/bits/hashtable_policy.h | 2 + libstdc++-v3/include/bits/stl_heap.h | 1 + libstdc++-v3/include/bits/stl_iterator.h | 137 ++++++++++++++------- .../include/bits/stl_iterator_base_funcs.h | 1 + libstdc++-v3/include/bits/utility.h | 3 +- libstdc++-v3/include/std/charconv | 2 +- libstdc++-v3/src/filesystem/ops.cc | 56 ++++++++- libstdc++-v3/testsuite/20_util/from_chars/4.cc | 2 + .../testsuite/24_iterators/common_iterator/1.cc | 23 +++- .../24_iterators/common_iterator/100823.cc | 43 +++++++ .../26_numerics/random/random_device/entropy.cc | 3 +- .../filesystem/operations/temp_directory_path.cc | 6 +- 13 files changed, 228 insertions(+), 53 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/100823.cc