This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch in repository gcc.
from 829543a Daily bump. new 2640eb7 Backport PR c++/61198 fix new 071d06b allocator_traits<allocator<T>> partial specialization
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: gcc/cp/ChangeLog | 8 ++ gcc/cp/pt.c | 1 + gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C | 24 ++++ libstdc++-v3/ChangeLog | 11 ++ libstdc++-v3/include/bits/alloc_traits.h | 126 ++++++++++++++++++++- .../testsuite/20_util/shared_ptr/cons/58659.cc | 8 ++ 7 files changed, 186 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C