This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Encode Wnormalized= is c.opt


On Fri, 5 Sep 2014, Manuel López-Ibáñez wrote:

> gcc/ChangeLog:
> 
> 2014-09-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
> 
>     * doc/invoke.texi (Wnormalized=): Update.
> 
> libcpp/ChangeLog:
> 
> 2014-09-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
> 
>     * include/cpplib.h (struct cpp_options): Declare warn_normalize as
>     int instead of enum.
> 
> gcc/c-family/ChangeLog:
> 
> 2014-09-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
> 
>     * c.opt    (Wnormalized): New.
>     (Wnormalized=): Use Enum and Reject Negative.
>     * c-opts.c (c_common_handle_option): Do not handle Wnormalized here.
> 
> gcc/testsuite/ChangeLog:
> 
> 2014-09-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
> 
>     * gcc.dg/cpp/warn-normalized-3.c: Delete useless dg-prune-output.

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]