]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump LTO_minor_version
authorRichard Biener <rguenther@suse.de>
Thu, 26 Jun 2025 06:53:01 +0000 (08:53 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 26 Jun 2025 06:53:01 +0000 (08:53 +0200)
At least my introduction of a new --param made raising the LTO IL
minor necessary, so do it now, also in preparation for GCC 15.2.

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

gcc/lto-streamer.h

index 4b7209e3d82d7515c1e24255260e5a77628d97d8..8c1d2d4947d6aa4c8241aef1f4c3dad1e5d1f45e 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;