This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4bace27 Daily bump. new ad0c1de * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COM [...] new ae691a1 * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHR [...] new 4582d85 * doc/invoke.texi: Document accepting Else, fallthrough.
The 3 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/ChangeLog | 10 + gcc/c-family/ChangeLog | 6 + gcc/c-family/c-lex.c | 18 +- gcc/doc/invoke.texi | 26 ++- gcc/testsuite/ChangeLog | 9 + .../c-c++-common/Wimplicit-fallthrough-23.c | 243 +++++++++++++++++++++ .../c-c++-common/Wimplicit-fallthrough-24.c | 4 + libcpp/ChangeLog | 12 + libcpp/lex.c | 139 +++++++++--- 9 files changed, 435 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-23.c create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-24.c