This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9524902 PR libstdc++/79254 fix exception-safety in std::string::operator= new a294cb9 PR c++/78771 - ICE with inherited constructor. new ae23d86 2017-01-27 Vladimir Makarov vmakarov@redhat.com new 04a64fc PR c++/71290
The 3 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/ChangeLog | 6 ++ gcc/cp/ChangeLog | 9 +++ gcc/cp/call.c | 6 ++ gcc/cp/class.c | 2 - gcc/cp/method.c | 14 ++++- gcc/cp/pt.c | 2 - gcc/lra-assigns.c | 65 +++++++++++++--------- gcc/testsuite/ChangeLog | 12 ++++ gcc/testsuite/g++.dg/cpp0x/pr78771-new.C | 28 ++++++++++ gcc/testsuite/g++.dg/cpp0x/pr78771-old.C | 28 ++++++++++ gcc/testsuite/g++.dg/cpp1z/pr78771.C | 27 +++++++++ .../gcc.target/arm/{pr79131.c => pr79131-1.c} | 0 gcc/testsuite/gcc.target/arm/pr79131-2.c | 17 ++++++ .../obj-c++.dg/property/at-property-23.mm | 3 +- 14 files changed, 184 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78771-new.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78771-old.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/pr78771.C rename gcc/testsuite/gcc.target/arm/{pr79131.c => pr79131-1.c} (100%) create mode 100644 gcc/testsuite/gcc.target/arm/pr79131-2.c