[patch] tree-vrp.c: Work around a bug in the front end that produces a comparison of mismatched types.

Jeffrey A Law law@redhat.com
Fri Apr 15 16:25:00 GMT 2005


On Thu, 2005-04-14 at 20:56 -0400, Diego Novillo wrote:
> 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.
Err, umm, I DO NOT like this.

We're working around a bug in some bogus front-end.  Let's
fix that rather than hacking up the tree optimizers to deal with
clearly bogus and broken code.

I'd really rather see this patch come out and the real bug fixed.

jeff



More information about the Gcc-patches mailing list