aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/virtfunc.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/virtfunc.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/virtfunc.exp')
-rw-r--r--gdb/testsuite/gdb.cp/virtfunc.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/virtfunc.exp b/gdb/testsuite/gdb.cp/virtfunc.exp
index dbd575c..ff36c27 100644
--- a/gdb/testsuite/gdb.cp/virtfunc.exp
+++ b/gdb/testsuite/gdb.cp/virtfunc.exp
@@ -734,7 +734,6 @@ proc test_virtual_calls {} {
global gdb_prompt
global GDB
global nl
- global gcc_compiled
if [target_info exists gdb,cannot_call_functions] {
setup_xfail "*-*-*" 2416