From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2785 invoked by alias); 30 Oct 2011 21:57:49 -0000 Received: (qmail 2777 invoked by uid 22791); 30 Oct 2011 21:57:48 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gx0-f175.google.com (HELO mail-gx0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 30 Oct 2011 21:57:33 +0000 Received: by ggnj1 with SMTP id j1so6048825ggn.20 for ; Sun, 30 Oct 2011 14:57:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.73.7 with SMTP id h7mr2355366obv.51.1320011852581; Sun, 30 Oct 2011 14:57:32 -0700 (PDT) Received: by 10.182.17.232 with HTTP; Sun, 30 Oct 2011 14:57:32 -0700 (PDT) In-Reply-To: References: Date: Sun, 30 Oct 2011 22:30:00 -0000 Message-ID: Subject: Re: [PATCH][2/n] LTO option handling/merging rewrite From: Richard Guenther To: Diego Novillo Cc: Richard Guenther , gcc-patches@gcc.gnu.org, Jan Hubicka Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2011-10/txt/msg02819.txt.bz2 On Fri, Oct 28, 2011 at 4:48 PM, Diego Novillo wrote: > Isn't this the same patch as > http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02348.html? No, it's updated to do exactly what we do now. Changes to behavior to be split to 3/n (like warning about mismatches or fixing the way we handle fPIC). Richard. > > Diego. >