PATCH Re: [ast-optimizer-branch] gcc.dg/struct-alias-1.c failure
Jason Merrill
jason@redhat.com
Wed Jun 12 16:25:00 GMT 2002
>>>>> "Diego" == Diego Novillo <dnovillo@redhat.com> writes:
> 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...
>> +
>> + 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.
Jason
More information about the Gcc
mailing list