From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18114 invoked by alias); 13 Sep 2009 22:57:32 -0000 Received: (qmail 18105 invoked by uid 22791); 13 Sep 2009 22:57:31 -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 ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.147) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 13 Sep 2009 22:57:28 +0000 Received: by ey-out-1920.google.com with SMTP id 13so464740eye.46 for ; Sun, 13 Sep 2009 15:57:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.49.133 with SMTP id x5mr1007459web.76.1252882645712; Sun, 13 Sep 2009 15:57:25 -0700 (PDT) In-Reply-To: <84fc9c000909110941x61cfaf6bs62295b08594d011@mail.gmail.com> References: <4AA92044.3050800@redhat.com> <4AA927E0.3080104@redhat.com> <4AAA6F9A.5040603@redhat.com> <84fc9c000909110941x61cfaf6bs62295b08594d011@mail.gmail.com> Date: Sun, 13 Sep 2009 22:57:00 -0000 Message-ID: <6dc9ffc80909131557x14164d62wd178743ed5281592@mail.gmail.com> Subject: Re: [PATCH] Merge from LTO: eh_personality changes From: "H.J. Lu" To: Richard Guenther Cc: Richard Henderson , Richard Guenther , gcc-patches@gcc.gnu.org, Diego Novillo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00927.txt.bz2 On Fri, Sep 11, 2009 at 9:41 AM, Richard Guenther wrote: > 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. =A0I'll wait until Monday for comments from FE maintainers. > > How big is the overlap with the EH gimple re-write? =A0Do you want to be = first > or second? > It caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D41352 --=20 H.J.