From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105100 invoked by alias); 28 Nov 2015 12:03:03 -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 105085 invoked by uid 89); 28 Nov 2015 12:03:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f53.google.com Received: from mail-qg0-f53.google.com (HELO mail-qg0-f53.google.com) (209.85.192.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 28 Nov 2015 12:03:02 +0000 Received: by qgec40 with SMTP id c40so87814738qge.2 for ; Sat, 28 Nov 2015 04:02:59 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.97.4 with SMTP id l4mr25973874qge.84.1448712179783; Sat, 28 Nov 2015 04:02:59 -0800 (PST) Received: by 10.55.82.6 with HTTP; Sat, 28 Nov 2015 04:02:59 -0800 (PST) In-Reply-To: <56598994.2010703@mentor.com> References: <20151125085912.GD58491@kam.mff.cuni.cz> <20151125191740.GB5371@kam.mff.cuni.cz> <20151125230758.GF20593@kam.mff.cuni.cz> <5659757A.2080700@mentor.com> <56598994.2010703@mentor.com> Date: Sat, 28 Nov 2015 16:05:00 -0000 Message-ID: Subject: Re: [RFC] Getting LTO incremental linking work From: Ilya Verbin To: Tom de Vries Cc: Jan Hubicka , "H.J. Lu" , Richard Biener , GCC Patches , Andi Kleen , Cary Coutant , Ian Lance Taylor , Kirill Yukhin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg03412.txt.bz2 2015-11-28 14:01 GMT+03:00 Tom de Vries : > This patch fixes the failures. I'm not sure if this is the right or complete > fix though. I think it's ok, at least until we decide how to rework the offloading stuff in lto-wrapper (see PR68463). Thanks, -- Ilya