Re: [PATCH] Note that -Wunreachable-code used to be a warning option (PR c/69900)

2016-02-23 Thread Richard Biener
On Mon, Feb 22, 2016 at 10:18 PM, Jakub Jelinek wrote: > Hi! > > While we ignore -Wunreachable-code option now, as we require > that GCC diagnostic options are CL_WARNING only, we should remember > that this is a former Warning option (similarly for -Werror=). > > Bootstrapped/regtested on x86_64-

[PATCH] Note that -Wunreachable-code used to be a warning option (PR c/69900)

2016-02-22 Thread Jakub Jelinek
Hi! While we ignore -Wunreachable-code option now, as we require that GCC diagnostic options are CL_WARNING only, we should remember that this is a former Warning option (similarly for -Werror=). Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-02-22 Jakub Jelinek