diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-29 08:44:56 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-29 08:44:56 +0000 |
commit | 59f8b296e7b9b528e5a106bbd59d9c0d635be95a (patch) | |
tree | 8e0585cf88617f8365ce9718b5b44201c832efb6 | |
parent | 633f7124c9ab331782a1aa0d93cd4991b7766b7a (diff) | |
download | gcc-59f8b296e7b9b528e5a106bbd59d9c0d635be95a.tar.gz |
2015-06-29 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 5.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225113 138bc75d-0d04-0410-961f-82ee72b054a4
-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 d819b253ec9..f891d4471d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2015-06-29 Richard Biener <rguenther@suse.de> + * lto-streamer.h (LTO_major_version): Bump to 5. + +2015-06-29 Richard Biener <rguenther@suse.de> + PR tree-optimization/66677 * tree-vect-stmts.c (vect_transform_stmt): Make assert about STMT_VINFO_VEC_STMT clobbering less strict. 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; |