Re: more enabledby updates

2012-05-13 Thread Joseph S. Myers
On Sun, 13 May 2012, Manuel L?pez-Ib??ez wrote: > 2012-05-13 Manuel L?pez-Ib??ez > > c-family/ > * c.opt (Wclobbered,Wempty-body,Wignored-qualifiers, > Wmissing-field-initializers,Wmissing-parameter-type, > Wold-style-declaration,Woverride-init): Use EnabledBy. > * c-op

more enabledby updates

2012-05-13 Thread Manuel López-Ibáñez
A few more straightforward uses. Bootstrapped and regression tested. A strange thing is that -Wextra enables -Wtype-limits only in C-family, however, it remains with value -1 in the rest of languages, that is, enabled by default. I am surprised it does not trigger often for Fortran and Ada. OK?