From: Richard Biener Date: Fri, 28 Apr 2017 08:42:56 +0000 (+0000) Subject: lto-streamer.h (LTO_major_version): Bump to 7. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d90d82e309bed65f1120fe5253a42e8fe332d8a1;p=gcc.git lto-streamer.h (LTO_major_version): Bump to 7. 2017-04-28 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 7. From-SVN: r247365 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa39842e400..1d9880cf10a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-04-28 Richard Biener + + * lto-streamer.h (LTO_major_version): Bump to 7. + 2017-04-28 Richard Biener * tree-vrp.c (assert_info): New struct. diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 08bfc13af75..854bcd2d75e 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -128,7 +128,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 6 +#define LTO_major_version 7 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t;