This bumps LTO_major_version on trunk to avoid ICEing when
accidentially mixing objects with 4.9 ones.  We'll soon start
to diverge (if we didn't already).

Committed.

Richard.

2014-04-15  Richard Biener  <rguent...@suse.de>

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

Index: gcc/lto-streamer.h
===================================================================
--- gcc/lto-streamer.h  (revision 209415)
+++ gcc/lto-streamer.h  (working copy)
@@ -140,7 +140,7 @@ along with GCC; see the file COPYING3.
    sections a '.' and the section type are appended.  */
 #define LTO_SECTION_NAME_PREFIX         ".gnu.lto_"
 
-#define LTO_major_version 3
+#define LTO_major_version 4
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;

Reply via email to