From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110691 invoked by alias); 28 Apr 2017 08:42:29 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 110681 invoked by uid 89); 28 Apr 2017 08:42:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:616 X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 08:42:27 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D7E6CAB46 for ; Fri, 28 Apr 2017 08:42:27 +0000 (UTC) Date: Fri, 28 Apr 2017 09:16:00 -0000 From: Richard Biener To: gcc-patches@gcc.gnu.org Subject: [PATCH] Bump LTO_major Message-ID: User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-04/txt/msg01452.txt.bz2 Committed. Richard. 2017-04-28 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 7. Index: gcc/lto-streamer.h =================================================================== --- gcc/lto-streamer.h (revision 247362) +++ gcc/lto-streamer.h (working copy) @@ -128,7 +128,7 @@ along with GCC; see the file COPYING3. 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;