On Thu, 5 Jan 2012, Steven Bosscher wrote:
> On Thu, Jan 5, 2012 at 4:01 PM, Richard Guenther wrote:
> > Index: gcc/tree-streamer-out.c
> > ===
> > --- gcc/tree-streamer-out.c (revision 182908)
> > +++ gcc/tree-streamer-out.c
On Thu, Jan 5, 2012 at 4:01 PM, Richard Guenther wrote:
> Index: gcc/tree-streamer-out.c
> ===
> --- gcc/tree-streamer-out.c (revision 182908)
> +++ gcc/tree-streamer-out.c (working copy)
> @@ -767,6 +767,27 @@ write_ts_target
Easy, just mimics what we do for the target attribute.
Bootstrap / regtest pending on x86_64-unknown-linux-gnu.
Richard.
2012-01-05 Richard Guenther
PR lto/50490
* tree-streamer-out.c (write_ts_optimization): New function.
(streamer_write_tree_body): Call it.