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: Patch for null pointer constant issues


Joseph S. Myers <joseph@codesourcery.com> wrote:

> I put the TREE_CONSTANT_OVERFLOW check in null_pointer_constant_p,
> even though it's also in integer_zerop, in the hope that a similar
> change can be made to the C++ front end and then integer_zerop can
> stop checking TREE_CONSTANT_OVERFLOW.


Can you please add a comment to that effect in the body of integer_zerop?

Giovanni Bajo


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