This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]