LTO bootstrapped on x86_64-unknown-linux-gnu, applied. Richard.
2015-12-11 Richard Biener <rguent...@suse.de> * lto-streamer.h (lto_simple_header_with_strings): Remove main_size field already in lto_simple_header. Index: gcc/lto-streamer.h =================================================================== --- gcc/lto-streamer.h (revision 231552) +++ gcc/lto-streamer.h (working copy) @@ -407,9 +407,6 @@ struct lto_simple_header : lto_header struct lto_simple_header_with_strings : lto_simple_header { - /* Size of main gimple body of function. */ - int32_t main_size; - /* Size of the string table. */ int32_t string_size; };