From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id EF71C385DC1F; Wed, 30 Mar 2022 08:04:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF71C385DC1F MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r11-9739] LTO: bump bytecode version X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 7b5a2b6e4f78395962835790c6d4a3e27ab8d378 X-Git-Newrev: 71aa6e9c36c6948a4de67720a0e9f368ce696f4e Message-Id: <20220330080427.EF71C385DC1F@sourceware.org> Date: Wed, 30 Mar 2022 08:04:27 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2022 08:04:28 -0000 https://gcc.gnu.org/g:71aa6e9c36c6948a4de67720a0e9f368ce696f4e commit r11-9739-g71aa6e9c36c6948a4de67720a0e9f368ce696f4e Author: Martin Liska Date: Wed Mar 30 10:02:59 2022 +0200 LTO: bump bytecode version The following revision 91f7d7e1bb6827bf8e0b7ba7eb949953a5b1bd18 breaks bytecode as it introduces a new param. gcc/ChangeLog: * lto-streamer.h (LTO_minor_version): Bump it. 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 e2a0e033ab2..db17b764957 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -121,7 +121,7 @@ along with GCC; see the file COPYING3. If not see form followed by the data for the string. */ #define LTO_major_version 11 -#define LTO_minor_version 2 +#define LTO_minor_version 3 typedef unsigned char lto_decl_flags_t;