public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-keiths-expr-cumulative: Fix AAA::ALPHA regression after FSF GDB merge
@ 2010-01-27 20:25 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2010-01-27 20:25 UTC (permalink / raw)
  To: archer-commits

The branch, archer-keiths-expr-cumulative has been updated
       via  52044583b7d8bff79f0380ea3aec30c9ae4edaef (commit)
      from  1d24fda5b9cc42ac0a67ea38afe5d41509551d22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 52044583b7d8bff79f0380ea3aec30c9ae4edaef
Author: Jan Kratochvil <jkratoch@host1.dyn.jankratochvil.net>
Date:   Wed Jan 27 21:25:19 2010 +0100

    Fix AAA::ALPHA regression after FSF GDB merge
    
    http://sourceware.org/ml/archer/2010-q1/msg00034.html
    
    Hi,
    
    Sami has noticed after my merge bf44eca4f02a48aae593b2394ba6e0d633bdf840 there
    is a regression on [expr-cumulative] against new FSF GDB testcase:
    -PASS: gdb.cp/namespace.exp: print AAA::ALPHA
    +FAIL: gdb.cp/namespace.exp: print AAA::ALPHA
    
    FYI: fix PR c++/8000
    http://sourceware.org/ml/gdb-patches/2010-01/msg00478.html
    
    The patch below in fact exactly reverts a change of [expr-cumulative].
    
    OK to check-in?
    
    No regressions on {x86_64,x86_64-m32,i686}-fedora12-linux-gnu.
    
    Thanks,
    Jan
    
    2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.

-----------------------------------------------------------------------

Summary of changes:
 gdb/dwarf2read.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 9e65dfb..727835c 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -8628,7 +8628,7 @@ new_symbol (struct die_info *die, struct type *type, struct dwarf2_cu *cu)
 	  add_symbol_to_list (sym, cu->list_in_scope);
 	  break;
 	case DW_TAG_enumerator:
-	  SYMBOL_LINKAGE_NAME (sym) = (char *) dwarf2_name (die, cu);
+	  SYMBOL_LINKAGE_NAME (sym) = (char *) dwarf2_full_name (die, cu);
 	  attr = dwarf2_attr (die, DW_AT_const_value, cu);
 	  if (attr)
 	    {


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-27 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-27 20:25 [SCM] archer-keiths-expr-cumulative: Fix AAA::ALPHA regression after FSF GDB merge jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).