aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2021-04-08 10:56:53 +0200
committerRichard Biener <rguenther@suse.de>2021-04-08 10:56:53 +0200
commit3134e02305d00b358659d42400f45bdd49f4fbd3 (patch)
treeab1edecfe700e2a2fe0db106ffa8dc789b57d3be
parentc61fde12ec3eb44bea57de9a584b825a13fe17f6 (diff)
lto/99898 - bump LTO_minor_version
This bumps LTO_minor_version to address the observation in PR99898. 2021-04-08 Richard Biener <rguenther@suse.de> PR lto/99898 * lto-streamer.h (LTO_minor_version): Bump.
-rw-r--r--gcc/lto-streamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 4e08a2f417d..03440f0254c 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 9
-#define LTO_minor_version 2
+#define LTO_minor_version 3
typedef unsigned char lto_decl_flags_t;