Re: [PATCH] Avoid loading an undefined value in the ranger_cache constructor.

2021-06-17 Thread Maxim Kuvyrkov via Gcc-patches
> On 16 Jun 2021, at 20:14, Andrew MacLeod wrote: > > On 6/16/21 5:41 AM, Maxim Kuvyrkov wrote: >> >>> + m_new_value_p = state; >>> + return ret; >>> } >>>// Dump the caches for basic block BB to file F. >> Thanks, >> >> -- >> Maxim Kuvyrkov >> https://www.linaro.org >> > Let me know

[PATCH] Avoid loading an undefined value in the ranger_cache constructor.

2021-06-16 Thread Andrew MacLeod via Gcc-patches
On 6/16/21 5:41 AM, Maxim Kuvyrkov wrote: + m_new_value_p = state; + return ret; } // Dump the caches for basic block BB to file F. Thanks, -- Maxim Kuvyrkov https://www.linaro.org Let me know if the problem is resolved. pushed as obvious. Andrew commit