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: [C++ PATCH] Fix 14179 - memory-hog


>-- Original Message --

>>
>>> Index: decl.c
>>> ===================================================================
>>
>>> +   bool sized_array_p = (max_index != NULL_TREE);
>>> +   HOST_WIDE_INT max_index_cst;
>>> +   HOST_WIDE_INT index;
>>
>> Hm, some uninitialized var......
>
>I suggest to commit this as obvious,

I can do it. Ok?

Andreas






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