On Tue, Sep 27, 2016 at 12:24:23PM +0200, Richard Biener wrote: > On Tue, Sep 27, 2016 at 11:40 AM, Marek Polacek <pola...@redhat.com> wrote: > > GCC 4.3 stupidly errors on this with > > error: unrecognized command line option "-Wno-implicit-fallthrough" > > so use -Wno-error instead. > > > > Bootstrapped on x86_64-linux, ok for trunk? > > Ok for trunk now to unbreak peoples bootstrap. We can improve on this > later if we want.
Committed. I'll look into the configure test check now. Marek