From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22938 invoked by alias); 27 Mar 2009 19:57:09 -0000 Received: (qmail 22925 invoked by uid 22791); 27 Mar 2009 19:57:08 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Mar 2009 19:57:02 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2RJt0Dl026297; Fri, 27 Mar 2009 15:55:00 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2RJsqrh003342; Fri, 27 Mar 2009 15:54:53 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n2RJsuS4023709; Fri, 27 Mar 2009 15:54:59 -0400 Message-ID: <49CD2F0F.8040203@redhat.com> Date: Sat, 28 Mar 2009 00:56:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org Subject: Re: [RFC] Special casing dtors? References: <49CAB139.8010100@redhat.com> <200903271734.56216.pedro@codesourcery.com> <49CD200D.6050206@redhat.com> <200903271905.40463.pedro@codesourcery.com> In-Reply-To: <200903271905.40463.pedro@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00642.txt.bz2 Pedro Alves wrote: > With stabs? FSF GDB? I *do* see that with dwarf. I'll see if I > can try this on x86-cygwin, which is currently still using > gcc-3.4/stabs by default. Yes, CVS HEAD last updated mid-day on March 25. My last ChangeLog entry: 2009-03-25 Kevin Buettner * mn10300-tdep.c (trad-frame.h): Don't include. [snip] I am building SVN gcc now, and I will retry everything. BTW, I ran the testsuite on x86 and x86_64 w/stabs (again, using the F10 compiler), and the summaries are absolutely identical (timestamp excepted): the patch has no effect. Keith