lto-streamer.h (LTO_major_version): Bump to 5.

2015-06-29  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (LTO_major_version): Bump to 5.

From-SVN: r225113
This commit is contained in:
Richard Biener 2015-06-29 08:44:56 +00:00 committed by Richard Biener
parent d90f84404c
commit 2dcaddb8d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;