diff mbox

Bump LTO_major

Message ID alpine.LSU.2.20.1704281042070.17885@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener April 28, 2017, 8:42 a.m. UTC
Committed.

Richard.

2017-04-28  Richard Biener  <rguenther@suse.de>

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

Patch

Index: gcc/lto-streamer.h
===================================================================
--- gcc/lto-streamer.h	(revision 247362)
+++ gcc/lto-streamer.h	(working copy)
@@ -128,7 +128,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 6
+#define LTO_major_version 7
 #define LTO_minor_version 0
 
 typedef unsigned char	lto_decl_flags_t;