This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f4879251e9 2018-08-22 Thomas Koenig tkoenig@gcc.gnu.org new 2e0303d60a9 PR libstdc++/78448 limit vector::max_size and deque::max_size
The 1 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 | 28 ++++ libstdc++-v3/include/bits/deque.tcc | 10 +- libstdc++-v3/include/bits/stl_deque.h | 31 ++++- libstdc++-v3/include/bits/stl_vector.h | 34 ++++- libstdc++-v3/include/bits/vector.tcc | 1 + .../23_containers/deque/capacity/max_size.cc | 146 +++++++++++++++++++++ .../23_containers/vector/capacity/max_size.cc | 146 +++++++++++++++++++++ 7 files changed, 381 insertions(+), 15 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/deque/capacity/max_size.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/capacity/max_size.cc