This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b4f2458d80 2017-04-25 Gary Dismukes dismukes@adacore.com new 112e1c2cd45 C: fix-it hint for removing stray semicolons new 83e4d5c3551 C++: fix-it hint for removing stray semicolons
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/c/ChangeLog | 5 +++++ gcc/c/c-parser.c | 9 +++++++-- gcc/cp/ChangeLog | 5 +++++ gcc/cp/parser.c | 6 +++++- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/semicolon-fixits.C | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/semicolon-fixits.c | 17 +++++++++++++++++ 7 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/semicolon-fixits.C create mode 100644 gcc/testsuite/gcc.dg/semicolon-fixits.c