PATCH Re: [ast-optimizer-branch] gcc.dg/struct-alias-1.c failure
Diego Novillo
dnovillo@redhat.com
Wed Jun 12 10:40:00 GMT 2002
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?
> +
> + VARRAY_FREE (dim_stack);
> + #endif
>
varrays are garbage collected now. You'll likely hit a segmentation
violation when you enable this.
Diego.
More information about the Gcc
mailing list