From: Martin Jambor Date: Tue, 21 Nov 2023 12:41:56 +0000 (+0100) Subject: Bump LTO_minor_version X-Git-Tag: releases/gcc-13.3.0~694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2668005d2d4f9037c2c921eccd7103269595118;p=thirdparty%2Fgcc.git Bump LTO_minor_version 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 * lto-streamer.h (LTO_minor_version): Bump. --- diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index fc7133d07ba1..75cebcd02d30 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;