From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14643 invoked by alias); 15 Jul 2011 23:09:22 -0000 Received: (qmail 14635 invoked by uid 22791); 15 Jul 2011 23:09:22 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_CF X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Jul 2011 23:09:05 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6FN8w6i021099 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 15 Jul 2011 19:08:58 -0400 Received: from anchor.twiddle.net (vpn-225-131.phx2.redhat.com [10.3.225.131]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p6FN8vOE023632; Fri, 15 Jul 2011 19:08:57 -0400 Message-ID: <4E20C889.3000209@redhat.com> Date: Fri, 15 Jul 2011 23:21:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: bernds@codesourcery.com CC: gcc-patches@gcc.gnu.org Subject: Re: [RFC PATCH 0/9] CFG aware dwarf2 cfi generation References: <1310684876-6244-1-git-send-email-rth@redhat.com> In-Reply-To: <1310684876-6244-1-git-send-email-rth@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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-07/txt/msg01296.txt.bz2 On 07/14/2011 04:07 PM, Richard Henderson wrote: > This finally brings us to something that can support shrink-wrapping. > As mentioned in the description of the last patch, this is 95% of > what Bernd had in his last 007-dw2cfg patch, except for the remember/ > restore_state stuff. And hopefully with better comments. > > This is the first version of this that has actually made it into > stage3 bootstrap on x86_64, so it isn't well tested yet. This just > happens to coincide with the end of my work day, and it's been a while > since I've shared state, so I thought I'd post for overnight review. > > The complete tree is available at > > git://repo.or.cz/gcc/rth.git rth/cfi-pass I've fixed a few minor bugs (mostly silly typos) and pushed the update to the external repo. All of the x86_64 regressions are fixed except for -freorder-blocks-and-partition vs exception handling. Which is Very Broken at a fundamental level. I guess I'll be re-writing all that next... r~