PATCH Re: [ast-optimizer-branch] gcc.dg/struct-alias-1.c failure

Diego Novillo dnovillo@redhat.com
Wed Jun 12 16:58:00 GMT 2002


On Wed, 2002-06-12 at 19:16, Jason Merrill wrote:

> > On Wed, 2002-06-12 at 12:02, Jason Merrill wrote:
> >> + #if 0
> >> + static void simplify_expr_either     PARAMS ((tree *, tree *, tree *,
> >> +                                               int (*) PARAMS ((tree)), tree));
> >> 
> > I thought we were going to get rid of these?
> 
> That's my next patch...
> 
Ah, OK.

> >> + 
> >> +   VARRAY_FREE (dim_stack);
> >> + #endif
> >> 
> > varrays are garbage collected now.  You'll likely hit a segmentation
> > violation when you enable this.
> 
> That bit is #if 0'd out.  I removed it from the active code.
> 
Yes.  That's why I said 'when you enable this' :)


Thanks.  Diego.



More information about the Gcc-patches mailing list