diff mbox series

Bump LTO_major_version on trunk

Message ID alpine.LSU.2.20.1804251012500.31014@zhemvz.fhfr.qr
State New
Headers show
Series Bump LTO_major_version on trunk | expand

Commit Message

Richard Biener April 25, 2018, 8:13 a.m. UTC
This bumps the bytecode version.

Committed to trunk.

Richard.

2018-04-25  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (LTO_major_version): Bump to 8.
diff mbox series

Patch

Index: gcc/lto-streamer.h
===================================================================
--- gcc/lto-streamer.h	(revision 259637)
+++ 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 7
+#define LTO_major_version 8
 #define LTO_minor_version 0
 
 typedef unsigned char	lto_decl_flags_t;