OSDN Git Service

2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
authorchastain <chastain>
Wed, 4 Feb 2004 02:01:16 +0000 (02:01 +0000)
committerchastain <chastain>
Wed, 4 Feb 2004 02:01:16 +0000 (02:01 +0000)
* gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/inherit.exp

index 92181ab..b1cfc23 100644 (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
index 2565c6f..7d866c9 100644 (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)"
+       }
     }
 }