Re: Fix offloading machine mode stream reading (was: Regression in target MIC compiler)

2015-08-07 Thread Richard Biener
Ok. Richard. On 8/6/15, Thomas Schwinge wrote: > Hi! > > On Wed, 5 Aug 2015 15:10:40 +0100, "David Sherwood" > wrote: >> In lto_input_mode_table there is the following line of code: >> >> machine_mode inner = (machine_mode) table[bp_unpack_value (&bp, 8)]; >> >> Is this right? In lto_write_mode

Fix offloading machine mode stream reading (was: Regression in target MIC compiler)

2015-08-06 Thread Thomas Schwinge
Hi! On Wed, 5 Aug 2015 15:10:40 +0100, "David Sherwood" wrote: > In lto_input_mode_table there is the following line of code: > > machine_mode inner = (machine_mode) table[bp_unpack_value (&bp, 8)]; > > Is this right? In lto_write_mode_table this inner mode is written out > explicitly > into