Hi, On Wed, 14 Nov 2018, Marek Polacek wrote:
> > static gimple * > > collect_fallthrough_labels (gimple_stmt_iterator *gsi_p, > > - auto_vec <struct label_entry> *labels) > > + auto_vec <struct label_entry> *labels, > > + location_t *prevloc) > > { > > gimple *prev = NULL; > > Looks good, thanks, though PREVLOC should probably be described in the > comment. Gah. And I thought about exactly this shortly before commiting, and then forgot :) Fixed in svn. Ciao, Michael.