https://gcc.gnu.org/g:8d600e98004b63e788614fc8958cbafbc1bb52c0
commit r15-9866-g8d600e98004b63e788614fc8958cbafbc1bb52c0 Author: Richard Biener <rguent...@suse.de> Date: Thu Jun 26 08:53:01 2025 +0200 Bump LTO_minor_version 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. Diff: --- gcc/lto-streamer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 4b7209e3d82d..8c1d2d4947d6 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -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;