aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-05-16 11:30:41 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2019-05-16 11:30:41 +0200
commit86c23d9314c4081c13ebf629fd3393de4e316bf6 (patch)
tree6b4de58ae334a8956cdc8782965ecc388cb5ec66 /gcc
parent8c3f47feb3d7b69e185cfa4897c717292a886c1c (diff)
downloadgcc-86c23d9314c4081c13ebf629fd3393de4e316bf6.zip
gcc-86c23d9314c4081c13ebf629fd3393de4e316bf6.tar.gz
gcc-86c23d9314c4081c13ebf629fd3393de4e316bf6.tar.bz2
* lto-streamer.h (LTO_major_version): Bump to 9.
From-SVN: r271284
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/lto-streamer.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4a891c9..84c0d38 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-16 Jakub Jelinek <jakub@redhat.com>
+
+ * lto-streamer.h (LTO_major_version): Bump to 9.
+
2019-05-16 Jun Ma <JunMa@linux.alibaba.com>
PR tree-optimization/90106
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 5cd2a60..d087cba 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;