lto-streamer.h (LTO_major_version): Bump to 5.
authorRichard Biener <rguenther@suse.de>
Mon, 29 Jun 2015 08:44:56 +0000 (08:44 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 29 Jun 2015 08:44:56 +0000 (08:44 +0000)
2015-06-29  Richard Biener  <rguenther@suse.de>

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

From-SVN: r225113

gcc/ChangeLog
gcc/lto-streamer.h

index d819b253ec93880eab299f7f3ad6e25fe34b430a..f891d4471d70a74c86a2438d6b4edcf36b228d1e 100644 (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
index d5a330dfa51a8dfaa5dba0361b0cc3b64acf11eb..945b6ed4593d980a36ee4af449ed64ee234f5cb4 100644 (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;