This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 933a75f Daily bump. new ed66687 PR c++/71748 - call to base destructor in template. new 4618a2a PR c++/71576 - bitfield and rvalue reference
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 | 11 +++++++++++ gcc/cp/call.c | 2 +- gcc/cp/pt.c | 15 +++++++++++---- gcc/testsuite/g++.dg/cpp0x/rv-bitfield3.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/template/dtor10.C | 23 +++++++++++++++++++++++ 5 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-bitfield3.C create mode 100644 gcc/testsuite/g++.dg/template/dtor10.C