public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-9739] LTO: bump bytecode version
@ 2022-03-30  8:04 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-03-30  8:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:71aa6e9c36c6948a4de67720a0e9f368ce696f4e

commit r11-9739-g71aa6e9c36c6948a4de67720a0e9f368ce696f4e
Author: Martin Liska <mliska@suse.cz>
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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-30  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30  8:04 [gcc r11-9739] LTO: bump bytecode version Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).