On Thu, May 16, 2019 at 11:22:08AM +0200, Richard Biener wrote: > Which reminds me I forgot to update LTO_major_version on trunk - can > you do that?
Done with: 2019-05-16 Jakub Jelinek <ja...@redhat.com> * lto-streamer.h (LTO_major_version): Bump to 9. --- gcc/lto-streamer.h (revision 271283) +++ gcc/lto-streamer.h (working copy) @@ -120,7 +120,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 8 +#define LTO_major_version 9 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t; Jakub