Was still the same as on the GCC 5 branch. Committed as obvious.
Richard. 2015-06-29 Richard Biener <rguent...@suse.de> * lto-streamer.h (LTO_major_version): Bump to 5. Index: gcc/lto-streamer.h =================================================================== --- gcc/lto-streamer.h (revision 225112) +++ gcc/lto-streamer.h (working copy) @@ -130,7 +130,7 @@ along with GCC; see the file COPYING3. String are represented in the table as pairs, a length in ULEB128 form followed by the data for the string. */ -#define LTO_major_version 4 +#define LTO_major_version 5 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t;