On Fri, Jul 29, 2016 at 05:26:19PM +0000, Joseph Myers wrote: > On Fri, 22 Jul 2016, Marek Polacek wrote: > > > gcc/go/ > > * go-system.h (go_fallthrough): Define. > > * gofrontend/escape.cc (Escape_analysis_assign::assign): Add > > go_fallthrough. > > * gofrontend/expressions.cc (Binary_expression::do_get_backend): > > Likewise. > > gofrontend is externally maintained and should not be modified locally. Yeah, I'll send a patch to the gofrontend upstream.
> > libgcc/ > > * soft-fp/op-common.h: Add _FP_FALLTHRU. > > * soft-fp/soft-fp.h (_FP_FALLTHRU): Define. > > Likewise soft-fp (and I think a comment would be better than anything > needing version conditionals). Actually, this doesn't generate a bootstrap error, just a warning, so could probably stay as it is. But if it's desirable to add those comments, I can send a patch to glibc upstream. Thanks, Marek