aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/member-ptr.exp
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2003-11-23 18:24:46 +0000
committerMichael Chastain <mec@google.com>2003-11-23 18:24:46 +0000
commit4d9eda44f593f5a8d1cd59f76f127d31290a26d4 (patch)
treec47cce3fab841e80c9a724ef823bdf4344ec5517 /gdb/testsuite/gdb.cp/member-ptr.exp
parentb729099eb3e9178b78da950654963a61e9646535 (diff)
downloadgdb-4d9eda44f593f5a8d1cd59f76f127d31290a26d4.zip
gdb-4d9eda44f593f5a8d1cd59f76f127d31290a26d4.tar.gz
gdb-4d9eda44f593f5a8d1cd59f76f127d31290a26d4.tar.bz2
2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456. * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with call to test_compiler_info. * gdb.cp/ctti.exp: Likewise. * gdb.cp/derivation.exp: Likewise. * gdb.cp/member-ptr.exp: Likewise. * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused reference to gcc_compiled.
Diffstat (limited to 'gdb/testsuite/gdb.cp/member-ptr.exp')
-rw-r--r--gdb/testsuite/gdb.cp/member-ptr.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cp/member-ptr.exp b/gdb/testsuite/gdb.cp/member-ptr.exp
index f21cd15..8243785 100644
--- a/gdb/testsuite/gdb.cp/member-ptr.exp
+++ b/gdb/testsuite/gdb.cp/member-ptr.exp
@@ -1,4 +1,4 @@
-# Copyright 1998, 1999 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -54,7 +54,7 @@ if [get_compiler_info ${binfile} "c++"] {
# Nearly all of these tests fail when compiled with G++, so just give up
# until GDB gets enhanced. -sts 1999-06-22
-if {$gcc_compiled} {
+if { [test_compiler_info gcc-*] } then {
continue
}