Re: [PATCH] PR bootstrap/61598

2014-06-25 Thread Jeff Law
On 06/25/14 03:46, tsaund...@mozilla.com wrote: From: Trevor Saunders Hi, Basically the same as the mingw issue, fixed similarly. Trev PR bootstrap/61598 * fold-const.c (fold_checksum_tree): fix const qualification of argument passed to hash_table::find_slot with a

[PATCH] PR bootstrap/61598

2014-06-25 Thread tsaunders
From: Trevor Saunders Hi, Basically the same as the mingw issue, fixed similarly. Trev PR bootstrap/61598 * fold-const.c (fold_checksum_tree): fix const qualification of argument passed to hash_table::find_slot with a const_cast. diff --git a/gcc/ChangeLog b/gcc/ChangeL