lto-streamer.h (LTO_major_version): Bump to 6.
authorRichard Biener <rguenther@suse.de>
Wed, 18 May 2016 11:21:33 +0000 (11:21 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 18 May 2016 11:21:33 +0000 (11:21 +0000)
2016-05-18  Richard Biener  <rguenther@suse.de>

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

From-SVN: r236374

gcc/ChangeLog
gcc/lto-streamer.h

index a472fd8ddb0f98e707776ee4704ba7bb91b2e184..e0cc14850dac8b246a66e2c94f611549dbd947b9 100644 (file)
@@ -1,3 +1,7 @@
+2016-05-18  Richard Biener  <rguenther@suse.de>
+
+       * lto-streamer.h (LTO_major_version): Bump to 6.
+
 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * function.c (make_split_prologue_seq, make_prologue_seq,
index f3911613b074e415feda24c240c12b6a52f981cc..01c15ff1a9d47ba1524fb86e225b5bd9bd49eeb4 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 5
+#define LTO_major_version 6
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;