]> git.ipfire.org Git - thirdparty/gcc.git/commit
* hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Mar 2019 13:40:43 +0000 (13:40 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Mar 2019 13:40:43 +0000 (13:40 +0000)
commit42ae70fa21402263fb555680977e32f73e3de640
treeecf04bca4e31cc4e9f203e1642b53ed25192b768
parentbcc45766a95581ade08e8a98945053c23505da91
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269944 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/hash-table.h