lto-streamer.h (LTO_major_version): Bump to 7.
authorRichard Biener <rguenther@suse.de>
Fri, 28 Apr 2017 08:42:56 +0000 (08:42 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 28 Apr 2017 08:42:56 +0000 (08:42 +0000)
2017-04-28  Richard Biener  <rguenther@suse.de>

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

From-SVN: r247365

gcc/ChangeLog
gcc/lto-streamer.h

index aa39842e400e8a81be7d78df6b420fc0925b200e..1d9880cf10a19c493b19cf6dce401badf8b0d5af 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-28  Richard Biener  <rguenther@suse.de>
+
+       * lto-streamer.h (LTO_major_version): Bump to 7.
+
 2017-04-28  Richard Biener  <rguenther@suse.de>
 
        * tree-vrp.c (assert_info): New struct.
index 08bfc13af7582fafdae215b24f7c14c516147720..854bcd2d75eb2674c165bbaf9bcc2e3deef43747 100644 (file)
@@ -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 6
+#define LTO_major_version 7
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;