This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] tree-vrp.c: Work around a bug in the front end that produces a comparison of mismatched types.
- 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, dan at codesourcery dot com
- Date: Thu, 14 Apr 2005 20:56:10 -0400
- Subject: Re: [patch] tree-vrp.c: Work around a bug in the front end that produces a comparison of mismatched types.
- Organization: Red Hat Canada
- References: <20050414.190536.55486576.kazu@cs.umass.edu>
On Thu, Apr 14, 2005 at 07:05:36PM -0400, Kazu Hirata wrote:
> PR tree-optimization/21021
> * tree-vrp.c (compare_values): Work around a bug in the front
> end that produces a comparison of mismatched types.
>
OK.
Diego.