Questions about a patch fixing bug #61414

2017-10-14 Thread Sam van Kampen via gcc
Dear maintainers, Having come across https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 (bug #61414) quite often myself I decided I wanted to fix it. By reading through parts of the GCC internals manual I have managed to add a warning flag, the code for which I will submit to gcc-patches, but sin

Re: Feature request: -Wno-unknown-warnings to silently ignore unknown warning control flags.

2017-10-14 Thread Oren Ben-Kiki
On Fri, Oct 13, 2017 at 10:04 PM, Eric Gallager wrote: > If you use autoconf to generate a configure script for your project, I > recommend using the macros from gnulib's manywarnings.m4 and related > files: > > https://www.gnu.org/software/gnulib/manual/html_node/ > warnings.html#warnings > http

Re: Questions about a patch fixing bug #61414

2017-10-14 Thread Jonathan Wakely
On 14 October 2017 at 15:50, Sam van Kampen wrote: > Dear maintainers, > > Having come across https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 > (bug #61414) quite often myself I decided I wanted to fix it. > > By reading through parts of the GCC internals manual I have > managed to add a warning

Re: Questions about a patch fixing bug #61414

2017-10-14 Thread Sam van Kampen via gcc
On Sat, Oct 14, 2017 at 04:43:33PM +0100, Jonathan Wakely wrote: > On 14 October 2017 at 15:50, Sam van Kampen wrote: > > Dear maintainers, > > > > Having come across https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 > > (bug #61414) quite often myself I decided I wanted to fix it. > > > > By read