diff options
author | Jakub Jelinek <jakub@redhat.com> | 2016-10-08 12:54:27 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-10-08 12:54:27 +0200 |
commit | ee19ef45ba9dc5a783303e353d538e83dabe3377 (patch) | |
tree | 2bb03fc407441f31957cbe3fcb1f2eeb60783246 /libcpp/ChangeLog | |
parent | 81b02905b035e7afee46c38186c95434b6d86813 (diff) | |
download | gcc-ee19ef45ba9dc5a783303e353d538e83dabe3377.zip gcc-ee19ef45ba9dc5a783303e353d538e83dabe3377.tar.gz gcc-ee19ef45ba9dc5a783303e353d538e83dabe3377.tar.bz2 |
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
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6e48566..1f4db49 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,5 +1,7 @@ 2016-10-08 Jakub Jelinek <jakub@redhat.com> + * lex.c (fallthrough_comment_p): Accept Else, fallthrough. + * lex.c (fallthrough_comment_p): Extend to handle more common FALLTHRU comment styles. |