This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c4638cc4164 aarch64: convert vector shift + bitwise and + multiply to v [...] new c62e945492a libstdc++: Enforce value_type consistency in strings and streams new aa39ed4467d libstdc++: Fix chrono::hh_mm_ss::subseconds() [PR109772]
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/config/abi/pre/gnu.ver | 5 +- libstdc++-v3/include/bits/basic_ios.h | 4 ++ libstdc++-v3/include/bits/basic_string.h | 53 ++++++++++------------ libstdc++-v3/include/bits/basic_string.tcc | 8 ++-- libstdc++-v3/include/std/chrono | 12 +---- .../requirements/explicit_instantiation/debug.cc | 2 +- .../requirements/explicit_instantiation/int.cc | 2 +- libstdc++-v3/testsuite/std/time/hh_mm_ss/1.cc | 2 +- libstdc++-v3/testsuite/std/time/hh_mm_ss/109772.cc | 31 +++++++++++++ 9 files changed, 70 insertions(+), 49 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/time/hh_mm_ss/109772.cc