Re: [PATCH, PR 57289] Fix streaming order in ipa_read_node_info

2013-05-21 Thread Richard Biener
On Tue, May 21, 2013 at 1:24 PM, Martin Jambor wrote: > Hi, > > PR 57289 is an LTO streaming issue. We should process the bitpack > before moving on to read other stuff in ipa_read_node_info because > bp_unpack_value might read from the stream if there are many bits to > read. Fixed by the follo

[PATCH, PR 57289] Fix streaming order in ipa_read_node_info

2013-05-21 Thread Martin Jambor
Hi, PR 57289 is an LTO streaming issue. We should process the bitpack before moving on to read other stuff in ipa_read_node_info because bp_unpack_value might read from the stream if there are many bits to read. Fixed by the following patch which makes 454.calculix build with -flto again and als