diff options
author | Jason Merrill <jason@redhat.com> | 2016-10-05 15:59:28 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2016-10-05 15:59:28 -0400 |
commit | 3bd034d0181e3f8ed26baac2e69c6b3bba2eb05c (patch) | |
tree | f480b3a1e4c8913a506dd6bebd97fec537a510c9 /gcc/cp/cxx-pretty-print.c | |
parent | f8b6a4889eb29c1ddf65fd172f4f2c0a7d5f7d0d (diff) | |
download | gcc-3bd034d0181e3f8ed26baac2e69c6b3bba2eb05c.zip gcc-3bd034d0181e3f8ed26baac2e69c6b3bba2eb05c.tar.gz gcc-3bd034d0181e3f8ed26baac2e69c6b3bba2eb05c.tar.bz2 |
* parser.c (cp_parser_skip_to_end_of_statement): Add missing break.
From-SVN: r240809
Diffstat (limited to 'gcc/cp/cxx-pretty-print.c')
-rw-r--r-- | gcc/cp/cxx-pretty-print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c index f4d2a2e..a290c87 100644 --- a/gcc/cp/cxx-pretty-print.c +++ b/gcc/cp/cxx-pretty-print.c @@ -142,7 +142,6 @@ pp_cxx_unqualified_id (cxx_pretty_printer *pp, tree t) case OVERLOAD: t = OVL_CURRENT (t); - /* XXX Really fallthru? */ /* FALLTHRU */ case VAR_DECL: case PARM_DECL: |