This is the mail archive of the gcc@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: [RFC] Ignore TREE_CONSTANT_OVERFLOW in integer_zerop


On Sat, 1 Apr 2006, Roger Sayle wrote:

> As a step in this direction, the patch below removes the
> TREE_CONSTANT_OVERFLOW checks from integer_zerop, integer_onep,

Has there been a patch to the C++ front end corresponding to my patch 
<http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00315.html> to the C front 
end, or did you determine that one was not needed for the C++ front end to 
avoid counting overflowed 0 as a null pointer constant?

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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