From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22790 invoked by alias); 11 Sep 2009 16:41:39 -0000 Received: (qmail 22778 invoked by uid 22791); 11 Sep 2009 16:41:38 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-vw0-f174.google.com (HELO mail-vw0-f174.google.com) (209.85.212.174) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Sep 2009 16:41:32 +0000 Received: by vws4 with SMTP id 4so802426vws.0 for ; Fri, 11 Sep 2009 09:41:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.107.98 with SMTP id a34mr3973567vcp.90.1252687290727; Fri, 11 Sep 2009 09:41:30 -0700 (PDT) In-Reply-To: <4AAA6F9A.5040603@redhat.com> References: <4AA92044.3050800@redhat.com> <4AA927E0.3080104@redhat.com> <4AAA6F9A.5040603@redhat.com> Date: Fri, 11 Sep 2009 16:41:00 -0000 Message-ID: <84fc9c000909110941x61cfaf6bs62295b08594d011@mail.gmail.com> Subject: Re: [PATCH] Merge from LTO: eh_personality changes From: Richard Guenther To: Richard Henderson Cc: Richard Guenther , gcc-patches@gcc.gnu.org, Diego Novillo 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: 2009-09/txt/msg00812.txt.bz2 On Fri, Sep 11, 2009 at 5:41 PM, Richard Henderson wrote: > On 09/11/2009 06:24 AM, Richard Guenther wrote: >> >> Ok for trunk? > > Looks good. Thanks. I'll wait until Monday for comments from FE maintainers. How big is the overlap with the EH gimple re-write? Do you want to be first or second? Richard.