From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1018 invoked by alias); 31 Dec 2003 03:39:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1004 invoked from network); 31 Dec 2003 03:39:32 -0000 Received: from unknown (HELO dberlin.org) (69.3.5.6) by sources.redhat.com with SMTP; 31 Dec 2003 03:39:32 -0000 Received: from [127.0.0.1] (HELO dberlin.org) by dberlin.org (CommuniGate Pro SMTP 4.1.4) with ESMTP-TLS id 5732317; Tue, 30 Dec 2003 22:39:32 -0500 Date: Wed, 31 Dec 2003 03:39:00 -0000 From: Daniel Berlin To: Daniel Jacobowitz cc: Michael Elizabeth Chastain , gdb@sources.redhat.com Subject: Re: gcc HEAD rearranges stabs members In-Reply-To: <20031230210524.GA15444@nevyn.them.org> Message-ID: References: <20031230205720.E23EB4B35A@berman.michael-chastain.com> <20031230210524.GA15444@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-12/txt/msg00293.txt.bz2 > > Foo & operator=(Foo const&); > > Foo(Foo const&); > > } > > So the synthetic members have moved to the end? > > Might want to ping GCC about why this happened. Probably related to cgraph changes.