* lto-streamer.h (LTO_major_version): Bump to 9.
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 May 2019 09:30:41 +0000 (11:30 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 16 May 2019 09:30:41 +0000 (11:30 +0200)
From-SVN: r271284

gcc/ChangeLog
gcc/lto-streamer.h

index 4a891c90048e04983c3bdddf093e075b6f04a71d..84c0d38737db748d6b17283e3386a29538d7a029 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * lto-streamer.h (LTO_major_version): Bump to 9.
+
 2019-05-16  Jun Ma <JunMa@linux.alibaba.com>
 
        PR tree-optimization/90106
index 5cd2a60418d12b85b9ab59e0e5beaec0c79152bc..d087cba9bf0a777508ae7fb3012c696c810e02f1 100644 (file)
@@ -120,7 +120,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 8
+#define LTO_major_version 9
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;