From 2dcaddb8d74e3ec30edb264b845a346e0b7e9ab9 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 29 Jun 2015 08:44:56 +0000 Subject: [PATCH] lto-streamer.h (LTO_major_version): Bump to 5. 2015-06-29 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 5. From-SVN: r225113 --- gcc/ChangeLog | 4 ++++ gcc/lto-streamer.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d819b253ec9..f891d4471d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-06-29 Richard Biener + + * lto-streamer.h (LTO_major_version): Bump to 5. + 2015-06-29 Richard Biener PR tree-optimization/66677 diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index d5a330dfa51..945b6ed4593 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -130,7 +130,7 @@ along with GCC; see the file COPYING3. If not see String are represented in the table as pairs, a length in ULEB128 form followed by the data for the string. */ -#define LTO_major_version 4 +#define LTO_major_version 5 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t; -- 2.30.2