On Thu, Sep 01, 2016 at 04:51:37PM +0200, Marek Polacek wrote: > I thought I'd keep it since it conveys something more than a pure "falls > through" comments, but I changed it anyway. Here's the pure comment > changes patch which I hope can be committed right away. > > 2016-09-01 Marek Polacek <pola...@redhat.com> > > PR c/7652 > gcc/c-family/ > * c-common.c (resolve_overloaded_builtin): Fix formatting. Add > FALLTHRU comments. > gcc/c/ > * c-typeck.c (composite_type): Add FALLTHRU comment. > gcc/gcc/cp/ > * error.c (dump_type): Fix falls through comment. > (dump_decl): Likewise. > (dump_expr): Likewise.
Thanks. Yes, this is ok for trunk. Jakub