Re: PR c/68657 - Add missing 'Warning' flags to c-family/c.opt + java/lang.opt

2015-12-04 Thread Jeff Law
On 12/04/2015 03:00 AM, Tobias Burnus wrote: And now with attached patch ... On Fri, Dec 04, 2015 at 10:59:29AM +0100, Tobias Burnus wrote: A few warning options lack the 'Warning' flag, which since r228094 (2015-09-24) has the effect that -W(no-)error= doesn't work for them. Additionally, --he

Re: PR c/68657 - Add missing 'Warning' flags to c-family/c.opt + java/lang.opt

2015-12-04 Thread Tobias Burnus
And now with attached patch ... On Fri, Dec 04, 2015 at 10:59:29AM +0100, Tobias Burnus wrote: > A few warning options lack the 'Warning' flag, which since r228094 > (2015-09-24) > has the effect that -W(no-)error= doesn't work for them. Additionally, > --help=warnings doesn't work for them eithe

PR c/68657 - Add missing 'Warning' flags to c-family/c.opt + java/lang.opt

2015-12-04 Thread Tobias Burnus
A few warning options lack the 'Warning' flag, which since r228094 (2015-09-24) has the effect that -W(no-)error= doesn't work for them. Additionally, --help=warnings doesn't work for them either. Successfully bootstrapped with c,c++,fortran,lto,go,objc,obj-c++,java on x86-64-gnu-linux & checked w