summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-18 11:21:33 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-18 11:21:33 +0000
commitcb7d247ab120f2afc6c68ae06b51c9fa9198de11 (patch)
tree4741487d775937bbba1c7e9984f458f295caa203 /gcc/lto-streamer.h
parente554af11a4d42d7cd34bf9aefeba163150aa035c (diff)
downloadgcc-cb7d247ab120f2afc6c68ae06b51c9fa9198de11.tar.gz
2016-05-18 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 6. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index f3911613b07..01c15ff1a9d 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -128,7 +128,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 5
+#define LTO_major_version 6
#define LTO_minor_version 0
typedef unsigned char lto_decl_flags_t;