From ec4646ef4d3c55dd53c222135550e344438c75e9 Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Wed, 4 Feb 2004 02:01:17 +0000 Subject: [PATCH] 2004-02-03 Michael Chastain * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.cp/inherit.exp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 92181ab15b..b1cfc23055 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-03 Michael Chastain + + * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh. + 2004-02-02 Fred Fish * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with diff --git a/gdb/testsuite/gdb.cp/inherit.exp b/gdb/testsuite/gdb.cp/inherit.exp index 2565c6f33d..7d866c92af 100644 --- a/gdb/testsuite/gdb.cp/inherit.exp +++ b/gdb/testsuite/gdb.cp/inherit.exp @@ -1012,6 +1012,10 @@ proc test_print_mvi_classes { } { # gcc HEAD 2004-01-21 -gstabs+ pass "$name (FIXME v3 vtbl ptr)" } + -re "$vhn = \{ = \{ = \{ = \{va = 0, vx = 0\}, $re_vbptr_3_vB = $hex, vb = 0, vx = 0\}, = \{$re_vbptr_3_vC = $hex , 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)" + } } }