This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0cb8889e51b Update gcc sv.po new 97cbe3cd5f3 Libstdc++: Fix bootstrap failure for cross without tm.tm_zo [...] new 1f6c19f307c libstdc++: Fix -Wstringop-overread warning in std::vector<b [...] new aa3aaf2bfb8 libstdc++: Fix -Warray-bounds warning in std::vector<bool> [...]
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/acinclude.m4 | 35 +++ libstdc++-v3/config.h.in | 21 +- libstdc++-v3/configure | 238 ++++++--------------- libstdc++-v3/configure.ac | 5 +- libstdc++-v3/include/bits/chrono_io.h | 2 +- libstdc++-v3/include/bits/vector.tcc | 10 +- .../23_containers/vector/bool/capacity/110498.cc | 18 ++ .../23_containers/vector/bool/capacity/114758.cc | 12 ++ 8 files changed, 146 insertions(+), 195 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/capacity/110498.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/capacity/114758.cc