This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] tree-vrp.c: Check that POINTER_TYPE_P is consistent.
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 17 Apr 2005 10:44:15 -0400
- Subject: Re: [patch] tree-vrp.c: Check that POINTER_TYPE_P is consistent.
- Organization: Red Hat Canada
- References: <20050417.101557.118606100.kazu@cs.umass.edu>
On Sun, Apr 17, 2005 at 10:15:57AM -0400, Kazu Hirata wrote:
> * tree-vrp.c (compare_values): Check that VAL1 and VAL2 are
> both pointers or both integers.
>
OK.
Diego.