https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77949
--- Comment #3 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- Caused by: commit b65b8df248d4eb4801cbe16287cf32eda9325dec Author: dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue Jul 5 15:50:54 2016 +0000 PR c++/62314: add fixit hint for "expected ';' after class definition" gcc/cp/ChangeLog: PR c++/62314 * parser.c (cp_parser_class_specifier_1): When reporting missing semicolons, use a fixit-hint to suggest insertion of a semicolon immediately after the closing brace, offsetting the reported column accordingly. gcc/testsuite/ChangeLog: PR c++/62314 * gcc/testsuite/g++.dg/parse/error5.C: Update column number of missing semicolon error. * g++.dg/pr62314-2.C: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238008 138bc75d-0d04-0410-96 1f-82ee72b054a4