On Wed, Mar 14, 2018 at 10:51 AM, Martin Liška wrote:
> Hi.
>
> Current code that tracks memory statistics wrongly decremented a counter
> based on t_kind, which is an enum value and thus a constant:
>
> - tree_node_counts[(int) t_kind]--;
>
> That's obviously a mistake.
>
> May I install the
Hi.
Current code that tracks memory statistics wrongly decremented a counter
based on t_kind, which is an enum value and thus a constant:
- tree_node_counts[(int) t_kind]--;
That's obviously a mistake.
May I install the patch after reg tests&bootstrap?
Thanks,
Martin
gcc/ChangeLog:
2018-