From: Richard Biener Date: Thu, 26 Jun 2025 06:53:01 +0000 (+0200) Subject: Bump LTO_minor_version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d600e98004b63e788614fc8958cbafbc1bb52c0;p=thirdparty%2Fgcc.git 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 --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;