]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump LTO version
authorJan Hubicka <jh@suse.cz>
Thu, 13 Aug 2020 15:52:45 +0000 (17:52 +0200)
committerJan Hubicka <jh@suse.cz>
Thu, 13 Aug 2020 15:52:45 +0000 (17:52 +0200)
* lto-streamer.h (LTO_minor_version): Bump version.

gcc/lto-streamer.h

index 261e6a9ffa83398464ca9975f5cab967d9af29dc..4787bb4f0f3e7de930ca0d100c262c22a8238dd6 100644 (file)
@@ -121,7 +121,7 @@ along with GCC; see the file COPYING3.  If not see
      form followed by the data for the string.  */
 
 #define LTO_major_version 9
-#define LTO_minor_version 0
+#define LTO_minor_version 1
 
 typedef unsigned char  lto_decl_flags_t;