This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Ignore TREE_CONSTANT_OVERFLOW in integer_zerop
- From: Falk Hueffner <falk at debian dot org>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org, <gcc at gcc dot gnu dot org>
- Date: Sun, 02 Apr 2006 11:59:21 +0200
- Subject: Re: [RFC] Ignore TREE_CONSTANT_OVERFLOW in integer_zerop
- References: <Pine.LNX.4.44.0604011958030.17330-100000@www.eyesopen.com>
Roger Sayle <roger@eyesopen.com> writes:
> [...] the patch below removes the TREE_CONSTANT_OVERFLOW checks from
> integer_zerop, integer_onep, and friends in tree.c.
Incidentally, this fixes PR 26729.
--
Falk