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: [libcpp] append "evaluates to 0" for Wundef diagnostic


On 19 August 2016 at 18:29, David Malcolm <dmalcolm@redhat.com> wrote:
> On Fri, 2016-08-19 at 14:15 +0530, Prathamesh Kulkarni wrote:
>> Hi David,
>> This trivial patch appends "evaluates to 0", in Wundef diagnostic,
>> similar to clang, which prints the following diagnostic for undefined
>> macro:
>> undef.c:1:5: warning: 'FOO' is not defined, evaluates to 0 [-Wundef]
>> #if FOO
>>     ^
>> Bootstrapped+tested on x86_64-unknown-linux-gnu.
>> OK to commit ?
>
> Nice tweak; LGTM.
Thanks, committed as r239609.

Regards,
Prathamesh
>
> Thanks
> Dave


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