This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c44b93a4101 2017-06-21 Andrew Pinski apinski@cavium.com new 681aa9957a9 C++: Add fix-it hints for -Wold-style-cast new b0cabb9fd52 * MAINTAINERS: Add myself as maintainer for PowerPC [...]
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: ChangeLog | 4 + MAINTAINERS | 1 + gcc/cp/ChangeLog | 8 ++ gcc/cp/parser.c | 94 ++++++++++++++++++++- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/other/old-style-cast-fixits.C | 95 ++++++++++++++++++++++ 6 files changed, 203 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/old-style-cast-fixits.C