This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a65c36d * include/bits/alloc_traits.h: Add feature-test macro. * in [...] new 4958a58 2015-08-13 Ville Voutilainen ville.voutilainen@gmail.com new 1646db9 2015-08-13 Ville Voutilainen ville.voutilainen@gmail.com
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 | 17 ++++ libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +- libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/experimental/array | 109 +++++++++++++++++++++ .../testsuite/experimental/array/make_array.cc | 47 +++++++++ .../requirements5.cc => array/neg.cc} | 13 +-- 8 files changed, 185 insertions(+), 9 deletions(-) create mode 100644 libstdc++-v3/include/experimental/array create mode 100644 libstdc++-v3/testsuite/experimental/array/make_array.cc copy libstdc++-v3/testsuite/experimental/{propagate_const/requirements5.cc => arra [...]