From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26366 invoked by alias); 27 Mar 2004 17:10:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26352 invoked from network); 27 Mar 2004 17:10:45 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 27 Mar 2004 17:10:45 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1B7HKW-0003nn-Ag; Sat, 27 Mar 2004 12:10:44 -0500 Date: Sat, 27 Mar 2004 17:10:00 -0000 From: Daniel Jacobowitz To: carlton@kealia.com, gdb-patches@sources.redhat.com Subject: Strange change to read_namespace Message-ID: <20040327171044.GA9440@nevyn.them.org> Mail-Followup-To: carlton@kealia.com, gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-SW-Source: 2004-03/txt/msg00696.txt.bz2 When you checked in this patch: 2004-03-15 David Carlton Fix for PR c++/1553: * dwarf2read.c (read_structure_type): Determine type name by calling determine_class_name. (determine_class_name): New. (determine_prefix): Look at TYPE_TAG_NAME and call determine_class_name when appropriate. (determine_prefix_aux, class_name): Delete. You also checked in this: @@ -3724,6 +3717,7 @@ read_namespace (struct die_info *die, st TYPE_TAG_NAME (type) = TYPE_NAME (type); new_symbol (die, type, cu); + die->type = type; if (is_anonymous) cp_add_using_directive (processing_current_prefix, Did you mean to do that? It seems plausible. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer