Re: [PATCH v2] PR bootstrap/61598

2014-06-25 Thread Trevor Saunders
On Wed, Jun 25, 2014 at 03:00:33PM -0600, Jeff Law wrote: > On 06/25/14 10:05, tsaund...@mozilla.com wrote: > >From: tbsaunde > > > >Hi, > > > >Actually we can just store const tre_node * in the hash table, and actually > >remove a const cast. > > > >bootstrapped with --enable-checking=fold on top

Re: [PATCH v2] PR bootstrap/61598

2014-06-25 Thread Jeff Law
On 06/25/14 10:05, tsaund...@mozilla.com wrote: From: tbsaunde Hi, Actually we can just store const tre_node * in the hash table, and actually remove a const cast. bootstrapped with --enable-checking=fold on top of my original series on x86_64-unknown-linux-gnu, and aprovied by richi on IRC,

[PATCH v2] PR bootstrap/61598

2014-06-25 Thread tsaunders
From: tbsaunde Hi, Actually we can just store const tre_node * in the hash table, and actually remove a const cast. bootstrapped with --enable-checking=fold on top of my original series on x86_64-unknown-linux-gnu, and aprovied by richi on IRC, commited. Trev gcc/ PR bootstrap/61598