This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb9883c1312 testsuite: fix gcc.target/powerpc ilp32 failures new a8cef3cba69 c++: 'this' injection and static member functions [PR97399]
The 1 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/cp-tree.h | 2 +- gcc/cp/parser.c | 5 +++-- gcc/cp/search.c | 20 +++++++++++--------- gcc/cp/semantics.c | 3 +-- gcc/testsuite/g++.dg/cpp0x/this2.C | 8 ++++++++ gcc/testsuite/g++.dg/template/pr97399.C | 23 +++++++++++++++++++++++ 6 files changed, 47 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/this2.C create mode 100644 gcc/testsuite/g++.dg/template/pr97399.C