This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH Re: [ast-optimizer-branch] gcc.dg/struct-alias-1.cfailure
>>>>> "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