Re: wide-int, lto

2014-02-07 Thread Richard Biener
On Thu, Feb 6, 2014 at 7:56 PM, Mike Stump mikest...@comcast.net wrote: On Nov 25, 2013, at 3:09 AM, Richard Biener richard.guent...@gmail.com wrote: please add streamer_read/write_wi () helpers to data-streamer* replicating the above loop N times is too ugly. Agreed. Below is the patch

Re: wide-int, lto

2014-02-06 Thread Mike Stump
On Nov 25, 2013, at 3:09 AM, Richard Biener richard.guent...@gmail.com wrote: please add streamer_read/write_wi () helpers to data-streamer* replicating the above loop N times is too ugly. Agreed. Below is the patch to collapse the code. Thanks. diff --git a/gcc/lto-streamer-in.c

Re: wide-int, lto

2013-11-25 Thread Richard Biener
On Sat, Nov 23, 2013 at 8:22 PM, Mike Stump mikest...@comcast.net wrote: Richi has asked the we break the wide-int patch so that the individual port and front end maintainers can review their parts without have to go through the entire patch.This patch covers the lto code. Ok? -

wide-int, lto

2013-11-23 Thread Mike Stump
Richi has asked the we break the wide-int patch so that the individual port and front end maintainers can review their parts without have to go through the entire patch.This patch covers the lto code. Ok? * lto-streamer-in.c (input_cfg): Use wide-int interfaces.