Re: [PATCH] Remove old diagnostic macros.

2016-06-09 Thread Jeff Law
On 06/09/2016 12:35 PM, Marcin Baczyński wrote: 2016-06-09 18:35 GMT+02:00 Jeff Law : On 05/30/2016 05:19 PM, Marcin Baczyński wrote: Hi, this is my first GCC patch, so please bear with me if something is wrong with it in an obvious way. I've found two unused macros in gcc/diagnostic.h. Is th

Re: [PATCH] Remove old diagnostic macros.

2016-06-09 Thread Marcin Baczyński
2016-06-09 18:35 GMT+02:00 Jeff Law : > On 05/30/2016 05:19 PM, Marcin Baczyński wrote: >> >> Hi, >> this is my first GCC patch, so please bear with me if something is wrong >> with >> it in an obvious way. >> >> I've found two unused macros in gcc/diagnostic.h. Is the patch okay as is? >> Bootstra

Re: [PATCH] Remove old diagnostic macros.

2016-06-09 Thread Jeff Law
On 05/30/2016 05:19 PM, Marcin Baczyński wrote: Hi, this is my first GCC patch, so please bear with me if something is wrong with it in an obvious way. I've found two unused macros in gcc/diagnostic.h. Is the patch okay as is? Bootstrapped on x86_64-pc-linux-gnu. 2016-05-31 Marcin Baczyński