]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
LTO: bump minor version
authorMartin Liska <mliska@suse.cz>
Mon, 16 Aug 2021 11:02:54 +0000 (13:02 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 16 Aug 2021 11:02:54 +0000 (13:02 +0200)
Bump the LTO_minor_version due to changes in 52f0aa4dee8401ef3958dbf789780b0ee877beab

PR c/100150

gcc/ChangeLog:

* lto-streamer.h (LTO_minor_version): Bump.

gcc/lto-streamer.h

index 7a7be80dab8bd97f1579f8f358bc06afbc3277d0..a01049da472a9c65e84127a8f710756d0dba373f 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 11
-#define LTO_minor_version 0
+#define LTO_minor_version 1
 
 typedef unsigned char  lto_decl_flags_t;