]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump LTO_minor_version
authorMartin Jambor <mjambor@suse.cz>
Tue, 21 Nov 2023 12:41:56 +0000 (13:41 +0100)
committerMartin Jambor <mjambor@suse.cz>
Tue, 21 Nov 2023 12:42:24 +0000 (13:42 +0100)
I believe r13-8039-g06ee3438a4fcf9 has changed LTO format and
therefore we should bump the minor version of the GCC 13 LTO format.

gcc/ChangeLog:

2023-11-20  Martin Jambor  <mjambor@suse.cz>

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

gcc/lto-streamer.h

index fc7133d07ba162e44efe0c0f259529319ba8b6f9..75cebcd02d305fa216b0a37e344e4c48cb23fcb4 100644 (file)
@@ -122,7 +122,7 @@ along with GCC; see the file COPYING3.  If not see
      form followed by the data for the string.  */
 
 #define LTO_major_version GCC_major_version
-#define LTO_minor_version 0
+#define LTO_minor_version 1
 
 typedef unsigned char  lto_decl_flags_t;