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
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