This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c55f42640cc Relax store_bit_field call in store_expr new 109d3d52526 Avoid warnings in <charconv> new 18ed132a6b1 PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
The 2 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 | 41 +++ libstdc++-v3/include/bits/charconv.h | 10 +- libstdc++-v3/include/tr2/dynamic_bitset | 295 ++++++++++----------- libstdc++-v3/include/tr2/dynamic_bitset.tcc | 2 +- .../char/lwg3296.cc => tr2/dynamic_bitset/cmp.cc} | 24 +- libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc | 105 ++++++++ .../dr2537.cc => tr2/dynamic_bitset/copy.cc} | 41 +-- .../dr2537.cc => tr2/dynamic_bitset/move.cc} | 39 +-- .../lwg3296.cc => tr2/dynamic_bitset/pr92059.cc} | 10 +- 9 files changed, 362 insertions(+), 205 deletions(-) copy libstdc++-v3/testsuite/{28_regex/basic_regex/assign/char/lwg3296.cc => tr2/dy [...] create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...] copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...] copy libstdc++-v3/testsuite/{28_regex/basic_regex/assign/char/lwg3296.cc => tr2/dy [...]