On Wed, Sep 03, 2025 at 04:42:06PM +0000, Joseph Myers wrote: > On Tue, 19 Aug 2025, Martin Uecker wrote: > > > +/* Record a forbidden or possibly unsafe jump of type JTYPE from > > + GOTO_LOC to LABEL at LABEL_LOC skipping initialization of DECL. */ > > + > > +static void warn_about_jump(enum jump_type jtype, location_t goto_loc, > > + location_t label_loc, tree decl, tree label) > > This needs fixing to GNU formatting (static void on own line,
So that you can find always find all function defitions by searching for ^some_name. Very handy :-) Segher