This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/testsuite/cp] inherit.exp: accept gcc 3.2-7-rh -gstabs+


This patch adds another pattern to inherit.exp for another variation
of "<VTT for ...>" in the output.

Tested on native i686-pc-linux-gnu, gcc 3.2-7-rh, dwarf-2 and stabs+.

IACTN,

Michael C

2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>

	* gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.

Index: inherit.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/inherit.exp,v
retrieving revision 1.2
diff -c -3 -p -r1.2 inherit.exp
*** inherit.exp	30 Jan 2004 01:37:42 -0000	1.2
--- inherit.exp	4 Feb 2004 01:57:16 -0000
*************** proc test_print_mvi_classes { } {
*** 1012,1017 ****
--- 1012,1021 ----
  	    # gcc HEAD 2004-01-21 -gstabs+
  	    pass "$name (FIXME v3 vtbl ptr)"
  	}
+ 	-re "$vhn = \{<vD> = \{<vB> = \{<vA> = \{va = 0, vx = 0\}, $re_vbptr_3_vB = $hex, vb = 0, vx = 0\}, <vC> = \{$re_vbptr_3_vC = $hex <VTT for vD>, vc = 0, vx = 0\}, $re_vbptr_3_vD = $hex, vd = 0, vx = 0\}, $re_vbptr_3_vE = $hex, ve = 27, vx = 28\}$nl$gdb_prompt $" {
+ 	    # gcc 3.2.7-rh -gstabs+
+ 	    pass "$name (FIXME v3 vtbl ptr)"
+ 	}
      }
  }
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]