aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-07-24 15:32:45 -0700
committerDoug Evans <dje@google.com>2015-07-24 15:32:45 -0700
commita97b16b8fcfc7ac818c43c9f9457966cfc47aed6 (patch)
treeea09d448807ddfa5690e799a26931764f64a6294 /gdb/testsuite/gdb.cp
parent35baa57fcfb50f7db24f7850ec9e34f4bc25b45c (diff)
downloadgdb-a97b16b8fcfc7ac818c43c9f9457966cfc47aed6.zip
gdb-a97b16b8fcfc7ac818c43c9f9457966cfc47aed6.tar.gz
gdb-a97b16b8fcfc7ac818c43c9f9457966cfc47aed6.tar.bz2
Clean up testsuite compiler_info support.
gdb/testsuite/ChangeLog: * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove compiler_info references. * gdb.cp/temargs.exp: Ditto. * lib/gdb.exp: Unset compiler_info instead of setting to "unknown". (get_compiler_info): Early exit if already computed. Set compiler_info to "unknown" if there was a problem. (test_compiler_info): Add function comment. Call get_compiler_info.
Diffstat (limited to 'gdb/testsuite/gdb.cp')
-rw-r--r--gdb/testsuite/gdb.cp/temargs.exp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/temargs.exp b/gdb/testsuite/gdb.cp/temargs.exp
index e5aff51..f086a63 100644
--- a/gdb/testsuite/gdb.cp/temargs.exp
+++ b/gdb/testsuite/gdb.cp/temargs.exp
@@ -34,7 +34,6 @@ if {![runto_main]} {
# NOTE: prepare_for_testing calls get_compiler_info, which we need
# for the test_compiler_info calls.
# gcc 4.4 and earlier don't emit enough info for some of our template tests.
-verbose -log "compiler_info: $compiler_info"
set have_older_template_gcc 0
set have_pr_41736_fixed 1
set have_pr_45024_fixed 1