invoke.texi: Document accepting Else, fallthrough.
authorJakub Jelinek <jakub@redhat.com>
Sat, 8 Oct 2016 10:54:27 +0000 (12:54 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 8 Oct 2016 10:54:27 +0000 (12:54 +0200)
commitee19ef45ba9dc5a783303e353d538e83dabe3377
tree2bb03fc407441f31957cbe3fcb1f2eeb60783246
parent81b02905b035e7afee46c38186c95434b6d86813
invoke.texi: Document accepting Else, fallthrough.

* doc/invoke.texi: Document accepting Else, fallthrough.

* lex.c (fallthrough_comment_p): Accept Else, fallthrough.

* c-c++-common/Wimplicit-fallthrough-23.c (foo): Add further tests.

From-SVN: r240886
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wimplicit-fallthrough-23.c
libcpp/ChangeLog
libcpp/lex.c