This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c914ddb0d25 Use proper type in linear transformation in tree-switch-con [...] new 90e20c9c021 PR c++/88548 - this accepted in static member functions. [...] new 2092fe8c8ac x86: Don't generate vzeroupper if caller passes AVX/AVX512 [...]
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/ChangeLog | 6 +++ gcc/config/i386/i386.c | 5 +- gcc/cp/ChangeLog | 37 +++++++++++++ gcc/cp/parser.c | 92 +++++++++++++++++++++------------ gcc/cp/parser.h | 9 ++-- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/g++.dg/cpp0x/this1.C | 46 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr88717.c | 24 +++++++++ 8 files changed, 192 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/this1.C create mode 100644 gcc/testsuite/gcc.target/i386/pr88717.c