This is the mail archive of the gcc-patches@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, fortran] use vec<> in frontend-passes.c


Hi Tobias,

> first, thanks Trevor for the first round of review!

Also thanks from my side!


> I still see:
>> -  expr_count = 0;
>> +  expr_array.truncate (0);
> 
> Is there is a reason for not using release() here?

No, changed in the committed version.

Regards

	Thomas


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