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

* gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
This commit is contained in:
Michael Chastain 2004-02-04 02:01:17 +00:00
parent 89d6be807a
commit ec4646ef4d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
2004-02-02 Fred Fish <fnf@redhat.com>
* gdb.base/bang.exp: Use gdb_run_cmd so this tests works with

View File

@ -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)"
}
}
}