aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/inherit.exp
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-02-04 02:01:17 +0000
committerMichael Chastain <mec@google.com>2004-02-04 02:01:17 +0000
commitec4646ef4d3c55dd53c222135550e344438c75e9 (patch)
tree119e48846eed0420dba37a3f337ca3ed0765e59c /gdb/testsuite/gdb.cp/inherit.exp
parent89d6be807ad99d21418bd988a904d2ddbcde82b2 (diff)
downloadgdb-ec4646ef4d3c55dd53c222135550e344438c75e9.zip
gdb-ec4646ef4d3c55dd53c222135550e344438c75e9.tar.gz
gdb-ec4646ef4d3c55dd53c222135550e344438c75e9.tar.bz2
2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
Diffstat (limited to 'gdb/testsuite/gdb.cp/inherit.exp')
-rw-r--r--gdb/testsuite/gdb.cp/inherit.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/inherit.exp b/gdb/testsuite/gdb.cp/inherit.exp
index 2565c6f..7d866c9 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 = \{<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)"
+ }
}
}