Re: [C PATCH] Encode CPP options in c.opt

2014-08-19 Thread Joseph S. Myers
On Tue, 19 Aug 2014, Manuel L?pez-Ib??ez wrote: > The following patch adds a new CPP() to *.opt files that tells the > options machinery to keep in sync libcpp options and GCC options. > > This will allow us to fix a lot of latent bugs where CPP warnings do > not follow the rules of other warning

[C PATCH] Encode CPP options in c.opt

2014-08-18 Thread Manuel López-Ibáñez
The following patch adds a new CPP() to *.opt files that tells the options machinery to keep in sync libcpp options and GCC options. This will allow us to fix a lot of latent bugs where CPP warnings do not follow the rules of other warnings options. In this patch, I only deal with Wvariadic-macros