r269944 - in /trunk/gcc: ChangeLog hash-table.h
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Tue Mar 26 13:40:00 GMT 2019
Author: jakub
Date: Tue Mar 26 13:40:43 2019
New Revision: 269944
URL: https://gcc.gnu.org/viewcvs?rev=269944&root=gcc&view=rev
Log:
* hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS
is constant 0, turn into static const data member initialized to false.
(hash_table::hash_table): Only initialize m_gather_mem_stats #if
GATHER_STATISTICS. Add ATTRIBUTE_UNUSED to gather_mem_stats param.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/hash-table.h
More information about the Gcc-cvs
mailing list