This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4618a2a PR c++/71576 - bitfield and rvalue reference new 69847a9 PR c++/71350 - error recursion with initializer-list new bdac511 PR c++/71738 - nested template friend
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/decl.c | 6 ++++-- gcc/cp/pt.c | 4 +++- gcc/testsuite/g++.dg/cpp0x/decltype66.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/template/friend63.C | 29 +++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype66.C create mode 100644 gcc/testsuite/g++.dg/template/friend63.C