From 86c23d9314c4081c13ebf629fd3393de4e316bf6 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 16 May 2019 11:30:41 +0200 Subject: [PATCH] * lto-streamer.h (LTO_major_version): Bump to 9. From-SVN: r271284 --- gcc/ChangeLog | 4 ++++ gcc/lto-streamer.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a891c90048..84c0d38737d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-05-16 Jakub Jelinek + + * lto-streamer.h (LTO_major_version): Bump to 9. + 2019-05-16 Jun Ma PR tree-optimization/90106 diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 5cd2a60418d..d087cba9bf0 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -120,7 +120,7 @@ along with GCC; see the file COPYING3. If not see 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; -- 2.30.2