From 8d600e98004b63e788614fc8958cbafbc1bb52c0 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 26 Jun 2025 08:53:01 +0200 Subject: [PATCH] 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. --- 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 4b7209e3d82..8c1d2d4947d 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; -- 2.47.3