aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/templates.exp
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-01-02 23:20:51 +0000
committerMichael Chastain <mec@google.com>2004-01-02 23:20:51 +0000
commit0643ec3f3c54f595081d63a22886d2decfd23620 (patch)
treeaabdeb73a18791156061f080aea6db7bf4102a68 /gdb/testsuite/gdb.cp/templates.exp
parentbede920466f9e70aed87a2b360d5561436733784 (diff)
downloadgdb-0643ec3f3c54f595081d63a22886d2decfd23620.zip
gdb-0643ec3f3c54f595081d63a22886d2decfd23620.tar.gz
gdb-0643ec3f3c54f595081d63a22886d2decfd23620.tar.bz2
2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
* lib/compiler.cc: Remove supports_template_debugging. * gdb.cp/templates.exp: Do not test supports_template_debugging.
Diffstat (limited to 'gdb/testsuite/gdb.cp/templates.exp')
-rw-r--r--gdb/testsuite/gdb.cp/templates.exp8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.cp/templates.exp b/gdb/testsuite/gdb.cp/templates.exp
index 68c5cdf..1203536 100644
--- a/gdb/testsuite/gdb.cp/templates.exp
+++ b/gdb/testsuite/gdb.cp/templates.exp
@@ -1,4 +1,4 @@
-# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003
+# Copyright 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@@ -197,7 +197,6 @@ proc do_tests {} {
global srcdir
global binfile
global gdb_prompt
- global supports_template_debugging
set prms_id 0
set bug_id 0
@@ -209,11 +208,6 @@ proc do_tests {} {
gdb_reinitialize_dir $srcdir/$subdir
gdb_load $binfile
- if { !$supports_template_debugging } {
- warning "compiler lacks debugging info for templates; tests suppressed." 0
- return
- }
-
runto_main
test_ptype_of_templates