aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2018-04-25 08:14:36 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2018-04-25 08:14:36 +0000
commit09304ef4a8c0e8cbb9430d1a442ac32d8ec7055b (patch)
tree828568c1a7ba41458d065cc231f3e8a8ecb4c5af /gcc
parent49b7ffb71195e64dc5c625671d10655f565c8eb2 (diff)
downloadgcc-09304ef4a8c0e8cbb9430d1a442ac32d8ec7055b.zip
gcc-09304ef4a8c0e8cbb9430d1a442ac32d8ec7055b.tar.gz
gcc-09304ef4a8c0e8cbb9430d1a442ac32d8ec7055b.tar.bz2
lto-streamer.h (LTO_major_version): Bump to 8.
2018-04-25 Richard Biener <rguenther@suse.de> * lto-streamer.h (LTO_major_version): Bump to 8. From-SVN: r259638
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 63f9312..24b5896c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-25 Richard Biener <rguenther@suse.de>
+
+ * lto-streamer.h (LTO_major_version): Bump to 8.
+
2018-04-25 Jakub Jelinek <jakub@redhat.com>
* BASE-VER: Set to 9.0.0.
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index d5873f7d..d2006fad 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 7
+#define LTO_major_version 8
#define LTO_minor_version 0
typedef unsigned char lto_decl_flags_t;