diff options
author | Richard Biener <rguenther@suse.de> | 2017-04-28 08:42:56 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2017-04-28 08:42:56 +0000 |
commit | d90d82e309bed65f1120fe5253a42e8fe332d8a1 (patch) | |
tree | 8bc30d261d934d6fc9694345f79448718d34c027 /gcc | |
parent | f166beaf427b75a84ea6bd2c848633bdafc49fd5 (diff) | |
download | gcc-d90d82e309bed65f1120fe5253a42e8fe332d8a1.zip gcc-d90d82e309bed65f1120fe5253a42e8fe332d8a1.tar.gz gcc-d90d82e309bed65f1120fe5253a42e8fe332d8a1.tar.bz2 |
lto-streamer.h (LTO_major_version): Bump to 7.
2017-04-28 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 7.
From-SVN: r247365
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/lto-streamer.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa39842..1d9880c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2017-04-28 Richard Biener <rguenther@suse.de> + * lto-streamer.h (LTO_major_version): Bump to 7. + +2017-04-28 Richard Biener <rguenther@suse.de> + * tree-vrp.c (assert_info): New struct. (add_assert_info): New helper. (register_edge_assert_for_2): Refactor to add asserts to a vector diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 08bfc13..854bcd2 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; |